~ruther/guix-local

ref: d1e7ca2df8c0e0dd601079c77f67ba6828cec08a guix-local/gnu d---------
b7aa3f5d — Danny Milosavljevic 9 years ago
gnu: postgresql: Enable contributed extensions.

* gnu/packages/databases.scm (postgresql)[arguments]: Add "build-contrib",
"install-contrib" phases.  Add configure-flags.
[inputs]: Add libuuid.
c84384cb — Thomas Danckaert 9 years ago
gnu: kdevelop: Update to 5.1.1.

* gnu/packages/kde.scm (kdevelop): Update to 5.1.1.
[arguments]: Set QT_QPA_PLATFORM_PLUGIN_PATH during the wrap-executable
phase.
(kdevplatform): Update to 5.1.1.
07bf6929 — Efraim Flashner 9 years ago
gnu: gemma: Fix indentation.

* gnu/packages/bioinformatics.scm (gemma)[arguments]: Fix indentation.
2c9232ae — Efraim Flashner 9 years ago
gnu: gemma: Fix building on 32-bit architectures.

* gnu/packages/bioinformatics.scm (gemma)[arguments]: On 32-bit
architectures add 'FORCE_32BIT' flag.
9ffc1f0e — Kei Kebreau 9 years ago
gnu: libselinux: Propagate libsepol and pcre.

Both libsepol and pcre required by libselinux.pc.

* gnu/packages/selinux.scm (libselinux)[inputs]: Move libsepol and pcre...
[propagated-inputs]: ...here.
4dbef239 — Efraim Flashner 9 years ago
gnu: lensfun: Fix building on non-Intel machines.

* gnu/packages/photo.scm (lensfun)[arguments]: On non-Intel machines,
don't build with architecture specific instructions.
007993bf — Kei Kebreau 9 years ago
gnu: openttd: Update to 1.7.1.

* gnu/packages/games.scm (openttd): Update to 1.7.1.
d56c55ff — Eric Bavier 9 years ago
gnu: tomb: Upgrade to 2.4.

* gnu/packages/crypto.scm (tomb): Upgrade to 2.4.
[inputs]: Remove swish-e.  Move "sude" input to...
[native-inputs]: ...here.  New field.
856ca567 — Kei Kebreau 9 years ago
gnu: network-manager: Update to 1.8.0.

* gnu/packages/gnome.scm (network-manager): Update to 1.8.0.
[inputs]: Add curl, cyrus-sasl and eudev.
e0c95301 — Eric Bavier 9 years ago
gnu: calcurse: Upgrade to 4.2.2.

* gnu/packages/calcurse.scm (calcurse): Upgrade to 4.2.2.
[inputs]: Add tzdata for tests.
[arguments]: Add new 'check-setup' phase.
bb3df15e — Efraim Flashner 9 years ago
gnu: ffmpeg: Add vaapi hardware acceleration.

* gnu/packages/video.scm (ffmpeg)[inputs]: Add libva.
22239ae2 — Marius Bakke 9 years ago
gnu: whois: Update to 5.2.16.

* gnu/packages/networking.scm (whois): Update to 5.2.16.
ed77c68a — Marius Bakke 9 years ago
gnu: nmap: Update to 7.50.

* gnu/packages/admin.scm (nmap): Update to 7.50.
daf30066 — Leo Famulari 9 years ago
gnu: curl: Update replacement to 7.54.1 [fixes CVE-2017-9502].

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.54.1.
(curl-7.54.0): Replace with ...
(curl-7.54.1): ... new variable.
75072795 — Leo Famulari 9 years ago
gnu: osip: Fix CVE-2017-7853.

* gnu/packages/patches/osip-CVE-2017-7853.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/telephony.scm (osip)[source]: Use it.
6dfbbd2c — Leo Famulari 9 years ago
gnu: osip: Update to 5.0.0.

* gnu/packages/telephony.scm (osip): Update to 5.0.0.
e4073104 — Roel Janssen 9 years ago
gnu: darktable: Update to 2.2.5.

* gnu/packages/photo.scm (darktable): Update to 2.2.5.
89727ada — Mark H Weaver 9 years ago
gnu: icecat: Add security fixes from upstream mozilla-esr52.

This adds fixes for CVE-2017-7757, CVE-2017-7758, and the remaining
5 patches for CVE-2017-5470.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository, through ESR 52.2.
449bff2b — Mark H Weaver 9 years ago
gnu: icecat: Rename patches to indicate CVE assignments.

This documents that we include fixes for the following CVEs: CVE-2017-5472,
CVE-2017-7749, CVE-2017-7750, CVE-2017-7751, CVE-2017-7752, CVE-2017-7754,
CVE-2017-7756, CVE-2017-7764, CVE-2017-7765, CVE-2017-7778, and that we
include 15 out of 20 patches for CVE-2017-5470.

* gnu/packages/gnuzilla.scm (icecat)[source]: Rename existing patches to
indicate their CVE assignments.
8e469b67 — Ludovic Courtès 9 years ago
gnu: guile-ssh: Close RREPL channel ports before they are finalized.

Partly fixes <https://bugs.gnu.org/26976>.

* gnu/packages/patches/guile-ssh-channel-finalization.patch: New file.
* gnu/packages/ssh.scm (guile-ssh)[source](patches): Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Next