1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-12 08:00:39 +02:00
Commit Graph

45021 Commits

Author SHA1 Message Date
Marius Bakke
b134c7ba16 gnu: libvorbis: Do not build static libraries.
* gnu/packages/xiph.scm (libvorbis)[arguments]: Add "--disable-static" to
  #:configure-flags.
2019-12-11 23:21:56 +01:00
Marius Bakke
542432e8ff gnu: libogg: Do not build static libraries.
* gnu/packages/xiph.scm (libogg)[arguments]: New field.
2019-12-11 23:21:56 +01:00
Marius Bakke
e500b9d908 gnu: opus: Do not build static libraries.
* gnu/packages/xiph.scm (opus)[arguments]: New field.
2019-12-11 23:21:55 +01:00
Marius Bakke
371d95ebc7 gnu: libwebp: Do not build static libraries.
* gnu/packages/image.scm (libwebp)[arguments]: Add "--disable-static" to
  #:configure-flags.
2019-12-11 23:21:55 +01:00
Marius Bakke
f6943db7d3 gnu: pcre2: Do not build static libraries.
* gnu/packages/pcre.scm (pcre2)[arguments]: Add "--disable-static" to
 #:configure-flags.
2019-12-11 23:21:55 +01:00
Marius Bakke
eccd2c14d6 gnu: pcre2: Update to 10.34.
* gnu/packages/patches/pcre2-fix-jit_match-crash.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/pcre.scm (pcre2): Update to 10.34.
[source](patches): Remove.
2019-12-11 23:21:55 +01:00
Marius Bakke
f8a8984c4b gnu: nss: Remove replacement package.
The merge preceding this commit ignored the 'replacement' added to nss in
commit 04b33ce205, because the security fix is
already present in NSS 3.48.  This commit removes the remaining bits.

* gnu/packages/patches/nss-CVE-2019-11745.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/nss.scm (nss/fixed): Remove variable.
2019-12-11 23:21:55 +01:00
Marius Bakke
9b601fc211 Merge branch 'master' into staging 2019-12-11 23:21:27 +01:00
Marius Bakke
27664ea0f0 gnu: Remove fmt-restinio.
This is a follow-up to commit 71ce0b5290.

* gnu/packages/pretty-print.scm (fmt-restinio): Remove variable.
2019-12-11 22:49:30 +01:00
Ricardo Wurmus
3158c805f0 gnu: Add emacs-quasi-monochrome.
* gnu/packages/emacs-xyz.scm (emacs-quasi-monochrome): New variable.
2019-12-11 22:47:41 +01:00
Marius Bakke
dbc533c168 gnu: seabios: Update to 1.13.0.
* gnu/packages/firmware.scm (seabios): Update to 1.13.0.
[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
2019-12-11 22:28:22 +01:00
Marius Bakke
71ce0b5290 gnu: fmt: Build shared library instead of static.
* gnu/packages/pretty-print.scm (fmt)[arguments]: New field.
* gnu/packages/networking.scm (fmt-restinio): Remove variable.
(restinio)[propagated-inputs]: Change from FMT-RESTINIO to FMT.
(opendht)[inputs]: Likewise.
2019-12-11 22:28:22 +01:00
Marius Bakke
2ecb5e7901 gnu: libssh: Update to 0.9.3 [fixes CVE-2019-14889].
* gnu/packages/ssh.scm (libssh): Update to 0.9.3.
[arguments]: Remove #:phases.
2019-12-11 22:28:22 +01:00
Marius Bakke
0222de2c65 gnu: libgit2: Update to 0.28.4 [security fixes].
This fixes CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351,
CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, and CVE-2019-1387.

* gnu/packages/version-control.scm (libgit2): Update to 0.28.4.
2019-12-11 22:28:21 +01:00
Marius Bakke
29256cbef3 gnu: speex: Do not build static libraries.
* gnu/packages/xiph.scm (speex)[arguments]: New field.
2019-12-11 22:28:21 +01:00
Marius Bakke
1e667df433 gnu: libvpx: Do not build static libraries.
* gnu/packages/video.scm (libvpx)[arguments]: Add "--disable-static" to
  #:configure-flags.
2019-12-11 22:28:21 +01:00
Ricardo Wurmus
1f3a2ebd6a gnu: Add emacs-almost-mono-themes.
* gnu/packages/emacs-xyz.scm (emacs-almost-mono-themes): New variable.
2019-12-11 21:59:00 +01:00
Alex Griffin
b0945d6944 gnu: netcat-openbsd: Update to 1.206-1.
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.206-1.
2019-12-11 13:38:15 -06:00
Leo Prikler
997153a132 gnu: gnome-shell-extension-dash-to-dock: Update to 66.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock):
Update to 66.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-11 18:05:18 +02:00
Ricardo Wurmus
98aecd3a5e gnu: python-argcomplete: Update to 1.10.3.
Co-authored-by: pimi <madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/python-xyz.scm (python-argcomplete): Update to 1.10.3.
[arguments]: Patch completion script to keep tool references.
[inputs]: Add "grep" and "which".
[native-inputs]: Add "python-coverage", "python-flake8", "python-wheel", and
"fish".
2019-12-11 15:50:00 +01:00
Ricardo Wurmus
b47e083b59 gnu: vpnc-scripts: Use WRAP-SCRIPT.
* gnu/packages/vpn.scm (vpnc-scripts)[arguments]: Use WRAP-SCRIPT instead of
WRAP-PROGRAM.
[inputs]: Add guile.
2019-12-11 15:50:00 +01:00
Diego Nicola Barbato
1e2640baac gnu: qemu: Build with vde2 support.
* gnu/packages/virtualization.scm (qemu)[inputs]: Add vde2.
* gnu/packages/virtualization.scm (qemu-minimal)[inputs]: Remove vde2 from
  inherited inputs.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-11 12:13:03 +01:00
