gnu: fish-guix: Remove it. fish-guix has been merged into Guix in 'etc/completion/fish' * gnu/packages/shells.scm (fish-guix): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: mc: Update to 4.8.20. * gnu/packages/mc.scm (mc): Update to 4.8.20. [arguments]: Rename ‘fix-absolutism’ to (hopefully) more accurate ‘patch-FHS-file-names’. Patch more. Fix new VFS test.
gnu: mc: Use HTTPS for home page. * gnu/packages/mc.scm (mc)[home-page]: Use HTTPS.
gnu: opensmtpd: Support PAM authentication. * gnu/packages/mail.scm (opensmtpd)[arguments]: Add ‘--with-auth-pam’ to #:configure-flags.
gnu: opensmtpd: Update to 6.0.3p1. * gnu/packages/mail.scm (opensmtpd): Update to 6.0.3p1.
gnu: Use HTTPS for invisible-island.net home pages. * gnu/packages/ncurses.scm (dialog)[home-page]: Use HTTPS. * gnu/packages/version-control.scm (diffstat)[home-page]: Likewise. * gnu/packages/xorg.scm (xterm)[home-page]: Likewise.
gnu: dialog: Update to 1.3-20171209. * gnu/packages/ncurses.scm (dialog): Update to 1.3-20171209.
gnu: audio: Use HTTPS for kokkinizita.linuxaudio.org home pages. * gnu/packages/audio.scm (clalsadrv, amb-plugins, mcp-plugins, rev-plugins) (fil-plugins, ste-plugins, vco-plugins, wah-plugins, g2reverb) (zita-convolver, zita-resampler, zita-alsa-pcmi)[home-page]: Use HTTPS.
gnu: java: Use HTTPS for osgi.org home pages. * gnu/packages/java.scm (java-osgi-annotation, java-osgi-core) (java-osgi-service-event, java-osgi-cmpn) (java-osgi-service-component-annotations, java-osgi-dto, java-osgi-resource) (java-osgi-namespace-contract, java-osgi-namespace-extender) (java-osgi-namespace-service, java-osgi-util-function) (java-osgi-util-promise, java-osgi-service-metatype-annotations) (java-osgi-service-repository, java-osgi-framework, java-osgi-service-log) (java-osgi-service-jdbc, java-osgi-service-resolver, java-osgi-util-tracker) (java-osgi-service-cm, java-osgi-service-packageadmin)[home-page]: Use HTTPS.
gnu: mpg123: Use HTTPS for home page. * gnu/packages/mp3.scm (mpg123)[home-page]: Use HTTPS.
gnu: mpg123: Update to 1.25.8. * gnu/packages/mp3.scm (mpg123): Update to 1.25.8.
gnu: compression, text-editors: Use Savannah mirror://. * gnu/packages/compression.scm (lunzip, clzip, lzlib, plzip)[source]: Use mirror:// URI. * gnu/packages/text-editors.scm (leafpad)[source]: Likewise.
services: bitlbee: Add test. * gnu/tests/messaging.scm (run-bitlbee-test): New procedure. (%test-bitlbee): New variable.
doc: Deprecate 'bitlbee-service' procedure. * gnu/services/messaging.scm (bitlbee-service): Mark as deprecated. * doc/guix.texi (Messaging Services): Document 'bitlbee-service-type' and 'bitlbee-configuration'. Remove 'bitlbee-service'.
services: bitlbee: Move to (gnu services messaging). * gnu/services/networking.scm (<bitlbee-configuration>) (bitlbee-shepherd-service, %bitlbee-accounts, %bitlbee-activation) (bitlbee-service-type, bitlbee-service): Move to... * gnu/services/messaging.scm: ... here. * doc/guix.texi (Networking Services): Move 'bitlbee-service' doc to... (Messaging Services): ... here.
linux-container: Work around EBADF errors upon exit. Typically 'read-pid-file/container' would fail when starting services in containers such as BitlBee. * gnu/build/linux-container.scm (call-with-clean-exit): Use 'primitive-_exit' instead of 'primitive-exit'. (container-excursion*): Close OUT.
gnu: talloc: Update to 2.1.11. * gnu/packages/samba.scm (talloc): Update to 2.1.11. [arguments]: Run all tests. Use INVOKE.
gnu: iniparser: Update to 4.1. * gnu/packages/samba.scm (iniparser): Update to 4.1. [arguments]: Update library SONAME. [home-page]: Abandon outdated home page with no mention of version 4.
gnu: iniparser: Use INSTALL-FILE. * gnu/packages/samba.scm (iniparser)[arguments]: Simplify ‘install’ phase by replacing COPY-FILE with INSTALL-FILE.
gnu: iniparser: Use #:make-flags. * gnu/packages/samba.scm (iniparser)[arguments]: Use #:make-flags to set ‘CC’ instead of patching the Makefile. Remove fruitless SYMLINK call.