[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (19ac2ba -> 71e21fb)
From: |
Mark H. Weaver |
Subject: |
branch core-updates updated (19ac2ba -> 71e21fb) |
Date: |
Mon, 7 Nov 2016 05:57:23 +0000 (UTC) |
mhw pushed a change to branch core-updates
in repository guix.
from 19ac2ba gnu: glibc: Add version 2.23.
adds 937bc2d gnu: bullet: Update to 2.85.1.
adds 0067289 gnu: java-hamcrest-core: Update upstream location.
adds e5213cd gnu: java-hamcrest-core: Remove wrong source file-name.
adds fab959d gnu: java-hamcrest-core: Fix build.
adds 73ea83f gnu: r-proto: Update project's home-page.
adds f0badf9 gnu: pingus: Update upstream location.
adds de975de gnu: build: file-system: Change url of LUKS specification.
adds 6dbf1fe gnu: lua: Update to 5.3.3.
adds 331ef88 gnu: wireshark: Use lua-5.2.
adds f4dc22b gnu: nmap: Update to 7.31.
adds 3382bfe system: Avoid using device paths in <menu-entry> device
field.
adds 9008deb profiles: Extract a procedure for getting relative
generation numbers.
adds 45e39ee system: Rename previous-grub-entries to
profile-grub-entries.
adds aff7280 system: Optionally limit the entries returned by
profile-grub-entries.
adds 1e17a2d install: Extract procedure: install-grub-config.
adds 8074b33 system: Add 'guix system' actions: switch-generation and
roll-back.
adds 290ad22 gnu: Remove comment which is factually incorrect.
adds 4a09333 gnu: Add python-pycodestyle.
adds b91912c gnu: Add python-orderedmultidict.
adds 9dede06 gnu: Add python-furl.
adds 462bf27 gnu: Add python-flask-babel.
adds c22b4f8 gnu: python-sqlalchemy-utils: Propagate existing inputs.
adds 26d07ef gnu: python-sqlalchemy-utils: Use python-pytest.
adds c04854d gnu: qtimageformats: Remove bundled libraries.
adds 63d8f08 gnu: qtmultimedia: Remove bundled library.
adds a954038 gnu: vim: Update to 8.0.0069.
adds 84e6d15 nls: Update 'fr' translation.
adds 2ad0240 gnu: acme-client: Update to 0.1.14.
adds fd68cc2 gnu: ghostscript: Add 'upstream-name' property.
adds 14ac8e4 gnu: jansson: Update to 2.9.
new 71e21fb Merge branch 'master' into core-updates
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/guix.texi | 51 +-
gnu/build/file-systems.scm | 2 +-
gnu/build/install.scm | 23 +-
gnu/local.mk | 3 +-
gnu/packages/admin.scm | 10 +-
gnu/packages/game-development.scm | 23 +-
gnu/packages/games.scm | 7 +-
gnu/packages/ghostscript.scm | 3 +-
gnu/packages/java.scm | 16 +-
gnu/packages/lua.scm | 25 +-
gnu/packages/networking.scm | 2 +-
gnu/packages/patches/jansson-CVE-2016-4425.patch | 125 -----
.../{lua52-liblua-so.patch => lua-liblua-so.patch} | 2 +
gnu/packages/python.scm | 139 ++++-
gnu/packages/qt.scm | 13 +-
gnu/packages/statistics.scm | 2 +-
gnu/packages/tls.scm | 4 +-
gnu/packages/vim.scm | 4 +-
gnu/packages/web.scm | 5 +-
gnu/system.scm | 22 +-
gnu/system/pam.scm | 2 +-
guix/profiles.scm | 19 +
guix/scripts/package.scm | 8 +-
guix/scripts/system.scm | 106 +++-
po/guix/fr.po | 546 +++++++++-----------
25 files changed, 656 insertions(+), 506 deletions(-)
delete mode 100644 gnu/packages/patches/jansson-CVE-2016-4425.patch
rename gnu/packages/patches/{lua52-liblua-so.patch => lua-liblua-so.patch}
(98%)
- branch core-updates updated (19ac2ba -> 71e21fb),
Mark H. Weaver <=