From ea9e91c70d408af97f44feec281c313e5d6932a5 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 16 Apr 2019 20:06:48 +0200 Subject: gnu: libmbim: Update to 1.18.2. * gnu/packages/freedesktop.scm (libmbim): Update to 1.18.2. --- gnu/packages/freedesktop.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 00c6a234fc..2c4b440040 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -921,7 +921,7 @@ interfaces, based on the useradd, usermod and userdel commands.") (define-public libmbim (package (name "libmbim") - (version "1.18.0") + (version "1.18.2") (source (origin (method url-fetch) (uri (string-append @@ -929,7 +929,7 @@ interfaces, based on the useradd, usermod and userdel commands.") name "-" version ".tar.xz")) (sha256 (base32 - "10mjjy860aakfd3h1yaj9l1jw816amrpwmyqlx37j21xv0l03x3c")))) + "0s4jsfsydp2vykv7lnimalp9i680aas1qcx7zdpjiic64b5g48vp")))) (build-system gnu-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-mkenums -- cgit v1.2.3 271e2511d1f38'>refslogtreecommitdiff
path: root/gnu/packages/tor.scm
AgeCommit message (Expand)Author
2019-01-15gnu: Separate Python core packages from the rest....Ricardo Wurmus
2019-01-08gnu: tor: Update to 0.3.4.10....Tobias Geerinckx-Rice
2019-01-08gnu: privoxy: Update to 3.0.28....Tobias Geerinckx-Rice
2018-12-12gnu: onionshare: Update to 1.3.1....Eric Bavier
2018-11-29gnu: onionshare: Fetch sources from git....Ricardo Wurmus
2018-11-11gnu: privoxy: Remove custom bootstrap phase....Ricardo Wurmus
2018-11-02gnu: tor: Update to 0.3.4.9....Tobias Geerinckx-Rice
2018-09-10gnu: tor: Update to 0.3.4.8....Tobias Geerinckx-Rice
2018-07-15gnu: tor.scm: Fix copyright line....Efraim Flashner
2018-07-15gnu: tor: Update to 0.3.3.9....Efraim Flashner
2018-06-22gnu: nyx: Show header stats....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Update to 2.0.4....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Update home page....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Return #t from all phases....Tobias Geerinckx-Rice
2018-06-12gnu: tor: Update to 0.3.3.7....Tobias Geerinckx-Rice
2018-05-23gnu: tor: Update to 0.3.3.6 [security fixes]....Tobias Geerinckx-Rice
2018-03-20Correct name and Email for ng0....ng0
2018-03-03gnu: tor: Update to 0.3.2.10 [security fixes]....Tobias Geerinckx-Rice
2018-03-01gnu: onionshare: Update phase style....Tobias Geerinckx-Rice
2018-03-01gnu: privoxy: Update phase style....Tobias Geerinckx-Rice
2018-01-09gnu: tor: Update to 3.2.9....Tobias Geerinckx-Rice
2017-12-01gnu: tor: Update to 3.1.9 [security fixes]....Tobias Geerinckx-Rice
2017-11-17gnu: Move testing packages from python.scm to check.scm....Ricardo Wurmus
2017-11-13gnu: Move web packages from python to python-web....Ludovic Courtès
2017-10-25gnu: tor: Update to 0.3.1.8....Tobias Geerinckx-Rice
2017-10-06Merge branch 'master' into stagingMarius Bakke
2017-10-06gnu: tor: Enable directory protocol compression....Tobias Geerinckx-Rice
2017-10-06gnu: tor: Fix typo....Tobias Geerinckx-Rice
2017-10-05Merge branch 'master' into stagingMarius Bakke
2017-10-02gnu: tor: Update to 0.3.1.7....Tobias Geerinckx-Rice
2017-09-20gnu: Use 'modify-phases' syntax....Kei Kebreau
2017-09-18gnu: tor: Update to 0.3.0.11 [fixes CVE-2017-0380]....Tobias Geerinckx-Rice
2017-08-03gnu: tor: Update to 0.3.0.10....Tobias Geerinckx-Rice
2017-07-31gnu: tor: Remove '--enable-expensive-hardening' option....ng0
2017-07-01gnu: tor: Update to 0.3.0.9 [fixes CVE-2017-0377]....Tobias Geerinckx-Rice
2017-06-20gnu: tor: Add seccomp support....Rutger Helling
2017-06-11gnu: tor: Update to 0.3.0.8 [security fixes]....Marius Bakke
2017-05-16gnu: tor: Update to 0.3.0.7....Efraim Flashner
2017-04-27gnu: tor: Update to 0.3.0.6....Tobias Geerinckx-Rice
2017-04-08gnu: torsocks: Patch references to 'getcap' and 'which'....Eric Bavier
2017-03-03gnu: tor: Update to 0.2.9.10....Tobias Geerinckx-Rice
2017-02-01gnu: Add nyx....Tobias Geerinckx-Rice
2017-02-01gnu: tor: Use ‘license:’ prefix instead of #:select....Tobias Geerinckx-Rice
2017-01-31gnu: tor: Add hardening configure-flags....ng0
2017-01-24gnu: tor: Update to 0.2.9.9 [fixes security issue TROVE-2017-001]....ng0