diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-18 11:08:42 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-18 11:23:47 -0400 |
| commit | a8e17eb8e53b58e2298217f092e60e79d63a40dd (patch) | |
| tree | 16097c4efae7bf322e0a23b89c4ad5ccac1e7b54 /gnu | |
| parent | 813d670b151b06181fd045d6e00104f3da63f4a0 (diff) | |
gnu: samba: Apply graft, and make graft private.
* gnu/packages/samba.scm (samba) [replacement]: Add field.
(samba/security-fixes): Renamed from samba/fixed, for clarity.
* gnu/packages/samba.scm (samba/pinned): Adjust for graft variable name change.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/samba.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index e09acf49f9a..57562b3b7aa 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm | |||
| @@ -172,6 +172,7 @@ external dependencies.") | |||
| 172 | (define-public samba | 172 | (define-public samba |
| 173 | (package | 173 | (package |
| 174 | (name "samba") | 174 | (name "samba") |
| 175 | (replacement samba/security-fixes) | ||
| 175 | (version "4.16.8") | 176 | (version "4.16.8") |
| 176 | (source | 177 | (source |
| 177 | ;; For updaters: the current PGP fingerprint is | 178 | ;; For updaters: the current PGP fingerprint is |
| @@ -294,7 +295,7 @@ Desktops into Active Directory environments using the winbind daemon.") | |||
| 294 | (hidden-package | 295 | (hidden-package |
| 295 | (package | 296 | (package |
| 296 | (inherit samba) | 297 | (inherit samba) |
| 297 | (replacement samba/fixed) | 298 | (replacement samba/security-fixes) |
| 298 | (version "4.15.3") | 299 | (version "4.15.3") |
| 299 | (source | 300 | (source |
| 300 | (origin | 301 | (origin |
| @@ -329,7 +330,7 @@ Desktops into Active Directory environments using the winbind daemon.") | |||
| 329 | libxml2)))))) ;for XML_CATALOG_FILES | 330 | libxml2)))))) ;for XML_CATALOG_FILES |
| 330 | 331 | ||
| 331 | 332 | ||
| 332 | (define-public samba/fixed | 333 | (define samba/security-fixes |
| 333 | (package | 334 | (package |
| 334 | (inherit samba/pinned) | 335 | (inherit samba/pinned) |
| 335 | ;; This is 4.15.13, but we need to trim the store file name to have | 336 | ;; This is 4.15.13, but we need to trim the store file name to have |
