unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* GNU Guix & GuixSD 0.12.0 released
@ 2016-12-21 17:50 Ricardo Wurmus
  2019-10-09  6:24 ` bug#37675: Ricardo, here is kind question to provide facts on your statements about RMS Jean Louis
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2016-12-21 17:50 UTC (permalink / raw)
  To: guix-devel, help-guix, gnu-system-discuss, info-gnu; +Cc: guile-user, nix-dev

[-- Attachment #1: Type: text/plain, Size: 39167 bytes --]

We are pleased to announce the release of GNU Guix & GuixSD 0.12.0,
representing 3,572 commits by 76 people over a little more than 4 months.


• About

  GNU Guix is a transactional package manager for the GNU system.
  The Guix System Distribution, GuixSD, is an advanced distribution
  of the GNU system.

  In addition to standard package management features, Guix supports
  transactional upgrades and roll-backs, unprivileged package
  management, and per-user profiles.  GuixSD offers a declarative
  approach to operating system configuration management and is highly
  hackable.  Guix uses low-level mechanisms from the Nix package
  manager, except that packages are defined as native Guile modules,
  using extensions to the Scheme language.

  GuixSD uses the Linux-Libre kernel and the GNU Shepherd init system.
  At this stage it can be used on an i686 or x86_64 machine.

  It is also possible to use Guix on top of an already installed
  GNU/Linux system, including on mips64el and armv7.

  https://www.gnu.org/software/guix/

• Download

  Here are the compressed sources and a GPG detached signature[*]:
    ftp://alpha.gnu.org/gnu/guix/guix-0.12.0.tar.gz
    ftp://alpha.gnu.org/gnu/guix/guix-0.12.0.tar.gz.sig

  Here are the bootable USB installation images and their signatures[*]:
    ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-0.12.0.i686-linux.xz
    ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-0.12.0.i686-linux.xz.sig
    ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-0.12.0.x86_64-linux.xz
    ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-0.12.0.x86_64-linux.xz.sig

  Here are the binary tarballs and their signatures[*]:
    ftp://alpha.gnu.org/gnu/guix/guix-binary-0.12.0.i686-linux.tar.xz
    ftp://alpha.gnu.org/gnu/guix/guix-binary-0.12.0.i686-linux.tar.xz.sig
    ftp://alpha.gnu.org/gnu/guix/guix-binary-0.12.0.x86_64-linux.tar.xz
    ftp://alpha.gnu.org/gnu/guix/guix-binary-0.12.0.x86_64-linux.tar.xz.sig
    ftp://alpha.gnu.org/gnu/guix/guix-binary-0.12.0.mips64el-linux.tar.xz
    ftp://alpha.gnu.org/gnu/guix/guix-binary-0.12.0.mips64el-linux.tar.xz.sig
    ftp://alpha.gnu.org/gnu/guix/guix-binary-0.12.0.armhf-linux.tar.xz
    ftp://alpha.gnu.org/gnu/guix/guix-binary-0.12.0.armhf-linux.tar.xz.sig

  Use a mirror for higher download bandwidth:
    http://www.gnu.org/order/ftp.html
  
  Here are the SHA1 checksums:
  
  2189ab3a658040e51b036b1bca11594c3d6e4966  guix-0.12.0.tar.gz
  5d39aafd9a45b756d419b1c4906040452b8b35c9  guix-binary-0.12.0.armhf-linux.tar.xz
  a6b02939e7e41676c1e6feaa86f046917fc809b3  guix-binary-0.12.0.i686-linux.tar.xz
  f359d43be25cb85fbee452ebf5b07927dadc6448  guix-binary-0.12.0.mips64el-linux.tar.xz
  786c2a5228d0b3ff57ea2f4410076a28ba650e9c  guix-binary-0.12.0.x86_64-linux.tar.xz
  b24071f939818ff9885e836d7b8757b8b3752a2e  guixsd-usb-install-0.12.0.i686-linux.xz
  b96554363942c9d61691893286f6fd89a5e1250b  guixsd-usb-install-0.12.0.x86_64-linux.xz
  
  [*] Use a .sig file to verify that the corresponding file (without the
  .sig suffix) is intact.  First, be sure to download both the .sig file
  and the corresponding tarball.  Then, run a command like this:
  
    gpg --verify guix-0.12.0.tar.gz.sig
  
  If that command fails because you don't have the required public key,
  then run this command to import it:
  
    gpg --keyserver keys.gnupg.net --recv-keys BCA689B636553801C3C62150197A5888235FACAC
  
  and rerun the 'gpg --verify' command.
  
  This release was bootstrapped with the following tools:
    Autoconf 2.69
    Automake 1.15
    Makeinfo 6.3
    Help2man 1.47.4

  To install the Guix System Distribution, please see “System
  Installation” in the manual.  To install Guix on a running system,
  see “Installation” in the manual.

• Changes since version 0.11.0 (excerpt from the NEWS file)

  ** Package management
  
  *** Guix can now be built with Guile 2.1/2.2
  *** New ‘--with-graft’ package transformation option
  *** Grafting is now faster than before
  *** The ‘replacement’ of a package can now have a different name
  *** ‘guix-daemon’ offloading support now uses Guile-SSH
  *** New ‘guix offload test’ command
  *** New updaters for ‘guix refresh’: ‘kernel.org’, ‘cpan’, ‘crates’
  *** ‘guix refresh --list-updaters’ shows updater coverage
  *** New ‘cargo-build-system’ and importer for Rust packages
  *** New ‘asdf-build-system’ for Common Lisp packages
  *** Python build system now uses setuptools by default
  *** New updater for CPAN packages
  *** Added ‘--recursive’ option for importer for the CRAN/Bioconductor importer
  *** New d3.js backend for ‘guix graph’
  *** ‘guix package’ now displays generation diffs
  *** New services
  New services for CUPS printing, SPICE vdagent, SDDM, a login service,
  kmscon service, opensmtpd mail service, git service, wpa-supplicant
  service, rottlog, OpenSSH, Cuirass, and NFS related services.
  *** New arm-none-eabi cross-compiler toolchains
  *** New 'guix system' actions: ‘switch-generation’ and ‘roll-back’
  
  ** Distribution
  
  *** GuixSD can now be installed to a LUKS-encrypted root
      (<http://bugs.gnu.org/21843>)
  *** ‘openssl’ has a new “doc” output for its man pages
  *** Added support for a native GNU/Hurd system
  *** New system tests for the OpenSSH and Dropbear daemons
  *** New tests for the GuixSD installation on encrypted or RAID roots
  *** New ‘netmask’ option for ‘static-networking-service’
  *** New “i686-w64-mingw32” cross-compilation target (MinGW)
  *** A modular set of packages supersede the monolithic ‘qt’ package
  *** 853 new packages
  
  abc, acme-client, aircrack-ng, ams-lv2, ao-cad, arachne-pnr,
  arm-none-eabi-nano-toolchain, arm-none-eabi-nano-toolchain,
  arm-none-eabi-toolchain, arm-none-eabi-toolchain, asn1c, aspell-dict-de,
  aspell-dict-el, aspell-dict-grc, aspell-dict-he, aspell-dict-sv, assimp,
  attica, autossh, b43-tools, baloo, bambam, bamm, bcftools, biber, biber-next,
  bind, bluefish, bluez-qt, bpp-core, bpp-phyl, bpp-popgen, bpp-seq, bppsuite,
  breeze-icons, bs1770gain, bwm-ng, c-toxcore, cairo-xcb, capnproto,
  cargo-bootstrap, cbatticon, ccid, cfitsio, chez-fmt, chez-irregex,
  chez-matchable, chez-mit, chez-scmutils, chez-sockets, chez-srfi, chez-web,
  chromaprint, cl-alexandria, cl-bordeaux-threads, cl-clx, cl-fiveam,
  cl-flexi-streams, cl-ppcre, cl-slynk, cl-stumpwm, cl-trivial-gray-streams,
  clipit, clojure, cmark, coda, cryptsetup-static, cuirass, darkhttpd, dash,
  dbacl, dbus-c++, denemo, ding, direnv, discrover, dlib, dnscrypt-proxy,
  dnscrypt-wrapper, dotconf, drumkv1, dtc, ecl-alexandria, ecl-bordeaux-threads,
  ecl-cl-ppcre, ecl-clx, ecl-fiveam, ecl-flexi-streams, ecl-slynk, ecl-stumpwm,
  ecl-trivial-gray-streams, econnman, ecryptfs-utils, edi, editres, efibootmgr,
  efivar, emacs-ahungry-theme, emacs-auto-complete, emacs-bui,
  emacs-cyberpunk-theme, emacs-d-mode, emacs-danneskjold-theme, emacs-el-search,
  emacs-emms-mode-line-cycle, emacs-es-mode, emacs-evil, emacs-flx,
  emacs-goto-chg, emacs-guix, emacs-neotree, emacs-nginx-mode, emacs-org,
  emacs-org-trello, emacs-paredit, emacs-request, emacs-rudel, emacs-stream,
  enet, epic5, eschalot, espeak, exonerate, extempore, fatfsck-static, fbida,
  fcgi, fcgiwrap, femtolisp, filteraudio, fio, font-adobe-source-code-pro,
  font-fira-mono, freealut, gcc-cross-sans-libc-arm-none-eabi,
  gcc-cross-sans-libc-arm-none-eabi, gcompris, gctp, gdb-arm-none-eabi,
  geierlein, geteltorito, gettext-minimal, gforth, ghc-array,
  ghc-base16-bytestring, ghc-binary, ghc-bytestring, ghc-bytestring-handle,
  ghc-chell, ghc-chell-quickcheck, ghc-colour, ghc-conduit-extra,
  ghc-constraints, ghc-cryptohash, ghc-data-accessor,
  ghc-data-accessor-transformers, ghc-data-ordlist, ghc-directory, ghc-easyplot,
  ghc-fgl-arbitrary, ghc-findbin, ghc-fsnotify, ghc-gnuplot, ghc-graphviz,
  ghc-hashtables, ghc-haskeline, ghc-hinotify, ghc-hmatrix, ghc-hmatrix-gsl,
  ghc-hmatrix-gsl-stats, ghc-hmatrix-special, ghc-hs-bibutils, ghc-ieee754,
  ghc-lifted-async, ghc-monads-tf, ghc-options, ghc-pandoc-citeproc,
  ghc-patience, ghc-process, ghc-regex-applicative, ghc-regex-compat-tdfa,
  ghc-regex-tdfa, ghc-rfc5051, ghc-sandi, ghc-shelly, ghc-storable-complex,
  ghc-system-fileio, ghc-system-filepath, ghc-tar, ghc-tasty-rerun,
  ghc-tasty-th, ghc-terminal-size, ghc-transformers, ghc-transformers,
  ghc-utility-ht, ghc-wl-pprint-text, ghc-xml-conduit, ghc-xml-types, glfw,
  gloox, gnome-calculator, gnome-dictionary, gnome-system-monitor, gnuastro,
  goaccess, gobby, gparted, gpgmepp, grantlee, greenisland, grub-efi, gsm,
  gtkwave, gucharmap, guile-aspell, guile-bytestructures, guile-commonmark,
  guile2.2-commonmark, guile2.2-irregex, guile2.2-json, guile2.2-minikanren,
  guile2.2-redis, guitarix-lv2, gx-guvnor-lv2, gx-hyperion-lv2,
  gx-overdriver-lv2, gx-push-pull-lv2, gx-saturator-lv2, gx-slow-gear-lv2,
  gx-super-fuzz-lv2, gx-suppa-tone-bender-lv2, gx-switchless-wah-lv2,
  gx-tone-mender-lv2, gx-vbass-preamp-lv2, gx-vintage-fuzz-master-lv2,
  gx-voodoo-fuzz-lv2, gxtuner, gzstream, handbrake, hdf-eos2, hdf-eos5, hdf4,
  hdf4-alt, hidapi, highlight, httptunnel, hyperrogue, icestorm, ii, impressive,
  infamous-plugins, infernal, ingen, interrobang, iperf, ircii, iverilog,
  jack-keyboard, jalv-select, jimtcl, jsoncpp, jupyter, kactivities,
  kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs,
  kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons,
  kdeclarative, kded, kdesignerplugin, kdesu, kdevelop, kdevelop-pg-qt,
  kdevplatform, kdnssd, kdoctools, kemoticons, keyutils, kfilemetadata,
  kglobalaccel, kguiaddons, ki18n, kicad, kicad-library, kiconthemes, kidletime,
  kimageformats, kinit, kio, kiss-fft-for-extempore, kitemmodels, kitemviews,
  kjobwidgets, kmscon, knewstuff, knotifications, knotifyconfig, kobodeluxe,
  kpackage, kparts, kpeople, kplotting, kpmcore, kpty, krunner, kservice,
  ksyntaxhighlighting, ktexteditor, ktextwidgets, kunitconversion, kwallet,
  kwayland, kwidgetsaddons, kxmlgui, kxmlrpcclient, laby, lci, lekha, libaacs,
  libasr, libbdplus, libhdate, libicns, libidn2, libjaylink, libjpeg-turbo,
  libjxr, libkomparediff2, libksysguard, libnet6, libnfsidmap, libosinfo,
  libpqxx, libpsyc, libseccomp, libtermkey, libtoxcore, libtsm, libunique,
  libvirt, libvirt-glib, limnoria, linux-libre-arm-generic, llvm-with-rtti,
  lmdb, lndir, lua-lgi, lua-lpeg, lua5.1-expat, lua5.1-filesystem, lua5.1-sec,
  lua5.1-sec, lua5.1-socket, lvm2-static, m17n-db, m17n-lib, mash, mb2md,
  mcelog, mcl, mdadm-static, mhonarc, microcom, minced, mingw-w64, mktorrent,
  mlocate, mobile-broadband-provider-info, mod-host, mod-utilities,
  modemmanager-qt, mono, mpop, mps-youtube, mrrescue, mtd-utils, mumble, musl,
  nanovg-for-extempore, nethogs, netsurf, networkmanager-qt, newick-utils,
  newlib, newlib-nano, newsbeuter, nfs-utils, nickle, non-session-manager,
  notifymuch, obby, ocaml-menhir, ola, onionshare, openfwwf-firmware, openh264,
  openocd, opensmtpd, opensmtpd-extras, optipng, p7zip, pam-krb5, par2cmdline,
  pcb-rnd, pcsc-lite, pdf2svg, pdfposter, perl-array-utils,
  perl-autovivification, perl-business-isbn, perl-business-isbn-data,
  perl-business-ismn, perl-business-issn, perl-class-errorhandler,
  perl-crypt-openssl-bignum, perl-crypt-openssl-random, perl-crypt-openssl-rsa,
  perl-curses, perl-data-compare, perl-data-uniqid, perl-date-simple,
  perl-datetime-calendar-julian, perl-datetime-format-mail,
  perl-datetime-format-w3cdtf, perl-digest-md5, perl-encode-detect,
  perl-encode-eucjpascii, perl-encode-hanextra, perl-encode-jis2k,
  perl-env-path, perl-extutils-libbuilder, perl-feed-find,
  perl-file-find-object, perl-file-find-object-rule, perl-file-grep,
  perl-file-path, perl-file-slurper, perl-geo-ip, perl-getopt-long, perl-graph,
  perl-graph-readwrite, perl-io-socket-inet6, perl-ipc-cmd,
  perl-lingua-translit, perl-mail-spf, perl-modern-perl, perl-mojolicious,
  perl-mozilla-ca, perl-net-cidr-lite, perl-net-dns,
  perl-net-dns-resolver-programmable, perl-net-patricia, perl-net-psyc,
  perl-net-statsd, perl-netaddr-ip, perl-parse-yapp, perl-path-tiny,
  perl-socket6, perl-sort-key, perl-test-files, perl-test-manifest,
  perl-test-trailingspace, perl-text-bibtex, perl-text-csv-xs, perl-text-roman,
  perl-tie-cycle, perl-unicode-collate, perl-unicode-normalize,
  perl-unicode-utf8, perl-uri-fetch, perl-uri-template, perl-www-opensearch,
  perl-xml-atom, perl-xml-feed, perl-xml-libxslt, perl-xml-rss, perl-xml-writer,
  perl-xml-xpath, phonon, php, picocom, pinentry-gnome3, plantuml,
  plasma-framework, portmidi-for-extempore, prank, prosody, proteinortho,
  proxychains-ng, psyclpc, pybitmessage, python-aniso8601, python-argcomplete,
  python-axolotl, python-axolotl-curve25519, python-bcrypt, python-betamax,
  python-binaryornot, python-biom-format, python-bleach, python-cachecontrol,
  python-consul, python-cov-core, python-discogs-client, python-django,
  python-django-filter, python-django-simple-math-captcha, python-entrypoints,
  python-feedparser, python-flask-babel, python-flask-basicauth,
  python-flask-restful, python-flask-restful-swagger, python-flask-restplus,
  python-flask-sqlalchemy, python-freezegun, python-furl, python-future,
  python-git-review, python-glances, python-graphene, python-graphql-core,
  python-graphql-relay, python-i3-py, python-imagesize, python-ipaddress,
  python-ipykernel, python-ipywidgets, python-jupyter-client,
  python-jupyter-console, python-jupyter-core, python-kivy, python-kivy-next,
  python-libvirt, python-lirc, python-lit, python-mailmanclient, python-natsort,
  python-nautilus, python-nbconvert, python-nbformat, python-nltk, python-nose2,
  python-notebook, python-notmuch, python-odfpy, python-orderedmultidict,
  python-pafy, python-peewee, python-pika, python-polib, python-promise,
  python-publicsuffix, python-publicsuffix2, python-pycodestyle, python-pyev,
  python-pymongo, python-pypdf2, python-pyserial, python-pytest-django,
  python-pytest-flakes, python-pytest-mock, python-pytest-pep8,
  python-pythondialog, python-pyxb, python-q, python-rednose, python-reportlab,
  python-requests-oauthlib, python-rst.linker, python-s3transfer,
  python-sadisplay, python-schematics, python-setproctitle, python-sh,
  python-socksipy-branch, python-sqlalchemy-utils, python-stem,
  python-termcolor, python-termstyle, python-testpath, python-url,
  python-validictory, python-webencodings, python-whoosh,
  python-widgetsnbextension, python-xopen, python2-argcomplete, python2-axolotl,
  python2-axolotl-curve25519, python2-bcrypt, python2-betamax,
  python2-binaryornot, python2-biom-format, python2-bleach,
  python2-cachecontrol, python2-consul, python2-cov-core,
  python2-discogs-client, python2-django, python2-django-filter,
  python2-django-simple-math-captcha, python2-entrypoints, python2-feedparser,
  python2-flask-babel, python2-flask-restful-swagger, python2-freezegun,
  python2-furl, python2-future, python2-git-review, python2-glances,
  python2-graphene, python2-graphql-core, python2-graphql-relay, python2-i3-py,
  python2-imagesize, python2-ipykernel, python2-ipywidgets,
  python2-jupyter-client, python2-jupyter-console, python2-jupyter-core,
  python2-kivy, python2-kivy-next, python2-libvirt, python2-lirc, python2-lit,
  python2-mailmanclient, python2-natsort, python2-nbconvert, python2-nbformat,
  python2-nltk, python2-nose2, python2-notebook, python2-odfpy,
  python2-orderedmultidict, python2-pathlib2, python2-peewee, python2-pika,
  python2-polib, python2-promise, python2-publicsuffix, python2-publicsuffix2,
  python2-pycodestyle, python2-pyev, python2-pymongo, python2-pypdf,
  python2-pypdf2, python2-pyserial, python2-pytest-django,
  python2-pytest-flakes, python2-pytest-mock, python2-pytest-pep8, python2-pyxb,
  python2-q, python2-reportlab, python2-requests-oauthlib, python2-rpython,
  python2-rst.linker, python2-s3transfer, python2-sadisplay, python2-schematics,
  python2-setproctitle, python2-sh, python2-socksipy-branch,
  python2-sqlalchemy-utils, python2-stem, python2-termcolor, python2-testpath,
  python2-url, python2-validictory, python2-webencodings, python2-whoosh,
  python2-widgetsnbextension, python2-wxpython, python2-xopen, qmidiarp,
  qsyncthingtray, qtgraphicaleffects, qtox, qtquickcontrols, qtquickcontrols2,
  qtwebkit, quickswitch-i3, qwt, r-annotate, r-annotationforge, r-backports,
  r-bamsignals, r-batchjobs, r-bbmisc, r-bigmemory, r-bigmemory-sri,
  r-bioccheck, r-biocinstaller, r-biocstyle, r-biocviews, r-bit, r-bit64,
  r-bsgenome-celegans-ucsc-ce10, r-category, r-cellranger, r-checkmate,
  r-chipkernels, r-deseq2, r-dynamictreecut, r-e1071, r-fail, r-fastcluster,
  r-gdata, r-genefilter, r-geneplotter, r-getopt, r-gkmsvm, r-googlesheets,
  r-gostats, r-gplots, r-grohmm, r-gseabase, r-gtools, r-hmisc, r-hms,
  r-htmltable, r-hwriter, r-kernlab, r-kernsmooth, r-matrix,
  r-mutationalpatterns, r-optparse, r-pheatmap, r-preprocesscore, r-purrr,
  r-quadprog, r-r4rna, r-rbgl, r-rcas, r-rematch, r-rhtslib, r-rjson, r-rocr,
  r-rpart, r-rtsne, r-segmented, r-sendmailr, r-seqgl, r-sfsmisc, r-shortread,
  r-spams, r-survival, r-synchronicity, r-systempiper, r-tibble,
  r-txdb-hsapiens-ucsc-hg19-knowngene, r-viridislite, r-wgcna, radeontop, raxml,
  rcas-web, re2, remind, rkflashtool, roary, rpcbind, ruby-gherkin,
  ruby-net-http-digest-auth, rustc, samplv1, sane-backends-minimal,
  sbcl-alexandria, sbcl-bordeaux-threads, sbcl-cl-ppcre, sbcl-clx, sbcl-fiveam,
  sbcl-flexi-streams, sbcl-slynk, sbcl-stumpwm, sbcl-stumpwm-with-slynk,
  sbcl-trivial-gray-streams, schismtracker, sdcc, sddm, sendmail, sent, seq24,
  seqtk, sg3-utils, sic, snappy, solid, sonata, sonnet, speech-dispatcher,
  sqlcipher, squeak-vm, sshoot, sshuttle, sslh, stagit, stb-image-for-extempore,
  steghide, stfl, stress-make, sunxi-tools, supertuxkart, surfraw,
  swh-plugins-lv2, swish-e, tcp-wrappers, telepathy-idle,
  telepathy-mission-control, teximpatient, threadweaver, tint2, tintin++,
  tinyxml2, tomb, u-boot-am335x_boneblack, u-boot-malta, u-boot-vexpress_ca9x4,
  uget, utox, vc, viewnior, vifm, vim-full, virt-manager, vis,
  wayland-protocols, wcslib, weston, wgetpaste, whois, wxwidgets-gtk2, x265,
  xcalib, xcb-util-xrm, xlsx2csv, xonsh, xorg-server-xwayland, xpad, yadifa,
  yaml-cpp, yosys, ytalk, zzuf
  *** 864 package updates
  
  abcde-2.7.2, accountsservice-0.6.43, adns-1.5.1, aisleriot-3.20.2,
  allegro-5.2.0, alot-0.4, alsa-utils-1.1.2, apl-1.6, aragorn-1.2.38,
  ardour-5.5, argon2-20161029, aria2-1.29.0, armadillo-7.500.0,
  armadillo-7.500.0, aspell-dict-en-2016.11.20-0, at-spi2-core-2.20.2,
  atlas-3.10.3, autoconf-2.69, autoconf-archive-2016.09.16, autogen-5.18.12,
  autojump-22.3.4, avr-binutils-2.27, avr-gcc-5.4.0, avr-toolchain-5.4.0,
  awesome-3.5.9, awscli-1.11.5, babl-0.1.18, bash-4.4.0, bash-completion-2.4,
  bash-minimal-4.4.0, bash-static-4.4.0, bdb-6.2.23, bedtools-2.26.0,
  beets-1.4.1, binutils-2.27, binutils-static-stripped-tarball-2.27,
  bioperl-minimal-1.7.0, bison-3.0.4, bitcoin-core-0.13.0, blender-2.78a,
  bluez-5.43, boost-1.61.0, borg-1.0.8, bowtie-2.2.9, btrfs-progs-4.8.5,
  bullet-2.85.1, bundler-1.13.6, c-ares-1.12.0, c-reduce-2.5.0, calibre-2.74.0,
  caribou-0.4.21, ccache-3.3.3, cereal-1.2.1, certbot-0.9.3, chess-6.2.4,
  chromium-bsu-0.9.16.1, claws-mail-3.14.1, clipper-1.1, cmake-3.6.1,
  cmocka-1.1.0, connman-1.33, coq-8.5pl2, cppcheck-1.76.1, cpupower-4.8.15,
  cryptsetup-1.7.3, cssc-1.4.0, cups-2.2.1, cups-filters-1.11.5,
  cups-minimal-2.2.1, curl-7.50.3, cutadapt-1.12, dblatex-0.3.9, dbus-1.10.14,
  dbus-glib-0.106, dconf-editor-3.20.3, dejagnu-1.6, diamond-0.8.29, dico-2.4,
  diffoscope-63, diffutils-3.5, direvent-5.1, docbook-xml-4.4, docbook-xml-4.5,
  docbook-xsl-1.79.1, dovecot-2.2.27, dropbear-2016.74, drumstick-1.1.0,
  efl-1.18.4, eigen-3.2.9, elfutils-0.167, emacs-25.1, emacs-dash-2.13.0,
  emacs-debbugs-0.12, emacs-emms-4.2, emacs-emms-player-mpv-0.0.10,
  emacs-expand-region-0.11.0, emacs-f-0.18.2, emacs-hl-todo-1.7.4,
  emacs-hydra-0.13.6, emacs-magit-popup-2.8.0, emacs-minimal-25.1,
  emacs-no-x-25.1, emacs-no-x-toolkit-25.1, emacs-s-1.11.0,
  emacs-smartparens-1.8.0, emacs-with-editor-2.5.8, encfs-1.9.1,
  enlightenment-0.21.5, entr-3.6, eog-3.20.4, epiphany-3.22.1, ethtool-4.8,
  eudev-3.2, evince-3.20.1, evolution-data-server-3.20.5, exfat-utils-1.2.5,
  expat-2.2.0, extra-cmake-modules-5.28.0, extremetuxracer-0.7.3, faust-2.0.a51,
  ffmpeg-2.8.9, ffmpeg-3.2.2, fftw-3.3.5, fftw-3.3.5, fftw-openmpi-3.3.5,
  fftwf-3.3.5, fftwf-3.3.5, file-5.28, file-roller-3.20.3, fish-2.4.0,
  flashrom-0.9.9, flex-2.6.1, font-dejavu-2.37, font-gnu-unifont-9.0.02,
  fontconfig-2.12.1, fossil-1.35, freefall-4.8.15, freeipmi-1.5.5,
  fuse-exfat-1.2.5, gajim-0.16.6, gambit-c-4.8.5, ganv-1.4.2-1.31685d283,
  gawk-4.1.4, gcc-4.9.4, gcc-5.4.0, gcc-6.2.0, gcc-objc++-4.9.4, gcc-objc-4.9.4,
  gcc-stripped-tarball-4.9.4, gcc-toolchain-6.2.0, gccgo-4.9.4, gcj-4.9.4,
  gdb-7.12, gedit-3.20.2, geiser-0.9, geiser-next-0.9, geoclue-2.4.4,
  gettext-0.19.8.1, gexiv2-0.10.4, gfortran-5.4.0, ghc-8.0.1, ghc-cmark-0.5.3.1,
  ghc-cryptonite-0.19, ghc-fgl-5.5.3.0, ghc-highlighting-kate-0.6.3,
  ghc-pandoc-1.17.2, ghc-pandoc-types-1.16.1.1, ghc-tagsoup-0.14,
  ghc-texmath-0.8.6.5, ghc-tls-1.3.8, ghc-trifecta-1.6, giac-xcas-1.2.2-103,
  gimp-2.8.18, girara-0.2.6, git-2.11.0, git-2.9.3, glew-2.0.0, glib-2.48.2,
  glib-networking-2.48.2, glibc-2.23, glibc-2.24, glibc-locales-2.24,
  glibc-utf8-locales-2.24, global-6.5.5, gmp-6.1.1, gmsh-2.15.0, gnome-3.20.4,
  gnome-bluetooth-3.20.0, gnome-desktop-3.20.2, gnome-klotski-3.20.2,
  gnome-maps-3.18.3, gnome-mines-3.20.1, gnome-mpv-0.10,
  gnome-online-accounts-3.20.3, gnome-screenshot-3.20.1, gnome-session-3.20.2,
  gnome-shell-3.20.4, gnome-sudoku-3.20.5, gnome-terminal-3.20.2,
  gnome-themes-standard-3.20.2, gnu-c-manual-0.2.5, gnucash-2.6.14,
  gnumach-headers-1.8, gnumeric-1.12.32, gnupg-1.4.21, gnupg-2.0.30,
  gnupg-2.1.16, gnuplot-5.0.5, gnurl-7.51.0, gnutls-3.5.4, go-1.7.4,
  goffice-0.10.32, gphoto2-2.5.11, graphicsmagick-1.3.25-1.56c8cae, gsl-2.3,
  gst-libav-1.10.2, gst-plugins-bad-1.10.2, gst-plugins-base-1.10.2,
  gst-plugins-good-1.10.2, gst-plugins-ugly-1.10.2, gstreamer-1.10.2,
  gtk+-3.20.9, gtk-doc-1.25, gtk-vnc-0.6.0, gtkmm-3.20.1, gtksourceview-3.20.4,
  guile-2.0.12, guile-daemon-0.1.1, guile-irregex-0.9.6, guile-lib-0.2.3,
  guile-ncurses-2.1, guile-next-2.1.5, guile-ssh-0.10.2,
  guile-static-stripped-2.0.12, guile-static-stripped-tarball-2.0.12,
  guile-xosd-0.2.1, guitarix-0.35.2, guix-0.11.0, guix-0.11.0-8.8d12,
  gvfs-1.28.3, gvpe-3.0, gzochi-0.10.1, harfbuzz-1.3.3, haskell-mode-16.1,
  hdf5-1.8.18, hdf5-parallel-openmpi-1.8.18, hexchat-2.12.2, higan-101,
  hop-2.5.1, hplip-3.16.11, httping-2.5, hunspell-1.5.4, hurd-core-headers-0.9,
  hurd-headers-0.9, hurd-minimal-0.9, hydra-20151030.1ff48da, hydrogen-0.9.7,
  i3-wm-4.13, ibus-1.5.14, icecat-45.5.1-gnu1, icedtea-3.2.0, idris-0.12.3,
  imagemagick-6.9.6-8, info-reader-6.3, inputproto-2.3.2, iproute2-4.9.0,
  irrlicht-1.8.4, irssi-0.8.20, isc-dhcp-4.3.5, iw-4.9, jansson-2.9,
  jasper-2.0.6, java-ngs-1.2.5, jbig2dec-0.13, jpegoptim-1.4.4, json-c-0.12.1,
  json-glib-1.2.2, julia-0.5.0, keepassx-2.0.3, khal-0.8.4,
  kwindowsystem-5.28.0, ldb-1.1.27, ldc-0.17.2, ledger-3.1.1, letsencrypt-0.9.3,
  lftp-4.7.4, libass-0.13.4, libcdio-0.94, libdrm-2.4.68, libev-4.23,
  libgcrypt-1.7.3, libgit2-0.24.3, libgpg-error-1.24, libgphoto2-2.5.11,
  libgsf-1.14.40, libgtop-2.34.1, libgweather-3.20.3, libiberty-4.9.4,
  libidn-1.33, libinput-1.5.1, libinput-minimal-1.5.1, libjpeg-9b,
  libksba-1.3.5, libmateweather-1.16.1, libmicrohttpd-0.9.52, libmikmod-3.3.10,
  libpng-1.6.25, libpsl-0.16.1, libraw-0.17.2, libraw1394-2.1.2, librecad-2.1.3,
  libreoffice-5.1.5.2, libressl-2.5.0, librsvg-2.40.16, libsigc++-2.10.0,
  libsodium-1.0.11, libsoup-2.56.0, libstdc++-4.9.4, libstdc++-doc-5.4.0,
  libtasn1-4.9, libtiff-4.0.7, libuninameslist-20160701, libupnp-1.6.20,
  libva-1.7.1, libvpx-1.6.0, libwebp-0.5.1, libwnck-3.20.1, libx11-1.6.4,
  libx264-20161205-2245, libxcb-1.11.1, libxfixes-5.0.3, libxfont-1.5.2,
  libxi-1.7.8, libxmp-4.4.1, libxrandr-1.5.1, libxrender-0.9.10, libxtst-1.2.3,
  libxv-1.0.11, libxvmc-1.0.10, lilv-0.22.0, lilypond-2.19.51, links-2.14,
  linux-libre-4.4.39, linux-libre-4.8.15, linux-libre-headers-4.4.18,
  linux-pam-1.3.0, llvm-3.6.2, llvm-3.7.1, llvm-3.7.1, llvm-3.8.1,
  lm-sensors-3.4.0, love-0.10.2, lrzip-0.631, lua-5.3.3, lv2-1.14.0,
  lvm2-2.02.166, lynx-2.8.9dev.9, mafft-7.305, magit-2.8.0, mailutils-3.0,
  make-4.2.1, man-pages-4.09, manaplus-1.6.8.14, mariadb-10.1.19,
  mate-desktop-1.16.1, mate-icon-theme-1.16.0, mate-menus-1.16.0,
  mate-themes-3.20.9, maxima-5.39.0, mercurial-3.9, mesa-13.0.2,
  mesa-headers-13.0.2, metabat-0.32.4-1.cbdca756, mig-1.8, miniupnpc-2.0,
  mit-krb5-1.14.3, mosh-1.2.6, mozjs-24.2.0, mpd-0.19.19, mpd-mpc-0.28,
  mpg123-1.23.8, mpg321-0.3.2, mpv-0.22.0, mumps-5.0.2, mumps-metis-5.0.2,
  mumps-metis-openmpi-5.0.2, mumps-openmpi-5.0.2, mupdf-1.10a, mutt-1.7.1,
  mutter-3.20.3, mysql-5.7.16, nano-2.7.2, nasm-2.12.02, nautilus-3.20.2,
  ncbi-vdb-2.7.0, ncdu-1.12, ncmpc-0.25, ncmpcpp-0.7.7, nestopia-ue-1.47,
  netcdf-4.4.1.1, netcdf-parallel-openmpi-4.4.1.1, nettle-3.2,
  network-manager-1.4.2, network-manager-applet-1.4.2, nginx-1.11.6,
  ngs-sdk-1.2.5, nmap-7.31, node-6.8.0, non-sequencer-1.9.5-2.a22f33f,
  notmuch-0.23.3, npth-1.3, nss-3.27.2, nss-certs-3.27.2, ntp-4.2.8p9,
  obs-0.16.6, octave-4.2.0, offlineimap-7.0.12, opam-1.2.2, openal-1.17.2,
  openblas-0.2.19, openconnect-7.08, openjpeg-2.1.1, openssh-7.4p1,
  openssl-1.0.2j, openssl-1.1.0c, opusfile-0.8, orc-0.4.26, orfm-0.6.1,
  owncloud-client-2.2.4, oxygen-icons-5.28.0, p11-kit-0.23.2, pangomm-2.40.1,
  parallel-20161122, pardre-1.1.5-1, pciutils-3.5.2, perf-4.8.15, perl-5.24.0,
  perl-apache-logformat-compiler-0.33, perl-catalyst-action-rest-1.20,
  perl-catalyst-plugin-accesslog-1.10, perl-catalyst-plugin-session-0.40,
  perl-catalyst-view-json-0.36, perl-catalyst-view-tt-0.44, perl-cgi-4.35,
  perl-class-method-modifiers-2.12, perl-dbd-mysql-4.041, perl-dbd-sqlite-1.52,
  perl-dbix-class-0.082840, perl-dbix-class-cursor-cached-1.001004,
  perl-dbix-class-introspectablem2m-0.001002,
  perl-dbix-class-schema-loader-0.07046, perl-email-address-1.908,
  perl-email-messageid-1.406, perl-email-mime-1.937,
  perl-email-mime-contenttype-1.018, perl-email-sender-1.300028,
  perl-email-simple-2.211, perl-encode-locale-1.05, perl-eval-closure-0.14,
  perl-finance-quote-1.38, perl-html-parser-3.72, perl-http-body-1.22,
  perl-http-cookiejar-0.008, perl-http-message-6.11,
  perl-http-server-simple-0.51, perl-http-tiny-0.070, perl-io-socket-ssl-2.038,
  perl-libwww-6.15, perl-module-build-0.4220, perl-namespace-autoclean-0.28,
  perl-test-mockobject-1.20150527, perl-test-simple-1.302062,
  perl-unicode-linebreak-2016.003, perl-xml-compile-1.54,
  perl-xml-compile-cache-1.05, perl-xml-compile-soap-3.20,
  perl-xml-compile-wsdl11-3.05, perl-xml-dom-1.46, perl-xml-libxml-simple-0.97,
  pies-1.3, pinentry-1.0.0, pinentry-gtk2-1.0.0, pinentry-qt-1.0.0,
  pinentry-tty-1.0.0, poppler-0.47.0, poppler-qt4-0.47.0, poppler-qt5-0.47.0,
  postgresql-9.5.5, privoxy-3.0.26, procps-3.3.12, pulseaudio-9.0, python-3.4.5,
  python-3.5.2, python-acme-0.9.3, python-beautifulsoup4-4.5.1,
  python-billiard-3.3.0.23, python-biopython-1.68, python-botocore-1.4.62,
  python-celery-3.1.24, python-certifi-2016.8.31, python-cryptography-1.7.1,
  python-cryptography-vectors-1.7.1, python-cython-0.24.1,
  python-dateutil-2.5.2, python-dnspython-1.15.0, python-docutils-0.13.1,
  python-efl-1.18.0, python-fake-factory-0.7.2, python-file-5.28,
  python-flake8-2.5.4, python-flask-0.11.1, python-gst-1.10.2,
  python-html5lib-1.0b10, python-icalendar-3.11, python-ipython-4.0.3,
  python-jellyfish-0.5.6, python-joblib-0.10.3, python-kombu-3.0.37,
  python-llfuse-1.1.1, python-mccabe-0.4.0, python-minimal-3.5.2,
  python-minimal-wrapper-3.5.2, python-msgpack-0.4.8, python-munkres-1.0.8,
  python-musicbrainzngs-0.6, python-mutagen-1.35.1, python-os-testr-0.8.0,
  python-passlib-1.7.0, python-pillow-3.3.3, python-plastid-0.4.6,
  python-prompt-toolkit-1.0.7, python-py3status-3.1, python-pyasn1-0.1.9,
  python-pyflakes-1.0.0, python-pylast-1.6.0, python-pyld-0.7.1,
  python-pyopenssl-16.2.0, python-pyqt-5.7, python-pysam-0.9.1.4,
  python-pytest-2.9.2, python-rarfile-2.8, python-requests-mock-1.0.0,
  python-rsa-3.4.2, python-setuptools-31.0.0, python-simplejson-3.10.0,
  python-sip-4.18.1, python-tempest-lib-1.0.0, python-traitlets-4.2.0,
  python-twobitreader-3.1.4, python-urllib3-1.18.1, python-urwid-1.3.1,
  python-urwidtrees-1.0.2, python-vcversioner-2.16.0.0,
  python-virtualenv-15.0.3, python-waf-1.9.5, python-werkzeug-0.11.11,
  python-wrapper-3.5.2, python-xlrd-1.0.0, python2-acme-0.9.3,
  python2-beautifulsoup4-4.5.1, python2-billiard-3.3.0.23,
  python2-biopython-1.68, python2-botocore-1.4.62, python2-celery-3.1.24,
  python2-certifi-2016.8.31, python2-cryptography-1.7.1,
  python2-cryptography-vectors-1.7.1, python2-cython-0.24.1,
  python2-dateutil-2.5.2, python2-dnspython-1.15.0, python2-docutils-0.13.1,
  python2-efl-1.18.0, python2-fake-factory-0.7.2, python2-file-5.28,
  python2-flake8-2.5.4, python2-flask-0.11.1, python2-gst-1.10.2,
  python2-html5lib-1.0b10, python2-ipaddress-1.0.16, python2-ipython-4.0.3,
  python2-jellyfish-0.5.6, python2-joblib-0.10.3, python2-kombu-3.0.37,
  python2-llfuse-1.1.1, python2-mccabe-0.4.0, python2-msgpack-0.4.8,
  python2-munkres-1.0.8, python2-musicbrainzngs-0.6, python2-mutagen-1.35.1,
  python2-notmuch-0.23.3, python2-os-testr-0.8.0, python2-passlib-1.7.0,
  python2-pbcore-1.2.10, python2-pep8-1.7.0, python2-pillow-3.3.3,
  python2-plastid-0.4.6, python2-prompt-toolkit-1.0.7, python2-pyasn1-0.1.9,
  python2-pyflakes-1.0.0, python2-pylast-1.6.0, python2-pyld-0.7.1,
  python2-pyopenssl-16.2.0, python2-pyqt-5.7, python2-pysam-0.9.1.4,
  python2-rarfile-2.8, python2-requests-mock-1.0.0, python2-rsa-3.4.2,
  python2-setuptools-31.0.0, python2-simplejson-3.10.0, python2-sip-4.18.1,
  python2-tempest-lib-1.0.0, python2-traitlets-4.2.0,
  python2-twobitreader-3.1.4, python2-urllib3-1.18.1, python2-urwid-1.3.1,
  python2-urwidtrees-1.0.2, python2-vcversioner-2.16.0.0,
  python2-virtualenv-15.0.3, python2-waf-1.9.5, python2-werkzeug-0.11.11,
  python2-xlrd-1.0.0, qemu-2.7.0, qemu-minimal-2.7.0, qpdf-6.0.0, qsynth-0.4.3,
  qt-5.6.2, qtbase-5.7.0, qtconnectivity-5.7.0, qtdeclarative-5.7.0,
  qtimageformats-5.7.0, qtlocation-5.7.0, qtmultimedia-5.7.0, qtractor-0.8.0,
  qtscript-5.7.0, qtsensors-5.7.0, qtserialport-5.7.0, qtsvg-5.7.0,
  qttools-5.7.0, qtwayland-5.7.0, qtwebchannel-5.7.0, qtwebsockets-5.7.0,
  qtx11extras-5.7.0, qtxmlpatterns-5.7.0, r-3.3.2, r-acepack-1.4.1,
  r-acsnminer-0.16.8.25, r-annotationdbi-1.36.0, r-biobase-2.34.0,
  r-biocgenerics-0.20.0, r-biocparallel-1.8.1, r-biomart-2.30.0,
  r-biostrings-2.42.0, r-bsgenome-1.42.0, r-cluster-2.0.5, r-codetools-0.2-15,
  r-colorspace-1.2-7, r-crayon-1.3.2, r-curl-2.2, r-dbi-0.5-1,
  r-devtools-1.12.0, r-digest-0.6.10, r-dnacopy-1.48.0, r-dplyr-0.5.0, r-dt-0.2,
  r-edger-3.16.1, r-evaluate-0.10, r-foreign-0.8-67, r-futile-logger-1.4.3,
  r-gdtools-0.1.1, r-genomation-1.6.0, r-genomationdata-1.6.0,
  r-genomeinfodb-1.10.0, r-genomicalignments-1.10.0, r-genomicfeatures-1.26.0,
  r-genomicranges-1.26.1, r-go-db-3.4.0, r-graph-1.52.0, r-htmlwidgets-0.7,
  r-httr-1.2.1, r-impute-1.48.0, r-iranges-2.8.0, r-irlba-2.1.2, r-jsonlite-1.1,
  r-knitr-1.14, r-lambda-r-1.1.9, r-lattice-0.20-34, r-lazyeval-0.2.0,
  r-limma-3.30.2, r-matrixstats-0.51.0, r-mgcv-1.8-15, r-mime-0.5,
  r-motifrg-1.18.0, r-multitaper-1.0-12, r-openssl-0.9.5, r-org-ce-eg-db-3.4.0,
  r-org-dm-eg-db-3.4.0, r-org-hs-eg-db-3.4.0, r-org-mm-eg-db-3.4.0,
  r-permute-0.9-4, r-plotly-4.5.2, r-plotrix-3.6-3, r-plyr-1.8.4,
  r-pracma-1.9.5, r-proto-1.0.0, r-r-oo-1.21.0, r-r-utils-2.4.0, r-r6-2.2.0,
  r-rcpp-0.12.7, r-rcpparmadillo-0.7.500.0.0, r-readr-1.0.0, r-reshape2-1.4.2,
  r-rmarkdown-1.1, r-rsamtools-1.26.1, r-rstudioapi-0.6, r-rtracklayer-1.34.1,
  r-rversions-1.0.3, r-s4vectors-0.12.0, r-seqinr-3.3-3, r-seqlogo-1.40.0,
  r-seqpattern-1.6.0, r-snow-0.4-2, r-sparsem-1.72, r-stringi-1.1.2,
  r-stringr-1.1.0, r-summarizedexperiment-1.4.0, r-tidyr-0.6.0, r-topgo-2.26.0,
  r-variantannotation-1.20.0, r-vegan-2.4-1, r-withr-1.0.2, r-xml2-1.0.0,
  r-xvector-0.14.0, r-zlibbioc-1.20.0, racket-6.6, rage-0.2.1,
  raul-0.8.4-1.f8bf77d3c, readline-7.0, red-eclipse-1.5.6, redis-3.2.4,
  retroarch-1.3.6, rhythmbox-3.4, rofi-1.2.0, ruby-2.1.10, ruby-2.2.6,
  ruby-2.3.3, ruby-activesupport-5.0.0, ruby-arel-7.1.4,
  ruby-cucumber-core-1.5.0, ruby-domain-name-0.5.20161021, ruby-hoe-3.15.2,
  ruby-http-cookie-1.0.3, ruby-lumberjack-1.0.10,
  ruby-mime-types-data-3.2016.0521, ruby-puma-3.6.0, ruby-rack-2.0.1,
  ruby-rake-compiler-1.0.1, ruby-rspec-3.5.0, ruby-rspec-core-3.5.4,
  ruby-rspec-expectations-3.5.0, ruby-rspec-mocks-3.5.0, ruby-sdoc-0.4.2,
  ruby-sequel-4.40.0, ruby-shoulda-context-1.2.2, ruby-simplecov-0.12.0,
  ruby-spring-1.7.2, ruby-sqlite3-1.3.12, ruby-tzinfo-data-1.2016.9,
  ruby-yard-0.9.5-1.d816482a, rush-1.8, samba-4.5.3, samtools-1.3.1,
  sane-backends-1.0.25, scribus-1.5.2, sdl2-2.0.5, serd-0.22.0,
  shared-mime-info-1.7, shepherd-0.3.2, shotwell-0.25.0.1, signify-20,
  simple-scan-3.22.0.1, slock-1.3, sord-0.14.0, sqlite-3.14.1, sqlite-3.15.1,
  sra-tools-2.7.0, st-0.7, star-2.5.2b, starfighter-1.6, subread-1.5.1,
  subversion-1.8.17, supertux-0.5.0, swig-3.0.10, synergy-1.8.2, synthv1-0.8.0,
  taglib-1.10, talloc-2.1.8, tbb-2017_20160916, tdb-1.3.11, termite-12,
  tevent-0.9.31, texinfo-6.3, thefuck-3.11, tig-2.2, tilda-1.3.3, tiled-0.17.0,
  tmux-2.3, tor-0.2.9.8, torsocks-2.2.0, transmission-2.92, tuxguitar-1.3.2,
  tzdata-2016j, udisks-2.1.8, usbredir-0.7.1-1.ac80a59, usbutils-008,
  utf8proc-2.0.2, util-linux-2.28.1, vala-0.32.1, valgrind-3.12.0,
  vapoursynth-35, vdirsyncer-0.14.0, videoproto-2.3.3, vim-8.0.0133,
  vsearch-2.3.4, vte-0.44.2, vtk-7.1.0, w3m-0.5.3+git20161120,
  warzone2100-3.2.1, webkitgtk-2.14.2, weechat-1.6, weex-2.8.2,
  windowmaker-0.95.7, wine-1.9.24, wireless-regdb-2016.06.10, wireshark-2.2.2,
  wpa-supplicant-2.6, wpa-supplicant-minimal-2.6, wxmaxima-16.12.0,
  xapian-1.4.1, xboard-4.9.1, xf86-input-evdev-2.10.4,
  xf86-input-joystick-1.6.3, xf86-input-keyboard-1.9.0,
  xf86-input-libinput-0.23.0, xf86-input-mouse-1.9.2,
  xf86-input-synaptics-1.9.0, xf86-video-ati-7.8.0, xf86-video-nouveau-1.0.13,
  xf86-video-openchrome-0.5.0, xkbcomp-1.3.1, xkeyboard-config-2.18, xmp-4.1.0,
  xorg-server-1.18.4, xorriso-1.4.6, xproto-7.0.29, yoshimi-1.5.0,
  youtube-dl-2016.12.15, zathura-0.3.6, zathura-cb-0.1.5, zathura-djvu-0.2.5,
  zathura-pdf-poppler-0.2.6, zathura-ps-0.2.3, zile-2.4.13, zimg-2.3,
  zynaddsubfx-3.0.1
  
  ** Programming interfaces
  
  *** New procedure ‘package-for-guile-2.2’ for Guile package variants
  *** New ‘package-input-rewriting’ customization procedure in (guix packages)
  *** New ‘deprecated-package’ procedure in (guix packages)
  *** New ‘file-append’ procedure in (guix gexp)
  *** New (guix modules) module, to determine the closure of a Guile module
  *** ‘wrap-program’ from (guix utils) now produces only one wrapper file.
  
  ** Noteworthy bug fixes
  
  *** ‘ld-wrapper’ no longer aborts if Guile 2.2 modules are in the search path
  *** ‘guix system reconfigure’ no longer unloads services depended on
  *** GuixSD ‘menu-entry’ can specify arbitrary kernel and initrd file names
      (<http://bugs.gnu.org/20067>)
  *** Fix typo in device-opening code for ‘raid-device-type’
  *** Grafts are applied to replacement packages (<http://bugs.gnu.org/24418>)
  *** guix-daemon does not fail when deduplicating would lead to ENOSPC
  *** ‘guix download’ now checks X.509 certificates by default
      (<http://bugs.gnu.org/24466>)
  *** Avoid bootstrapping issue for HTTPS downloads
      (<http://bugs.gnu.org/22774>)
  *** Failed build directories are owned by the user to ease debugging
      (<http://bugs.gnu.org/15890>)
  *** Significantly reduced the closure of Perl (<http://bugs.gnu.org/23077>)
  *** Fixed importer for Nixpkgs (<http://bugs.gnu.org/25053>)
  
  ** Native language support
  
  Updated translations: da (Danish), pl (Polish), de (German), pt_BR
  (Portuguese, Brazil), and fr (French).
  

Please report bugs to bug-guix@gnu.org
Join guix-devel@gnu.org and #guix on Freenode for discussions.

Thanks to everyone who contributed to this release:

     3	8p8c
     2	Adonay Felipe Nogueira
     3	Al McElrath
     4	Alex Griffin
    38	Alex Kost
     4	Alex Sassmannshausen
     6	Alex Vong
     2	Alex ter Weele
     1	Amirouche Boubekki
    32	Andreas Enge
    27	Andy Patterson
     8	Andy Wingo
    16	Arun Isaac
     7	Ben J Woodcroft
   124	Ben Woodcroft
     1	Benz Schenk
     2	Brendan Tildesley
     2	Carlos Sánchez de La Lama
    11	Chris Marusich
     7	Christopher Allan Webber
     1	Christopher Andersson
    13	Christopher Baines
     4	Clément Lassieur
    63	Danny Milosavljevic
   276	David Craven
     9	David Thompson
     1	Dmitry Bogatov
     2	Dylan Jeffers
     3	Eelco Dolstra
   469	Efraim Flashner
    41	Eric Bavier
     1	Eric Le Bihan
     5	Erik Edrosa
    34	Federico Beffa
     1	Florian Paul Schmidt
   161	Hartmut Goebel
     3	Ivan Vilata i Balaguer
    21	Jan Nieuwenhuizen
     1	Jelle Licht
    57	John Darrington
     1	John J. Foerch
     3	José Miguel Sánchez García
     2	Julian Graham
     7	Julien Lepiller
    24	Kei Kebreau
   379	Leo Famulari
   442	Ludovic Courtès
     4	Lukas Gradl
    21	Manolis Ragkousis
   114	Marius Bakke
   128	Mark H Weaver
     7	Mathieu Lirzin
     2	Maxim Cournoyer
     2	Mike Gerwitz
     1	Muriithi Frederick Muriuki
    12	Nicolas Goaziou
     2	Paul Garlick
     3	Petter
     2	Raoul Bonnal
     9	Rene Saavedra
   465	Ricardo Wurmus
    20	Roel Janssen
    82	Sou Bunnbu (宋文武)
     4	Stefan Reichoer
     1	Stephen Webber
     4	Taylan Ulrich Bayırlı/Kammer
    11	Theodoros Foradis
    18	Thomas Danckaert
   141	Tobias Geerinckx-Rice
     7	Tomáš Čech
     1	Toni Reina
     9	Troy Sankey
     3	Vincent Legoll
     4	doncatnip
   170	ng0
     1	rennes

Ricardo, on behalf of the Guix team.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#37675: Ricardo, here is kind question to provide facts on your statements about RMS
  2016-12-21 17:50 GNU Guix & GuixSD 0.12.0 released Ricardo Wurmus
@ 2019-10-09  6:24 ` Jean Louis
       [not found]   ` <7a4eb1d00fc6df962870a948f3304310700c0ff5.camel@gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Jean Louis @ 2019-10-09  6:24 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel, 37675, help-guix

From:
Mr. Jean Louis
Nagpur, India
Day 3 of week 41 of 2019


Hello there,

I have seen your signature here:
https://guix.gnu.org/blog/2019/joint-statement-on-the-gnu-project/

My opinion on your signing of that defamatory, harassing, biased and
fact-less statement is here:
https://gnu.support/richard-stallman/Ludovic-Court%C3%A8s-Guix-is-accusing-Stallman-of-Thoughtcrime-on-his-own-domain-GNU-org.html

Hereby I would like to ask you:

- why are you publishing such hatred on GNU.ORG domain? Why don't you
  publish it on your own personal domain? RMS is not doing that to
  GNU. You are doing it together with others. I find it grossly
  inappropriate!

- which facts do you consider that can support your statement "that
  Stallman’s behavior over the years has undermined a core value of
  the GNU project: the empowerment of all computer users. GNU is not
  fulfilling its mission when the behavior of its leader alienates a
  large part of those we want to reach out to."?

It would be nice of you, if you could send me your opinion in as fast
manner as you have given a signature to Ludovic Courtès to publish it
on GUIX.GNU.ORG

I am entitling you to your opinion. I could not care less what people
write about each other, whatever rumours or facts would be. I don't
mind. 

But I do not approve on publishing that on GUIX website or GNU.ORG
website. Neither I approve of publishing such statements without
commenting possibility.

That is why I am asking you to speak out your mind now. I will publish
your opinion or lack of opinion. I will publish facts you provide me
or lack of those facts.

You have contact form on my opposing view:
https://gnu.support/richard-stallman/Ludovic-Court%C3%A8s-Guix-is-accusing-Stallman-of-Thoughtcrime-on-his-own-domain-GNU-org.html
and you can test me if I will publish your comments or not.

But give me facts that support your statement!

Ludovic Courtès is forbidding comments on his personal blog which he
is mixing with GUIX project on GNU.ORG website.

So what is your opinion? What are the facts?

Jean

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Ricardo, here is kind question to provide facts on your statements about RMS
       [not found]     ` <CAFSgJtwfzyDH4b0_o_yqS2kiZMXJkw4kaDuy20HsGqUfG70LUA@mail.gmail.com>
