~ruther/guix-local

97206519 — Efraim Flashner 10 years ago
gnu: libass: Update to 0.13.2.

* gnu/packages/video.scm (libass): Update to 0.13.2.
83820c0f — Efraim Flashner 10 years ago
gnu: obs: Update to 0.13.2.

* gnu/packages/video.scm (obs): Update to 0.13.2.
c3499ad6 — Mark H Weaver 10 years ago
gnu: icecat: Add several security fixes.

* gnu/packages/patches/icecat-CVE-2015-4477.patch,
gnu/packages/patches/icecat-CVE-2015-7207.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt01.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt02.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt03.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt04.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt05.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt06.patch,
gnu/packages/patches/icecat-CVE-2016-1954.patch,
gnu/packages/patches/icecat-CVE-2016-1960.patch,
gnu/packages/patches/icecat-CVE-2016-1961.patch,
gnu/packages/patches/icecat-CVE-2016-1962.patch,
gnu/packages/patches/icecat-CVE-2016-1964.patch,
gnu/packages/patches/icecat-CVE-2016-1965.patch,
gnu/packages/patches/icecat-CVE-2016-1966.patch,
gnu/packages/patches/icecat-CVE-2016-1974.patch,
gnu/packages/patches/icecat-bug-1248851.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
ec278439 — Ludovic Courtès 10 years ago
substitute: Optimize HTTP pipelining over TLS.

* guix/scripts/substitute.scm (http-multiple-get): Write the requests
to a bytevector output port before sending them.
9b7bd1b1 — Ludovic Courtès 10 years ago
substitute: Add HTTPS support.

Fixes <http://bugs.gnu.org/22937>.
Reported by Chris Marusich <cmmarusich@gmail.com>.

* guix/scripts/substitute.scm (fetch): Add 'https' alongside 'http'.
Use 'open-connection-for-uri' instead of 'open-socket-for-uri'.  Call
'setvbuf' only when PORT matches 'file-port?'.
(http-multiple-get): Likewise.  Change 'base-url' parameter to
'base-uri'.
(fetch-narinfos)[do-fetch]: Add 'https' case alongside 'http'.  Pass URI
instead of URL to 'http-multiple-get'.
* doc/guix.texi (Requirements): Move GnuTLS one level higher and mention
HTTPS substitutes.
(Substitutes): Mention HTTPS and recommend it.  Explain why servers
are not authenticated.  Add "On Trusting Binaries" subsection.
2f9862ff — Efraim Flashner 10 years ago
gnu: isc-dhcp: Update bundled bind to 9.9.8-P4 [fixes CVE-2016-1285, CVE-2016-1286].

* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.8-P4.
0d88031c — Efraim Flashner 10 years ago
gnu: bind-utils: Update to 9.10.3-P4 [fixes CVE-2016-1285, CVE-2016-1286].

* gnu/packages/dns.scm (bind-utils): Update to 9.10.3-P4.
82f145ef — Ricardo Wurmus 10 years ago
gnu: custom-gcc: Delete broken or conflicting executables.

* gnu/packages/gcc.scm (custom-gcc)[arguments]: Add phase to remove
executables that are non-functional or conflict with the executables of
"gcc".
ce6027bf — 宋文武 10 years ago
gnu: nautilus: Don't propagate gtk+.

* gnu/packages/gnome.scm (nautilus): Move gtk+ from propagated-inputs to inputs.
204d34ff — Ludovic Courtès 10 years ago
substitute: Error out on unsupported URL schemes.

Reported in <http://bugs.gnu.org/22937>
by Chris Marusich <cmmarusich@gmail.com>.

* guix/scripts/substitute.scm (fetch): Add 'else' case and call 'leave'.
bec7f352 — Ludovic Courtès 10 years ago
ui: Do not call 'port-filename' on closed file ports.

* guix/ui.scm (call-with-error-handling)[port-filename*]: New
procedure.
Use it in the 'nar-error?' case.
8bcdc23f — Andreas Enge 10 years ago
gnu: texlive: Make texlive-bin and texlive-texmf private.

* gnu/packages/texlive.scm (texlive-bin, texlive-texmf): Define the variables
  as non-public; they should not be installed into a profile.
fde60603 — Andreas Enge 10 years ago
gnu: po4a: Use texlive-minimal instead of texlive-bin.

* gnu/packages/gettext.scm (po4a)[inputs]: Replace texlive-bin by
  texlive-minimal.
aad375c9 — Andreas Enge 10 years ago
gnu: statistics: Remove import of unused texlive module.

* gnu/packages/statistics.scm: Do not import (gnu packages texlive).
289adba7 — Andreas Enge 10 years ago
gnu: gnuplot: Use texlive-minimal instead of texlive-bin.

* gnu/packages/maths.scm (gnuplot)[inputs]: Replace texlive-bin by
  texlive-minimal.
fb9ca511 — Tobias Geerinckx-Rice 10 years ago
gnu: simple-scan: Update to 3.19.91.

* gnu/packages/gnome.scm (simple-scan): Update to 3.19.91.
[arguments]: Add 'clean' phase.
f9733422 — Mark H Weaver 10 years ago
gnu: pidgin-otr: Update to 4.0.2.

* gnu/packages/messaging.scm (pidgin-otr): Update to 4.0.2.
5adb3a4d — Andreas Enge 10 years ago
gnu: libotr: Remove version 3.2.1.

* gnu/packages/messaging.scm (libotr-3): Remove variable.
89e58e8e — Leo Famulari 10 years ago
libotr: Update to 4.1.1 [fixes CVE-2016-2851].

* gnu/packages/messaging.scm (libotr): Update to 4.1.1.
[native-inputs]: New field.
6da23c04 — Ludovic Courtès 10 years ago
gnu: complexity: Update to 1.9.

* gnu/packages/code.scm (complexity): Update to 1.9.
Next