Age | Commit message (Expand) | Author |
2022-07-13 | gnu: samba: Update to 4.16.2....* gnu/packages/samba.scm (samba): Update to 4.16.2.
| Marius Bakke |
2022-06-25 | gnu: Use license: prefix in (gnu packages samba)....* gnu/packages/samba.scm: Import (guix licenses) with the "license:" prefix to
solve the conflict between the 'openssl' variables from (guix licenses) and
from (gnu packages tls). Adjust all license fields.
(ppp)[inputs]: Simplify list of inputs.
| Guillaume Le Vaillant |
2022-06-25 | gnu: ppp: Update source url....* gnu/packages/samba.scm (ppp)[source]: Use new url.
| Guillaume Le Vaillant |
2022-06-25 | gnu: ppp: Fix cross-compilation....* gnu/packages/samba.scm (ppp)[arguments]: Use G-Expressions. Remove
unused substitution. Fix OpenSSL and libpcap include paths.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Jean-Pierre De Jesus DIAZ |
2022-02-07 | 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.
| Marius Bakke |
2022-01-10 | 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.
| Maxim Cournoyer |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-11-17 | 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.
| Ludovic Courtès |
2021-11-10 | gnu: samba: Update to 4.13.14....* gnu/packages/samba.scm (samba): Update to 4.13.14.
| Efraim Flashner |
2021-11-03 | 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.
| Tobias Geerinckx-Rice |