3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

176 commits

Author SHA1 Message Date
Marius Bakke
03b8798df1
gnu: samba: Update to 4.15.5 [security fixes].
This fixes CVE-2021-44141, CVE-2021-44142, and CVE-2022-0336.

* gnu/packages/samba.scm (samba): Update to 4.15.5.
2022-02-07 23:47:23 +01:00
Maxim Cournoyer
a02c1ce716
gnu: samba: Update to 4.15.3.
* gnu/packages/samba.scm (samba): Update to 4.15.3.
[source]: Delete snippet; pyiso8601 is no longer bundled.
[arguments]: Adjust make-flags and arguments to use G-Exp.
[phases]{configure}: Add the '--with-system-mitkrb5', '--with-system-mitkdc'
and '--with-experimental-mit-ad-dc' configure flags.
[inputs]: Replace heimdal with mit-krb5.
[native-inputs]: Use new style.
{python-cryptography, python-dnspython, python-markdown}
{python-pyasn1}: New inputs.
(samba/fixed): Update to 4.15.3 and hide package.
2022-01-10 11:51:30 -05:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès
e77df67cc2
gnu: libsoup: Depend on a fixed version of Samba.
This avoids big rebuilds when Samba is upgraded.

* gnu/packages/samba.scm (samba/fixed): New variable.
* gnu/packages/gnome.scm (libsoup-minimal)[inputs]: Use it instead of
SAMBA.
2021-11-17 23:57:49 +01:00
42eb5b67e3
gnu: samba: Update to 4.13.14.
* gnu/packages/samba.scm (samba): Update to 4.13.14.
2021-11-10 00:09:40 +02:00
Tobias Geerinckx-Rice
34d76cbc1d
gnu: ldb: Update to 2.4.1.
* gnu/packages/samba.scm (ldb): Update to 2.4.1.
[source]: Don't explicitly return #t from snippet.
2021-11-03 03:10:52 +01:00
Tobias Geerinckx-Rice
22fee8a020
gnu: cifs-utils: Use @acronym{} in description.
* gnu/packages/samba.scm (cifs-utils)[description]: Substitute Texinfo
@acronym{} for @dfn{}.
2021-10-04 13:31:36 +02:00
Tobias Geerinckx-Rice
15e5d22fcb
gnu: cifs-utils: Fix support for dropping capabilities.
* gnu/packages/samba.scm (cifs-utils)[arguments]: Add a new
'trigger-bootstrap phase.
2021-10-04 13:31:36 +02:00
Tobias Geerinckx-Rice
ac22683d64
gnu: cifs-utils: Update to 6.14.
* gnu/packages/samba.scm (cifs-utils): Update to 6.14.
2021-10-04 13:31:35 +02:00
Tobias Geerinckx-Rice
0448bff770
gnu: cifs-utils: Build & install man pages.
* gnu/packages/samba.scm (cifs-utils)[arguments]: Add "--enable-man"
to #:configure-flags.  Remove useless 'create-man8dir phase.  Add a new
'install-man-pages phase to do just that.
[native-inputs]: Add python-docutils.
2021-10-04 13:31:35 +02:00
a4c456c80c
gnu: ldb: Update to 2.4.0.
* gnu/packages/samba.scm (ldb): Update to 2.4.0.
2021-08-04 16:34:32 +03:00
a34f36b06c
gnu: talloc: Update to 2.3.3.
* gnu/packages/samba.scm (talloc): Update to 2.3.3.
2021-08-04 16:34:32 +03:00
f71b381d1f
gnu: samba: Update to 4.13.10.
* gnu/packages/samba.scm (samba): Update to 4.13.10.
[source]: Remove patch.
* gnu/packages/patches/samba-fix-fcntl-hint-detection.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-08-04 16:34:32 +03:00
7aad3dea66
gnu: tevent: Update to 0.11.0.
* gnu/packages/samba.scm (tevent): Update to 0.11.0.
[native-inputs]: Add cmocka.
2021-08-04 16:34:32 +03:00
Tobias Geerinckx-Rice
0379b6e806
gnu: cifs-utils: Update to 6.13.
* gnu/packages/samba.scm (cifs-utils): Update to 6.13.
2021-04-18 20:26:59 +02:00
Tobias Geerinckx-Rice
ade77dd0d3
gnu: Fix input typoes.
* gnu/packages/crates-io.scm (rust-nettle-sys-2)[inputs]: Move ‘,’ to
its operand.
* gnu/packages/docbook.scm (docbook-dsssl)[native-inputs]: Likewise.
(docbook-dsssl-doc)[native-inputs]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-helm-slack)[propagated-inputs]:
Likewise.
* gnu/packages/kde-multimedia.scm (audiocd-kio)[inputs]: Likewise.
* gnu/packages/kde-pim.scm (akonadi-mime, kalarmcal, kcalendarsupport)
(keventviews, kmailtransport, kpimtextedit)[inputs]: Likewise.
* gnu/packages/mpd.scm (cantata)[inputs]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835): Likewise.
* gnu/packages/samba.scm (samba)[native-inputs]: Likewise.
* gnu/packages/xdisorg.scm (dex)[inputs]: Likewise.
2021-03-06 16:44:09 +01:00
Tobias Geerinckx-Rice
a3600f8d8b
gnu: samba: Update to 4.13.4.
* gnu/packages/samba.scm (samba): Update to 4.13.4.
2021-02-07 23:27:18 +01:00
Tobias Geerinckx-Rice
23c2f0affe
gnu: talloc: Update to 2.3.2.
* gnu/packages/samba.scm (talloc): Update to 2.3.2.
2021-02-07 23:27:17 +01:00
Vincent Legoll
bd46b80aa1
gnu: ppp: Update to 2.4.9.
* gnu/packages/samba.scm (ppp): Update to 2.4.9.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-11 11:48:50 +02:00
Tobias Geerinckx-Rice
43cb64d09b
gnu: cifs-utils: Update to 6.12.
* gnu/packages/samba.scm (cifs-utils): Update to 6.12.
[arguments]: Remove obsolete 'bootstrap phase replacement.
2021-01-02 18:54:26 +01:00
Tobias Geerinckx-Rice
0ca4778dc2
gnu: samba: Update to 4.13.3.
* gnu/packages/samba.scm (samba): Update to 4.13.3.
2020-12-22 13:09:29 +01:00
Tobias Geerinckx-Rice
ac37c10de7
gnu: samba: Update to 4.13.2.
* gnu/packages/samba.scm (samba): Update to 4.13.2.
2020-11-07 13:40:45 +01:00
Maxim Cournoyer
25e811583f
gnu: samba: Prepare for tests.
* gnu/packages/samba.scm (samba)[arguments]: Update comment regarding the test
suite failure.
[make-flags]: Run the test suite with the '--quick' option, as it is very slow otherwise.
[phases]{configure}: Add the '--enable-selftest' argument.
[inputs]: Add libtirpc.
2020-11-03 00:11:06 -05:00
Maxim Cournoyer
3185c29ac1
gnu: 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.
2020-11-03 00:11:06 -05:00
Maxim Cournoyer
db29ee0b1b
gnu: 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.
2020-11-03 00:11:06 -05:00
Maxim Cournoyer
0c96afe9b5
gnu: 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.
2020-11-03 00:11:05 -05:00
Pierre Langlois
d3456739c5
gnu: 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.
2020-09-22 19:52:07 +01:00
Pierre Langlois
a2b25890ee
gnu: 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.
2020-09-21 20:45:44 +01:00
Tobias Geerinckx-Rice
b1e5eb31cd
gnu: cifs-utils: Update to 6.11 [fixes CVE-2020-14342].
* gnu/packages/samba.scm (cifs-utils): Update to 6.11.
2020-09-04 20:56:07 +02:00
Tobias Geerinckx-Rice
ae05ac8fd2
gnu: iniparser: Edit synopsis & description.
* gnu/packages/samba.scm (iniparser)[synopsis, description]: Flesh out.
2020-06-02 20:50:18 +02:00
Tobias Geerinckx-Rice
ebde5cfdf2
gnu: iniparser: Fix cross-compilation.
* gnu/packages/samba.scm (iniparser)[arguments]: Use CC-FOR-TARGET.
2020-06-02 20:50:18 +02:00
Tobias Geerinckx-Rice
2f26e2d6fd
gnu: samba: Update to 4.12.3.
* gnu/packages/samba.scm (samba): Update to 4.12.3.
2020-06-02 18:06:04 +02:00
Tobias Geerinckx-Rice
2760d10488
gnu: samba: Update to 4.12.2.
* gnu/packages/samba.scm (samba): Update to 4.12.2.
[source]: Remove bundled python-iso8601 in a snippet.
[native-inputs]: Add perl-parse-yapp, python-iso8601, and
docbook-xml-4.2.  Move perl and python…
[inputs]: …to their proper home and remove libaio.
2020-05-13 00:21:48 +02:00
Tobias Geerinckx-Rice
0dd390694a
gnu: samba: Remove obsolete iniparser input.
* gnu/packages/samba.scm (samba)[inputs]: Remove iniparser.
2020-05-13 00:21:48 +02:00
Tobias Geerinckx-Rice
fef052b1b8
gnu: samba: Update to 4.11.9.
* gnu/packages/samba.scm (samba): Update to 4.11.9.
2020-05-11 19:53:27 +02:00
Tobias Geerinckx-Rice
62881ad61c
gnu: samba: Update to 4.11.8 [fixes CVE-2020-10700, CVE-2020-10704].
* gnu/packages/samba.scm (samba): Update to 4.11.8.
2020-05-10 05:45:05 +02:00
Vincent Legoll
4c8b874f95
gnu: ppp: Update to 2.4.8-1.8d45443 [fixes CVE-2020-8597].
* gnu/packages/samba.scm (ppp): Update to 2.4.8-1.8d45443.
Use GIT-FETCH and GIT-FILE-NAME.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-03-07 14:27:06 +01:00
Marius Bakke
dfe5beb27d
gnu: ppp: Update to 2.4.8.
* gnu/packages/samba.scm (ppp): Update to 2.4.8.
[source]: Change to GIT-FETCH.
2020-02-05 22:03:33 +01:00
Marius Bakke
bd39fcdf0f
gnu: samba: Update to 4.11.6.
* gnu/packages/samba.scm (samba): Update to 4.11.6.
2020-01-30 16:14:31 +01:00
Marius Bakke
7152a71431
gnu: ldb: Downgrade to 1.5.6.
1.5.6 is actually newer and fixes problems with Python 3.8.

