aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-02-27 01:10:48 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-02-27 01:10:48 +0100
commit8d611ef0850da62db2f3fbd6ff23b1e16f986136 (patch)
tree4697c1a2a71abc6ed106a1b652b6568eee4a7eaf /gnu/packages/package-management.scm
parent2dad4c910ab9b0ca1cb86592e101b5c6d50ce3f1 (diff)
downloadguix-8d611ef0850da62db2f3fbd6ff23b1e16f986136.tar.gz
guix-8d611ef0850da62db2f3fbd6ff23b1e16f986136.zip
gnu: musescore: Update to 3.0.3.
* gnu/packages/music.scm (musescore): Update to 3.0.3. [source]: Remove now obsolete patch. [arguments]: Do not use bundled (as a submodule) libcrashreporter-qt. * gnu/packages/patches/musescore-fix-use_webengine.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Apply file removal.
Diffstat (limited to 'gnu/packages/package-management.scm')
0 files changed, 0 insertions, 0 deletions
lags]: Run the test suite with the '--quick' option, as it is very slow otherwise. [phases]{configure}: Add the '--enable-selftest' argument. [inputs]: Add libtirpc. Maxim Cournoyer 2020-11-03gnu: samba: Unbundle cmocka, heimdal; add gamin....* gnu/packages/samba.scm (samba)[snippet]: Update comment. [phases]{configure}: Remove '--bundled-libraries=com_err' argument. [inputs]: Add cmocka, heimdal, gamin. Remove TODO comment. Maxim Cournoyer 2020-11-03gnu: samba: Set localstatedir to /var....It previously defaulted to a $PREFIX/var, where $PREFIX was the root of the installation directory (under /gnu/store) of Samba. * gnu/packages/samba.scm (samba)[phases]{configure}: Add --localstatedir=/var option. {disable-etc-samba-directory-creation}: Rename to disable-etc,var-samba-directories-setup and prevent creating directories under both sysconfdir and localstatedir. Maxim Cournoyer 2020-11-03gnu: samba: Update to 4.13.1....* gnu/packages/samba.scm (samba): Update to 4.13.1. [native-inputs]: Add libxml2. [phases]{locate-docbook-stylesheets}: Rename to... {setup-docbook-stylesheets}: ...this. Setup offline Samba DTD catalog, and have it used along any pre-existing XML_CATALOG_FILES environment variable in the build script. Maxim Cournoyer 2020-09-22gnu: samba: Fix fcntl hint detection in configure script....The configure script generates a C program to detect support for lifetime hints on files. But this program could crash, potentially leaving a stale unreadable file behind which could cause the patch-generated-file-shebang phase to fail. Reported upstream <https://bugzilla.samba.org/show_bug.cgi?id=14503>. * gnu/packages/patches/patches/samba-fix-fcntl-hint-detection.patch: New file. * gnu/packages/samba.scm (samba)[origin]: Add patch. * gnu/local.mk (dist_patch_DATA): Register patch. Pierre Langlois 2020-09-21gnu: samba: Update to 4.12.7 [security fixes]....Fixes CVE-2020-1472 with 4.12.7. Fixes CVE-2020-10730, CVE-2020-10745, CVE-2020-10760 and CVE-2020-14303 with 4.12.4. * gnu/packages/samba.org (samba): Update to 4.12.7. Pierre Langlois 2020-09-04gnu: cifs-utils: Update to 6.11 [fixes CVE-2020-14342]....* gnu/packages/samba.scm (cifs-utils): Update to 6.11. Tobias Geerinckx-Rice