aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/samba.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/samba.scm')
-rw-r--r--gnu/packages/samba.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index e2e8c5e093..d84f52ffc5 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -233,14 +233,14 @@ Desktops into Active Directory environments using the winbind daemon.")
(define-public talloc
(package
(name "talloc")
- (version "2.1.12")
+ (version "2.1.13")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/talloc/talloc-"
version ".tar.gz"))
(sha256
(base32
- "0jv0ri9vj93fczzgl7rn7xvnfgl2kfx4x85cr8h8v52yh7v0qz4q"))))
+ "0iv09iv385x69gfzvassq6m3y0rd8ncylls95dm015xdy3drkww4"))))
(build-system gnu-build-system)
(arguments
'(#:phases
7services: bitlbee: Run in a container....Ludovic Courtès 2017-02-07services: bitlbee: Read the PID file....Ludovic Courtès 2017-02-01services: Make 'static-networking' extensible....Ludovic Courtès 2017-01-25services: Fix 'mkdir-p' in activation scripts....Clément Lassieur 2017-01-20services: network-manager: Use record for configuration....Christopher Baines 2017-01-11services: wicd: Create /var/run/wpa_supplicant....Ludovic Courtès 2016-12-04services: tor: Make sure /var/lib is world-readable....Ludovic Courtès 2016-11-24services: network-manager: Depend on 'wpa-supplicant'....Ludovic Courtès 2016-11-24services: network-manager: Install polkit actions....Ludovic Courtès 2016-11-21services: static-networking: Remove unused parameter....Ludovic Courtès 2016-11-21services: static-networking: Avoid use of net-tools....Ludovic Courtès 2016-11-17services: static-networking: Add netmask....Ludovic Courtès 2016-11-15services: Require wpa-supplicant-service for connman-service....Tomáš Čech 2016-11-15services: Add wpa-supplicant-service....Tomáš Čech 2016-10-20services: ntpd: Add 'allow-large-adjustment?' knob....Ludovic Courtès 2016-09-10system: Use 'file-append' to denote file names....Ludovic Courtès 2016-09-08services: ntpd: Use a dedicated directory for drift file....John Darrington 2016-07-21services: Export *-service-type and *-configuration....Tomáš Čech 2016-07-12gnu: Switch to 'with-imported-modules'....Ludovic Courtès 2016-05-05services: Add connman-service....Efraim Flashner 2016-01-29services: Rename 'dmd' services to 'shepherd'....Alex Kost 2016-01-29Rename (gnu services dmd) to (gnu services shepherd)....Alex Kost