summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-01-05gnu: libtool: Make sure all phases return a successful value.Leo Famulari
* gnu/packages/autotools.scm (libtool)[arguments]: Return #t from 'pre-check' and 'restore-ltmain-shebang' phases.
2017-01-05gnu: libtool: Don't replace 'sh' reference with 'bash'.Leo Famulari
Bash behaves differently based on how it is invoked (see Invocation in bash(1)). * gnu/packages/autotools.scm (libtool)[arguments]: Use /bin/sh instead of /bin/bash in 'pre-check' phase. Fix typo in comment.
2017-01-05gnu: libtool: Restore ltmain.sh shebang.ng0
This fixes <http://bugs.gnu.org/25304> * gnu/packages/autotools.scm (libtool)[arguments]: Add new phase 'restore-ltmain-shebang'. [native-inputs]: Add help2man. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-05gnu: libtool: Use 'modify-phases'.ng0
* gnu/packages/autotools.scm (libtool): Use 'modify-phases'. [arguments]: Use 'modify-phases'. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-05gnu: sed: Update to 4.3.Marius Bakke
* gnu/packages/base.scm (sed): Update to 4.3. [source]: Use xz tarball. Remove upstreamed patch. [arguments]: Fix '/bin/sh' -> 'bash' substitution. [home-page]: Use https. [native-inputs]: Add perl. * gnu/packages/patches/sed-hurd-path-max.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-01-04gnu: bootstrap: Add the dynamic linker name for "powerpc-linux".Carlos Sánchez de La Lama
This commit completes cross-compilation support for powerpc-linux-gnu. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "powerpc-linux" case.
2017-01-04gnu: linux-libre: Adjust for PowerPC.Carlos Sánchez de La Lama
* gnu/packages/linux.scm (system->defconfig): New procedure. (linux-libre-headers)[arguments]: Use it in 'build' phase to determine the target name. * gnu/packages/cross-base.scm (cross-kernel-headers)[xlinux-headers] (arguments): Likewise.
2017-01-04gnu: gcc: Adjust for PowerPC.Carlos Sánchez de La Lama
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Add powerpc specific substitutions for dynamic linker and start files locations in 'pre-configure' phase. * gnu/packages/make-bootstrap.scm (%gcc-static)[arguments]: Add "gcc/config/rs6000/sysv4.h" to the list of files in 'remove-lgcc_s' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-03gnu: m4: Update to 1.4.18.Marius Bakke
* gnu/packages/m4.scm (m4): Update to 1.4.18. [source]: Use xz compressed tarball.
2017-01-01gnu: tar: Fix CVE-2016-6321.Alex Vong
* gnu/packages/patches/tar-CVE-2016-6321.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (tar)[source]: Use it. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-12-30gnu: gmp: Update to 6.1.2.Andreas Enge
* gnu/packages/multiprecision.scm (gmp): Update to 6.1.2.
2016-12-28gnu: icu4c: Update to 58.2.Leo Famulari
* gnu/packages/icu4c.scm (icu4c): Update to 58.2.
2016-12-27gnu: util-linux: Update to 2.28.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (util-linux): Update to 2.28.2.
2016-12-22gnu: libssh2: Update to 1.8.0.Leo Famulari
* gnu/packages/ssh.scm (libssh2): Update to 1.8.0.
2016-12-17gnu: libgcrypt: Update to 1.7.5.Leo Famulari
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.5.
2016-12-16gnu: libcap: Update to 2.25.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libcap): Update to 2.25.
2016-12-14gnu: xkeyboard-config: Update to 2.19.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.19.
2016-12-13gnu: xproto: Update to 7.0.31.Marius Bakke
* gnu/packages/xorg.scm (xproto): Update to 7.0.31.
2016-12-13gnu: libgcrypt: Update to 1.7.4.Tobias Geerinckx-Rice
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.4.
2016-12-13gnu: gnutls: Update to 3.5.7.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (gnutls): Update to 3.5.7.
2016-12-13gnu: Default to GCC 5.Ludovic Courtès
This reinstates and adjusts commit e3d0fcbf7e55e8cbe8d0a1c5a24d73f341d7243b. * gnu/packages/patches/gcc-libiberty-printf-decl.patch: New file. * gnu/packages/gcc.scm (gcc-5)[source]: Use it. [patches]: Add "gcc-arm-bug-71399.patch". (gcc): Switch to GCC-5. * gnu/packages/commencement.scm (libstdc++-boot0): New variable. (gcc-boot0)[inputs]: Add it. (gcc-toolchain-4.9): Switch to GCC-4.9. (gcc-toolchain-5): Switch to GCC-FINAL. * gnu/local.mk (dist_patch_DATA): Add 'gcc-libiberty-printf-decl.patch'.
2016-12-12gnu: sqlite: Update to 3.15.2.Marius Bakke
* gnu/packages/databases.scm (sqlite): Update to 3.15.2.
2016-12-12gnu: guile: Update to 2.0.13.Ludovic Courtès
* gnu/packages/guile.scm (guile-2.0): Update to 2.0.13. [source](patches): New field. [replacement]: Remove. (guile-2.0.13): Remove.
2016-12-10gnu: grep: Update to 2.27.Efraim Flashner
* gnu/packages/base.scm (grep): Update to 2.27.
2016-12-03gnu: libunistring: Update to 0.9.7.Efraim Flashner
* gnu/packages/libunistring.scm (libunistring): Update to 0.9.7. [home-page]: Use https. [license]: License has changed to dual lgpl3+ gpl2.
2016-12-03gnu: coreutils: Update to 8.26.Efraim Flashner
* gnu/packages/base.scm (coreutils): Update to 8.26.
2016-12-02gnu: flex: Update to 2.6.2.David Craven
* gnu/packages/flex.scm (flex): Update to 2.6.2. [native-inputs]: Add help2man. [origin]: Update uri to github. Remove CVE-2016-6354 patch. (flex-2.6.1): Remove variable. * gnu/packages/patches/flex-CVE-2016-6354.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Update. * gnu/packages/kde-frameworks.scm (solid, kservice)[native-inputs]: Use flex.
2016-11-30gnu: gnutls: Update 3.5.6.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (gnutls): Update to 3.5.6.
2016-11-30gnu: glibc-hurd: Force mach/hurd/libpthread subdirs to build first.Manolis Ragkousis
* gnu/packages/base.scm (glibc/hurd)[arguments]: Replace 'build' phase. Co-authored-by: Ludovic Court<C3><A8>s <ludo@gnu.org>
2016-11-28gnu: libarchive: Update to 3.2.2.Leo Famulari
* gnu/packages/backup.scm (libarchive): Update to 3.2.2. [source]: Remove obsolete patches. * gnu/packages/patches/libarchive-7zip-heap-overflow.patch, gnu/packages/patches/libarchive-fix-filesystem-attacks.patch, gnu/packages/patches/libarchive-fix-symlink-check.patch, gnu/packages/patches/libarchive-safe_fprintf-buffer-overflow.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2016-11-28gnu: libarchive: Fix typo in 'libarchive-safe_fprintf-buffer-overflow.patch'.Leo Famulari
* gnu/packages/patches/libarchive-safe_fprintf-buffer-overflow.patch: Use correct URL in patch documentation.
2016-11-27gnu: mpfr: Update to 3.1.5.Efraim Flashner
* gnu/packages/multiprecision.scm (mpfr): Update to 3.1.5.
2016-11-27gnu: sed: Use 'modify-phases' syntax.Efraim Flashner
* gnu/packages/base.scm (sed)[arguments]: Use 'modify-phases' syntax.
2016-11-27gnu: grep: Update to 2.26.Efraim Flashner
* gnu/packages/base.scm (grep): Update to 2.26.
2016-11-27gnu: nettle: Update to 3.3.Efraim Flashner
* gnu/packages/nettle.scm (nettle): Update to 3.3. [home-page]: Use https.
2016-11-27gnu: bash: Update to patch level 5.Efraim Flashner
* gnu/packages/bash.scm (%patch-url-seqno): Update for bash-4.4. (%patch-series-4.4): Add patches 1 to 5.
2016-11-27gnu: icu4c: Use 'modify-phases' syntax.Efraim Flashner
* gnu/packages/icu4c.scm (icu4c)[arguments]: Use 'modify-phases' syntax.
2016-11-27gnu: icu4c: Update to 58.1.Efraim Flashner
* gnu/packages/icu4c.scm (icu4c): Update to 58.1. [source]: Download from their website. [arguments]: Remove extra bash replacement.
2016-11-26gnu: cyrus-sasl: Incorporate grafted patch.Leo Famulari
* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[source]: Use 'cyrus-sasl-CVE-2013-4122.patch'. [replacement]: Remove field. (cyrus-sasl/fixed): Remove variable.
2016-11-26Merge branch 'master' into core-updatesLeo Famulari
2016-11-26gnu: cyrus-sasl: Fix CVE-2013-4122.Leo Famulari
* gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[replacement]: New field. (cyrus-sasl/fixed): New variable. [source]: Use patch.
2016-11-26gnu: ffmpeg: Update to 3.2.1.Efraim Flashner
* gnu/packages/video.scm (ffmpeg): Update to 3.2.1.
2016-11-26gnu: gst-plugins-good: Fix CVE-2016-{9634,9635,9636} and other security issues.Leo Famulari
* gnu/packages/patches/gst-plugins-good-fix-crashes.patch, gnu/packages/patches/gst-plugins-good-fix-invalid-read.patch, gnu/packages/patches/gst-plugins-good-fix-signedness.patch, gnu/packages/patches/gst-plugins-good-flic-bounds-check.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gstreamer.scm (gst-plugins-good): Use them.
2016-11-26services: Factorize configuration abstraction.Julien Lepiller
* gnu/services/mail.scm and gnu/services/cups.scm (&configuration-error) (configuration-error, configuration-field-error) (configuration-missing-field, configuration-field, serialize-configuration) (validate-configuration, define-configuration, uglify-field-name) (serialize-field, serialize-package, serialize-string) (serialize-space-separated-string-list, space-separated-string-list?) (serialize-file-name, file-name?, serialize-field-name) (generate-documentation): Move duplicate code... * gnu/services/configuration.scm: ...to this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add configuration.scm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-11-26gnu: psyclpc: Update comment.Leo Famulari
This is a followup to commit eaa45301f46f13a3f71bcae6089d312f31174801. * gnu/packages/messaging.scm (psyclpc): Update comment.
2016-11-26gnu: Move content of (gnu packages psyc) into (gnu packages messaging).ng0
* gnu/packages/psyc.scm (perl-net-psyc, libpsyc, psyclpc): Move this ... * gnu/packages/messaging.scm (perl-net-psyc, libpsyc, psyclpc): ... here. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove psyc.scm. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-26gnu: psyclpc: Upgrade to 20160821-2.61cf9aa.ng0
This makes the package reproducible. * gnu/packages/psyc.scm (psyclpc): Upgrade to 20160821-2.61cf9aa. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-26gnu: python-flask: Update to 0.11.1.Danny Milosavljevic
* gnu/packages/python.scm (python-flask): Update to 0.11.1. [native-inputs]: Add python-click. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26gnu: python-pyopenssl: Update to 16.2.0.Danny Milosavljevic
* gnu/packages/python.scm (python-pyopenssl): Update to 16.2.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26gnu: python-simplejson: Update to 3.10.0.Danny Milosavljevic
* gnu/packages/python.scm (python-simplejson): Update to 3.10.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>