@ 2019-10-10  3:08       ` Jean Louis
  0 siblings, 0 replies; 3+ messages in thread
From: Jean Louis @ 2019-10-10  3:08 UTC (permalink / raw)
  To: Wilson Bustos; +Cc: Richard Stallman, help-guix, Guix-devel

* Wilson Bustos <wrbutros@gmail.com> [2019-10-09 23:54]:
> I think even more important,

> When I read that statement I thought every Guix collaborator is in
> favor of that statement, or at least a major number of them.

And that is exactly what is not being spread on Internet.

I would like to ask those "GNU maintainers" who are pretending to
represent "all of GNU" to step down from the GNU project, and move
their activities out.

Software that is usable can be forked and continued without worries.

I recommend this reading to everybody who has logical sense and will
to research what has been said and why all that came:
https://geoff.greer.fm/2019/09/30/in-defense-of-richard-stallman/

> But I get surprise to not find any mail to ask to anyone about this,
> There is not a vote.

In my opinion, projects that are driven by intention, authority for
reasons of being right like RMS, such projects need no democracy
voting. A group will always vote out sooner or later the one who is in
authority with the hidden hopes to get their own positions.

Positions in GNU shall be given by their loyalty to GNU principles,
one of those principles was to be friendly in community and forward
free software.

How such biased and generalized defamation againt RMS can be
considered friendly? It is not, it is hatred and that is not the
community envisioned by GNU manifesto.

I am asking thus Ludovic Courtès, Ricardo Wurmus, Matt Lee, Andreas
Enge, Samuel Thibault, Carlos O'Donell, Andy Wingo, Jordi Gutiérrez
Hermoso, Mark Wielaard, Ian Lance Taylor, Werner Koch, Daiki Ueno,
Christopher Lemmer Webber, Jan Nieuwenhuizen, John Wiegley, Tom
Tromey, Jeff Law, Han-Wen Nienhuys, Joshua Gay, Ian Jackson, Tobias
Geerinckx-Rice, Andrej Shadura, Zack Weinberg and John W. Eaton who
issued their disgraceful defamation and slander on RMS to step down,
resign from GNU project and when I say "GNU" I mean exclusively that
on GNU.ORG and sponsored by GNU.ORG and not the broader group of fans,
free software supporters or similar.

Person with the integrity would never do that damage what they have
done with their statement on:
https://guix.gnu.org/blog/2019/joint-statement-on-the-gnu-project/

So please people, RESIGN, and get your opinions straight but OUTSIDE
of the GNU.ORG domain.

> Someone just think in that way and use the site to show the Guix
> community is against Stallman as a representation of GNU.  The fact
> in here is there is not public discussion about this.  And seems it
> will never gonna happen.

That is exactly what is now going on. Various websites are reflecting
their statement in the sense that all GNU maintainers are defaming and
slandering RMS, which is not true. In the sense that those few people
are representing "all of the GNU".

> Why? Maybe the person who do this is afraid of not being able to
> impose his point of view to the community.  I hope be wrong and I
> hope we can get an answer.

Exactly.


Jean

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-10  3:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-21 17:50 GNU Guix & GuixSD 0.12.0 released Ricardo Wurmus
2019-10-09  6:24 ` bug#37675: Ricardo, here is kind question to provide facts on your statements about RMS Jean Louis
     [not found]   ` <7a4eb1d00fc6df962870a948f3304310700c0ff5.camel@gmail.com>
     [not found]     ` <CAFSgJtwfzyDH4b0_o_yqS2kiZMXJkw4kaDuy20HsGqUfG70LUA@mail.gmail.com>
2019-10-10  3:08       ` Jean Louis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).