* gnu/packages/samba.scm (ldb): Downgrade to 1.5.6.
2020-01-16 19:20:21 +01:00
Tobias Geerinckx-Rice
b4aa5dbc1a
gnu: samba: Update to 4.11.4.
* gnu/packages/samba.scm (samba): Update to 4.11.4.
2019-12-24 04:01:08 +01:00
Tobias Geerinckx-Rice
293454f2f5
gnu: tevent: Update to 0.10.2.
* gnu/packages/samba.scm (tevent): Update to 0.10.2.
2019-12-24 04:01:08 +01:00
Tobias Geerinckx-Rice
e2263e3127
gnu: talloc: Update to 2.3.1.
* gnu/packages/samba.scm (talloc): Update to 2.3.1.
2019-12-24 04:01:07 +01:00
Tobias Geerinckx-Rice
7927a0d9c5
gnu: cifs-utils: Update phase style.
* gnu/packages/samba.scm (cifs-utils)[arguments]: Use keyword arguments
in phases.
2019-12-24 04:01:05 +01:00
Tobias Geerinckx-Rice
b0a46bcc02
gnu: cifs-utils: Update to 6.10.
* gnu/packages/samba.scm (cifs-utils): Update to 6.10.
[arguments]: Force a ‘bootstrap’.
Add a ‘create-man8dir’ phase.
2019-12-24 04:01:05 +01:00
d177ac2df6
gnu: iniparser: Don't use unstable tarball.
* gnu/packages/samba.scm (iniparser)[source]: Download using git-fetch.
2019-11-13 21:46:30 +02:00
Tobias Geerinckx-Rice
ee71f85f4f
gnu: samba: Update to 4.11.2.
* gnu/packages/samba.scm (samba): Update to 4.11.2.
2019-11-01 22:51:21 +01:00
Ludovic Courtès
11da634a6e
Merge branch 'master' into core-updates 2019-09-24 10:11:38 +02:00
Rutger Helling
ebfe548c23
gnu: samba: Update to 4.11.0.
* gnu/packages/samba.scm (samba): Update to 4.11.0.
2019-09-19 16:54:31 +02:00
Mark H Weaver
65542a8852
Merge branch 'master' into core-updates 2019-09-06 20:46:00 -04:00