Diego Nicola Barbato
a0993c29da gnu: Add vde2.
* gnu/packages/networking.scm (vde2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-11 12:13:03 +01:00
Nicolò Balzarotti
6c3021a840 gnu: Add r-lintr.
* gnu/packages/cran.scm (r-lintr): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-11 12:10:15 +01:00
Nicolò Balzarotti
bd538a031e gnu: Add r-cyclocomp.
* gnu/packages/cran.scm (r-cyclocomp): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-11 12:08:19 +01:00
Nicolò Balzarotti
f00da07471 gnu: Add r-xmlparsedata.
* gnu/packages/cran.scm (r-xmlparsedata): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-11 12:06:41 +01:00
Nicolò Balzarotti
5d387030e8 gnu: Add r-statcheck.
* gnu/packages/cran.scm (r-statcheck): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-11 12:06:41 +01:00
Hartmut Goebel
e87b83b62c gnu: Deprecate kdevplatform package.
* gnu/packages/kde.scm (kdevplatform): Define as a deprecated alias
  for 'kdevelop`.
2019-12-11 11:52:51 +01:00
Hartmut Goebel
6e23bee634 gnu: kdevelop: Update to 5.4.5.
* gnu/packages/kde.scm(kdevelop): Update to 5.4.5, use qt-build-sytem.
  [native-inputs]: Move shared-mime-info from …
  [inputs] … here; Remove kconfig, kdevplatform, libepoxy; Add apr, apr-util,
  astyle, attica, boost, kconfigwidgets, kservice, libkomparediff2,
  oxygen-icons, qtquickcontrols2, sonnet, subversion; structure and sort list
  of inputs.
  [arguments] Disable tests.  <phases>: Base on phases from qt-build-system.
  {wrap-executable}: Remove.  {add-include-path}: New phase.  {check} Keep it..
2019-12-11 11:52:50 +01:00
Hartmut Goebel
498abd9534 gnu: kdevelop-pg-qt: Update to 2.2.0.
* gnu/packages/kde.scm(kdevelop-pg-qt): Update to 2.2.0.
2019-12-11 11:52:50 +01:00
Mark H Weaver
04b33ce205 gnu: nss: Fix CVE-2019-11745 via graft.
* gnu/packages/patches/nss-CVE-2019-11745.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/nss.scm (nss/fixed): New variable.
(nss)[replacement]: Add field.
2019-12-11 01:52:10 -05:00
nixo
bc587eb178 gnu: enchive: Update to 3.5.
* gnu/packages/crypto.scm (enchive): Update to 3.5.
[source]: Replace url-fetch with git-fetch.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-11 04:51:57 +02:00
Andrew Miloradovsky
27f8d98f8e gnu: libraft: Update to 0.9.11.
* gnu/packages/cluster.scm (libraft): Update to 0.9.11.
[arguments]: Enable libuv I/O backend. Add phase to skip some tests.
[inputs]: Add libuv.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-11 04:47:04 +02:00
Marius Bakke
939c5b2cb6 gnu: MariaDB: Do not propagate OpenSSL.
* gnu/packages/databases.scm (mariadb)[propagated-inputs]: Remove.
[inputs]: Add OPENSSL-1.0.
[arguments]: Add absolute references to OpenSSL in "post-install" phase.
2019-12-11 01:14:38 +01:00
Marius Bakke
3d19c77d74 gnu: at-spi2-atk: Update to 2.34.1.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.34.1.
2019-12-11 01:14:38 +01:00
Marius Bakke
4ebc3339ba gnu: at-spi2-core: Update to 2.34.0.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.34.0.
2019-12-11 01:14:38 +01:00
Marius Bakke
336cf4e779 gnu: atk: Update to 2.34.1.
* gnu/packages/gtk.scm (atk): Update to 2.34.1.
2019-12-11 01:14:38 +01:00
Marius Bakke
b5414ff4db gnu: python-sphinx: Update to 2.2.2.
* gnu/packages/sphinx.scm (python-sphinx): Update to 2.2.2.
2019-12-11 01:14:38 +01:00
Marius Bakke
90076d2ce1 gnu: nss: Update to 3.48.
* gnu/packages/nss.scm (nss): Update to 3.48.
2019-12-11 01:14:38 +01:00
Marius Bakke
0a2c10d5cc gnu: nspr: Update to 4.24.
* gnu/packages/nss.scm (nspr): Update to 4.24.
2019-12-11 01:14:38 +01:00
Marius Bakke
ed8adb2240 gnu: check: Update to 0.13.0.
* gnu/packages/check.scm (check): Update to 0.13.0.
2019-12-11 01:14:38 +01:00
Marius Bakke
94249ba89c gnu: gstreamer: Update to 1.16.2.
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-ugly, gst-libav, python-gst): Update to 1.16.2.
(gst-plugins-bad): Likewise.
[arguments]: Remove #:make-flags.
2019-12-11 01:14:37 +01:00
Marius Bakke
99732a8f22 gnu: orc: Update to 0.4.31.
* gnu/packages/patches/orc-typedef-enum.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gstreamer.scm (orc): Update to 0.4.31.
[source](patches): Remove.
2019-12-11 01:14:37 +01:00
Marius Bakke
cb669c0951 gnu: postgresql@10: Update to 10.11.
* gnu/packages/databases.scm (postgresql): Update to 10.11.
2019-12-11 01:14:37 +01:00
Marius Bakke
ab0cb26f1a gnu: MariaDB: Update to 10.1.43.
* gnu/packages/databases.scm (mariadb): Update to 10.1.43.
[arguments]: Disable new test.
[inputs]: Add LINUX-PAM.
2019-12-11 01:14:37 +01:00
Marius Bakke
ddf31e9a49 gnu: ALSA: Update to 1.2.1.
* gnu/packages/linux.scm (alsa-lib): Update to 1.2.1.2.
[arguments]: New field.
(alsa-utils): Update to 1.2.1.
(alsa-plugins): Likewise.
2019-12-11 01:14:37 +01:00
Marius Bakke
3a24bf3a2a gnu: libxkbcommon: Update to 0.9.1.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.9.1.
[build-system]: Change to MESON-BUILD-SYSTEM.
[inputs]: Add WAYLAND and WAYLAND-PROTOCOLS.
[native-inputs]: Add DOXYGEN.
[arguments]: Adjust #:configure-flags for Meson.
2019-12-11 01:14:37 +01:00
Marius Bakke
049e450162 gnu: bluez: Update to 5.52.
* gnu/packages/linux.scm (bluez): Update to 5.52.
2019-12-11 01:14:37 +01:00
Marius Bakke
ed05d6b242 gnu: eudev: Update to 3.2.9.
* gnu/packages/linux.scm (eudev): Update to 3.2.9.
2019-12-11 01:14:37 +01:00
Marius Bakke
b7d8856a7f gnu: gtk+: Update to 3.24.13.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.13.
2019-12-11 01:14:36 +01:00