<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/packages/password-utils.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://www.git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://www.git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/'/>
<updated>2019-06-16T11:26:45Z</updated>
<entry>
<title>gnu: keepassxc: Update to 2.4.3.</title>
<updated>2019-06-16T11:26:45Z</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2019-06-16T11:26:38Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=8bae6c744c9074727ca446ac4c1bfd0a31eca222'/>
<id>urn:sha1:8bae6c744c9074727ca446ac4c1bfd0a31eca222</id>
<content type='text'>
* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.3.
</content>
</entry>
<entry>
<title>gnu: cracklib: Install password dictionary.</title>
<updated>2019-06-03T21:18:46Z</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2019-06-03T05:19:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=27faad22a8714c2bf83fb6e78b931545586dd46c'/>
<id>urn:sha1:27faad22a8714c2bf83fb6e78b931545586dd46c</id>
<content type='text'>
* gnu/packages/password-utils.scm (cracklib): Use `make dict`.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
<entry>
<title>gnu: keepassxc: Update to 2.4.2.</title>
<updated>2019-06-01T23:31:52Z</updated>
<author>
<name>Nicolas Goaziou</name>
<email>mail@nicolasgoaziou.fr</email>
</author>
<published>2019-06-01T23:31:52Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=8b3560501ff32ba09dafa053a4faed6ad56726e3'/>
<id>urn:sha1:8b3560501ff32ba09dafa053a4faed6ad56726e3</id>
<content type='text'>
* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.2.
</content>
</entry>
<entry>
<title>gnu: keepassxc: Update to 2.4.1.</title>
<updated>2019-05-23T12:53:36Z</updated>
<author>
<name>Nicolas Goaziou</name>
<email>mail@nicolasgoaziou.fr</email>
</author>
<published>2019-05-23T12:53:36Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=0f3794fb7c480e845ea3842c70abd317b26ec8f1'/>
<id>urn:sha1:0f3794fb7c480e845ea3842c70abd317b26ec8f1</id>
<content type='text'>
* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.1.
[arguments]: Disable update checking.
[inputs]: Add qrencode and qtsvg.
</content>
</entry>
<entry>
<title>gnu: Add pass-otp.</title>
<updated>2019-04-22T09:28:43Z</updated>
<author>
<name>Alex Griffin</name>
<email>a@ajgrf.com</email>
</author>
<published>2019-04-20T16:59:35Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=54b41d2d7158f1696a663ac2ae46661e759a1648'/>
<id>urn:sha1:54b41d2d7158f1696a663ac2ae46661e759a1648</id>
<content type='text'>
* gnu/packages/password-utils.scm (pass-otp): New variable.

Signed-off-by: Christopher Baines &lt;mail@cbaines.net&gt;
</content>
</entry>
<entry>
<title>gnu: password-store: Allow external packages to provide extensions.</title>
<updated>2019-04-22T09:28:43Z</updated>
<author>
<name>Alex Griffin</name>
<email>a@ajgrf.com</email>
</author>
<published>2019-04-20T16:56:23Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=555415564964d82d36db8ee63c00c5d178691830'/>
<id>urn:sha1:555415564964d82d36db8ee63c00c5d178691830</id>
<content type='text'>
* gnu/packages/password-utils.scm (password-store): Add mechanism for
providing pass extensions in separate packages.
[arguments]: Add patch-system-extension-dir phase.
[native-search-paths]: Add PASSWORD_STORE_SYSTEM_EXTENSION_DIR.

Signed-off-by: Christopher Baines &lt;mail@cbaines.net&gt;
</content>
</entry>
<entry>
<title>gnu: Move nss &amp; co. to nss.scm.</title>
<updated>2019-04-04T15:47:02Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-04T13:14:57Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=aff0cce9175aaf836dd78941eb17549e3bfa7188'/>
<id>urn:sha1:aff0cce9175aaf836dd78941eb17549e3bfa7188</id>
<content type='text'>
* gnu/packages/gnuzilla.scm (nspr, nss): Move to...
* gnu/packages/nss.scm: ... here.  New file.
* gnu/packages/chromium.scm, gnu/packages/disk.scm,
gnu/packages/freedesktop.scm, gnu/packages/gnome.scm,
gnu/packages/gnunet.scm, gnu/packages/java.scm,
gnu/packages/libreoffice.scm, gnu/packages/linux.scm,
gnu/packages/mate.scm, gnu/packages/openldap.scm,
gnu/packages/package-management.scm, gnu/packages/password-utils.scm,
gnu/packages/polkit.scm, gnu/packages/qt.scm,
gnu/packages/sssd.scm, gnu/packages/storage.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/xml.scm: Adjust
accordingly.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add nss.scm.
</content>
</entry>
<entry>
<title>gnu: cracklib: Update to 2.9.7.</title>
<updated>2019-03-18T22:42:48Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-03-18T22:04:31Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=9081333bcd3ff0d6d7cc2f357f56cc2a39bfef50'/>
<id>urn:sha1:9081333bcd3ff0d6d7cc2f357f56cc2a39bfef50</id>
<content type='text'>
* gnu/packages/password-utils.scm (cracklib): Update to 2.9.7.
[source]: Remove patches.
* gnu/packages/patches/cracklib-CVE-2016-6318.patch,
gnu/packages/patches/cracklib-fix-buffer-overflow.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove them.
</content>
</entry>
<entry>
<title>gnu: assword: Use INVOKE.</title>
<updated>2019-01-25T14:17:47Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2019-01-25T13:10:25Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=3692cffed4411e35ccdedcda8f10433966964e46'/>
<id>urn:sha1:3692cffed4411e35ccdedcda8f10433966964e46</id>
<content type='text'>
* gnu/packages/password-utils.scm (assword)[arguments]: Use INVOKE.
</content>
</entry>
<entry>
<title>gnu: Separate Python core packages from the rest.</title>
<updated>2019-01-15T13:46:44Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>ricardo.wurmus@mdc-berlin.de</email>
</author>
<published>2019-01-15T13:21:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=44d10b1f722856ab8e9b942804aa7ef33e2ef739'/>
<id>urn:sha1:44d10b1f722856ab8e9b942804aa7ef33e2ef739</id>
<content type='text'>
* gnu/packages/python.scm: Move hundreds of package definitions from here...
* gnu/packages/python-xyz.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/audio.scm,
gnu/packages/backup.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/cluster.scm,
gnu/packages/compression.scm,
gnu/packages/connman.scm,
gnu/packages/crypto.scm,
gnu/packages/cups.scm,
gnu/packages/databases.scm,
gnu/packages/dav.scm,
gnu/packages/direct-connect.scm,
gnu/packages/disk.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/docker.scm,
gnu/packages/ebook.scm,
gnu/packages/elf.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm,
gnu/packages/finance.scm,
gnu/packages/fltk.scm,
gnu/packages/fontutils.scm,
gnu/packages/freedesktop.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gl.scm,
gnu/packages/glib.scm,
gnu/packages/gnome.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/gtk.scm,
gnu/packages/ham-radio.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/key-mon.scm,
gnu/packages/libffi.scm,
gnu/packages/libreoffice.scm,
gnu/packages/libusb.scm,
gnu/packages/lirc.scm,
gnu/packages/logging.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/mate.scm,
gnu/packages/maths.scm,
gnu/packages/medical.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mp3.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nutrition.scm,
gnu/packages/openldap.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/polkit.scm,
gnu/packages/protobuf.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/qt.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/search.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/simulation.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/sync.scm,
gnu/packages/terminals.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/virtualization.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wicd.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xorg.scm: Update module references.
</content>
</entry>
</feed>
