Age | Commit message (Expand) | Author |
2019-10-15 | gnu: sdl2: Fix build on 32-bit architectures.•••* gnu/packages/patches/sdl2-mesa-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/sdl.scm (sdl2)[source](patches): New field.
| Marius Bakke |
2019-10-14 | gnu: mesa: Fix test failure on 32-bit systems.•••* gnu/packages/patches/mesa-timespec-test-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gl.scm (mesa)[source](patches): Add it.
| Marius Bakke |
2019-10-13 | gnu: pulseaudio: Add optional X11 inputs.•••* gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Add libxcb, libice, libsm,
and libxtst.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Diego Nicola Barbato |
2019-10-13 | gnu: cups-filters: Update to 1.25.11.•••* gnu/packages/cups.scm (cups-filters): Update to 1.25.11.
| Marius Bakke |
2019-10-13 | gnu: OpenSSL@1.0: Incorporate grafted changes.•••* gnu/packages/tls.scm (openssl-1.0): Update to 1.0.2t.
[replacement]: Remove.
[arguments]: Add #:parallel-build?.
(openssl-1.0.2t): Remove variable.
| Marius Bakke |
2019-10-13 | Merge branch 'master' into staging | Marius Bakke |
2019-10-13 | gnu: librsvg: Update to 2.46.0.•••* gnu/packages/gnome.scm (librsvg-next): Update to 2.46.0.
[arguments]: Patch SHELL in "po/Makefile.in.in".
[native-inputs]: Replace RUST-1.27 with RUST-1.34.
| Marius Bakke |
2019-10-13 | gnu: expat: Replace with 2.2.9 [fixes CVE-2019-15903].•••* gnu/packages/xml.scm (expat-2.2.9): New variable.
(expat)[replacement]: New field.
| Marius Bakke |
2019-10-13 | gnu: libgcrypt: Replace with 1.8.5 [fixes CVE-2019-13627].•••* gnu/packages/gnupg.scm (libgcrypt-1.8.5): New variable.
(libgcrypt)[replacement]: New field.
| Marius Bakke |
2019-10-13 | gnu: curl: Replace with 7.66.0 [fixes CVE-2019-5481, CVE-2019-5482].•••* gnu/packages/curl.scm (curl-7.66.0): New variable.
(curl)[replacement]: New field.
| Marius Bakke |
2019-10-13 | gnu: nghttp2: Replace with 1.39.2 [fixes CVE-2019-9511, CVE-2019-9513].•••* gnu/packages/web.scm (nghttp2-1.39.2): New variable.
(nghttp2)[replacement]: New field.
| Marius Bakke |
2019-10-13 | gnu: OpenSSL@1.0: Replace with 1.0.2t [fixes CVE-2019-1547, CVE-2019-1563].•••* gnu/packages/tls.scm (openssl-1.0.2t): New variable.
(openssl-1.0)[replacement]: New field.
| Marius Bakke |
2019-10-13 | gnu: java-tomcat: Update to 8.5.46.•••* gnu/packages/web.scm (java-tomcat): Update to 8.5.46.
| Björn Höfling |
2019-10-13 | gnu: java-tomcat: Build the full Tomcat package.•••Currently java-tomcat uses the "package" build-target. In that way, it is
built like a library, with only the jar files. This commit will change the
build-target to "deploy" in order to build the full tomcat package.
* gnu/packages/web.scm (java-tomcat)[source]: Remove bat-files in snippet.
[inputs]: Remove java-eclipse-jdt-core, add java-commons-daemon, java-ecj.
[native-inputs]: Remove.
[arguments]: Use "deploy" build-target, add phases 'modify-deploy,
'symlink-commons-daemon, 'symlink-java-ecj, change 'install phase.
| Björn Höfling |
2019-10-13 | gnu: Add java-ecj in version 4.6.3.•••* gnu/packages/java.scm (java-ecj): New variable.
| Björn Höfling |
2019-10-13 | gnu: java-commons-daemon: Update to 1.1.0.•••* gnu/packages/java (java-commons-daemon): Update to 1.1.0.
| Björn Höfling |
2019-10-13 | gnu: Remove dependencies on java-tomcat, use servlet API instead.•••These packages are using java-tomcat as a dependency where they
actually only need a servlet API.
* gnu/packages/maven.scm (maven-wagon-tck-http)[inputs]: Remove java-tomcat,
add java-javaee-servletapi.
(maven-wagon-http)[native-inputs]: Same here.
* gnu/packages/web.scm (java-eclipse-jetty-util)[inputs]: Same here.
(java-eclipse-jetty-http-test-classes)[inputs]: Same here.
(java-eclipse-jetty-security)[inputs]: Same here.
(java-eclipse-jetty-servlet)[inputs]: Same here.
(java-eclipse-jetty-webapp-9.2)[inputs]: Same here.
| Björn Höfling |
2019-10-13 | gnu: java-javaee-servletapi: Add properties-files to jar.•••* gnu/packages/java.scm (jav-javaee-servletapi)[arguments]: Add phase
'copy-resources' to copy properties-files.
| Björn Höfling |
2019-10-13 | gnu: java-javaee-servletapi: Don't use unstable tarball.•••* gnu/packages/java.scm (java-javaee-servletapi)[source]: Use git-fetch.
| Björn Höfling |
2019-10-13 | gnu: ant-build-system: Don't override symlinks.•••When repacking jar-files, don't work on symlinks: Otherwise, they would be
overridden with the repacked jar-file.
* guix/build/ant-build-system.scm (regular-jar-file-predicate): New procedure.
(generate-jar-indices, strip-jar-timestamps): Use it.
| Björn Höfling |
2019-10-13 | gnu: Add emacs-forge.•••* gnu/packages/emacs-xyz.scm (emacs-forge): New variable.
| Oleg Pykhalov |
2019-10-13 | gnu: emacs-closql: Update to 1.0.0-1.70b98db.•••* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.0-1.70b98db.
| Oleg Pykhalov |
2019-10-13 | gnu: emacs-ghub: Update to 3.2.0-1.cf0b13a.•••* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.2.0-1.cf0b13a.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Brian Leung |
2019-10-13 | gnu: emacs-magit: Update to 2.90.1-2.c761d28.•••* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1-2.c761d28.
[arguments]: Add patch phase.
| Oleg Pykhalov |
2019-10-13 | gnu: ao: Update to 1.2.2-5-g20dc8ed [fixes CVE-2017-11548].•••* gnu/packages/xiph.scm (ao): Update to 1.2.2-5-g20dc8ed.
[source]: Switch to GIT-FETCH.
[native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL.
| Marius Bakke |
2019-10-13 | gnu: ao: Specify CPE name.•••* gnu/packages/xiph.scm (ao)[properties]: New field.
| Marius Bakke |
2019-10-13 | gnu: tcl: Update home page.•••* gnu/packages/tcl.scm (tcl)[home-page]: Use HTTPS.
| Marius Bakke |
2019-10-13 | gnu: util-linux: Adjust indentation.•••* gnu/packages/linux.scm (util-linux): Re-indent.
| Marius Bakke |
2019-10-13 | gnu: Add pragha.•••* gnu/packages/music.scm (pragha): New variable.
| Eric Bavier |
2019-10-13 | gnu: qt: Update to 5.12.5.•••* gnu/packages/qt.scm (qt, qtbase, qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel,
qtwebglplugin, qtwebview, qtlocation, qttools, qtscript,
qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad,
qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth,
qtremoteobjects, qtspeech): Update to 5.12.5.
| Efraim Flashner |
2019-10-13 | gnu: easytag: Fix mp3 support.•••* gnu/packages/music.scm (easytag)[arguments]: Add 'Name', 'Description' and
'Version' entries to temporary id3tag.pc pkg-config file. Terminate phases
with #t.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Pierre Langlois |
2019-10-13 | gnu: id3lib: Apply patch for UTF16 writing bug.•••* gnu/packages/patches/id3lib-UTF16-writing-bug.patch: New file.
* gnu/packages/mp3.scm (id3lib)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Pierre Langlois |
2019-10-13 | gnu: parted: End phases on #t.•••* gnu/packages/disk.scm (parted)[arguments]: End phase on #t and reindent.
| Marius Bakke |
2019-10-13 | gnu: parted: Complete the 3.3 update.•••Fixes <https://bugs.gnu.org/37721>.
Reported by Jesse Gibbons <jgibbons2357@gmail.com>.
This is a follow-up to commit 6ad7e3578b6ec924ceddabc908decdab8e453eca.
* gnu/packages/patches/parted-glibc-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/disk.scm (parted)[source](patches): Remove.
[native-inputs]: Add E2FSPROGS.
| Marius Bakke |
2019-10-13 | gnu: Add emacs-sly-asdf.•••* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): New variable.
| Pierre Neidhardt |
2019-10-13 | gnu: Add emacs-sly-quicklisp.•••* gnu/packages/emacs-xyz.scm (emacs-sly-quicklisp): New variable.
| Pierre Neidhardt |
2019-10-13 | gnu: emacs-sly: Update to 20191003.•••* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20191003.
[native-inputs]: Add texinfo to build doc.
[arguments]: Include "contrib" and "slink" folders so that SLY can start.
Add "install-doc" phase.
| Pierre Neidhardt |
2019-10-12 | gnu: shotwell: Don't use NAME in source URI.•••* gnu/packages/gnome.scm (shotwell)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-10-12 | gnu: shotwell: Update to 0.30.7.•••* gnu/packages/gnome.scm (shotwell): Update to 0.30.7.
| Tobias Geerinckx-Rice |
2019-10-12 | gnu: eog-plugins: Update to 3.26.4.•••* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.4.
| Tobias Geerinckx-Rice |
2019-10-12 | gnu: parted: Update to 3.3.•••* gnu/packages/disk.scm (parted): Update to 3.3.
| Tobias Geerinckx-Rice |
2019-10-12 | gnu: e2fsprogs: Update to 1.45.4 [fixes CVE-2019-5094].•••* gnu/packages/linux.scm (e2fsprogs): Update to 1.45.4.
| Marius Bakke |
2019-10-12 | gnu: python-sphinx: Update to 2.2.0.•••* gnu/packages/sphinx.scm (python-sphinx): Update to 2.2.0.
| Marius Bakke |
2019-10-12 | gnu: libXvMC: Update to 1.0.12.•••* gnu/packages/xorg.scm (libxvmc): Update to 1.0.12.
| Marius Bakke |
2019-10-12 | gnu: libXfont: Update to 2.0.4.•••* gnu/packages/xorg.scm (libxfont2): Update to 2.0.4.
| Marius Bakke |
2019-10-12 | gnu: mesa: Update to 19.2.1.•••* gnu/packages/gl.scm (mesa): Update to 19.2.1.
[native-inputs]: Replace PYTHON with PYTHON-WRAPPER.
| Marius Bakke |
2019-10-12 | gnu: Remove GDB@8.2.•••* gnu/packages/gdb.scm (gdb-8.2): Rename to ...
(gdb-8.3): ... this. Update to 8.3.1.
(gdb): Refer to GDB-8.3.
| Marius Bakke |
2019-10-12 | gnu: efl: Update to 1.23.1.•••* gnu/packages/enlightenment.scm (efl): Update to 1.23.1.
| Efraim Flashner |
2019-10-12 | gnu: python-jupyter-kernel-test: Use PYTHON-VERSION.•••* gnu/packages/jupyter.scm (python-jupyter-kernel-test)[arguments]: Use
PYTHON-VERSION to determite Python version.
| Marius Bakke |
2019-10-12 | gnu: json-modern-cxx: Update to 3.7.0.•••* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.7.0.
[source](snippet): Adjust for new doctest requirement.
[native-inputs]: Add DOCTEST.
[inputs]: Remove CATCH-FRAMEWORK2.
| Marius Bakke |