Age | Commit message (Expand) | Author |
2016-05-09 | gnu: bdb: Do not build static libraries....* gnu/packages/databases.scm (bdb)[arguments]: Pass --disable-static.
| Ludovic Courtès |
2016-05-09 | gnu: bdb: Disallow references to "doc" output....* gnu/packages/databases.scm (bdb)[arguments]: Add #:disallowed-references.
| Ludovic Courtès |
2016-05-05 | gnu: wrap-python3: Create more symlinks....Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>.
* gnu/packages/python.scm (wrap-python3): Add symlinks for 'pip' and
'python-config'.
| Leo Famulari |
2016-05-04 | gnu: procps: Make procps build on non Linux systems....* gnu/packages/patches/procps-non-linux.patch.patch: New patch.
* gnu/packages/linux.scm (procps)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Manolis Ragkousis |
2016-05-02 | gnu: guile: Do not build static libraries....* gnu/packages/guile.scm (guile-2.0)[arguments]: Add #:configure-flags.
| Ludovic Courtès |
2016-05-02 | gnu: openssl: Add "doc" output....* gnu/packages/tls.scm (openssl)[outputs]: Add "doc".
[arguments]: Add 'move-man3-pages' phase.
| Ludovic Courtès |
2016-05-02 | gnu: openssl: Move static libraries to "static" output....* gnu/packages/tls.scm (openssl)[outputs]: New field.
[arguments]: Add 'move-static-libraries' phase.
| Ludovic Courtès |
2016-05-02 | gnu: openssl: Disallow references to Perl....* gnu/packages/tls.scm (openssl)[arguments]: Add #:disallowed-references.
| Ludovic Courtès |
2016-05-02 | gnu: qpdf: Remove run-time dependency on Perl....* gnu/packages/pdf.scm (qpdf)[source](snippet): New field.
[arguments]: Add #:disallowed-references.
[inputs]: Move PERL to...
[native-inputs]: ... here.
| Ludovic Courtès |
2016-05-02 | gnu: pcre: Add "bin" output....* gnu/packages/pcre.scm (pcre)[outputs]: Add "bin".
| Ludovic Courtès |
2016-05-02 | gnu: libxslt: Make generated documentation reproducible....* gnu/packages/patches/libxslt-generated-ids.patch: New file.
* gnu/packages/patches/libxslt-remove-date-timestamps.patch: Likewise.
* gnu/packages/xml.scm (libxslt)[source]: Use them.
* gnu/local.mk (dist_patch_DATA): Add them.
| Mathieu Lirzin |
2016-05-02 | Merge branch 'master' into core-updates | Mathieu Lirzin |
2016-05-02 | gnu: Add r-xnomial....* gnu/packages/statistics.scm (r-xnomial): New variable.
| Ricardo Wurmus |
2016-05-02 | gnu: ruby-hashery: Update to 2.1.2....* gnu/packages/ruby.scm (ruby-hashery): Update to 2.1.2.
[arguments]: Remove test workaround.
| Ben Woodcroft |
2016-05-01 | gnu: asymptote: Update to 2.37....* gnu/packages/plotutils.scm (asymptote): Update to 2.37.
* gnu/packages/patches/asymptote-gsl2.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove reference.
| Nicolas Goaziou |
2016-05-01 | gnu: Add python2-shedskin....* gnu/packages/python.scm (python2-shedskin): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Danny Milosavljevic |
2016-05-01 | gnu: guitarix: Update to 0.35.0....* gnu/packages/audio.scm (guitarix): Update to 0.35.0.
| Ricardo Wurmus |
2016-05-01 | gnu: qtractor: Update to 0.7.7....* gnu/packages/music.scm (qtractor): Update to 0.7.7.
| Ricardo Wurmus |
2016-05-01 | gnu: Add antiword....* gnu/packages/textutils.scm (antiword): New variable.
| Ricardo Wurmus |
2016-05-01 | gnu: Add synthv1....* gnu/packages/music.scm (synthv1): New variable.
| Ricardo Wurmus |
2016-05-01 | gnu: ao: Replace "itemize" with "enumerate" in description string....* gnu/packages/xiph.scm (ao): Replace "itemize" with "enumerate" in description string.
Apparently Guile cannot yet handle "itemize" when creating HTML.
| John Darrington |
2016-05-01 | gnu: ao: Format the description string....* gnu/packages/xiph.scm (ao): Add markup to description string.
| John Darrington |
2016-05-01 | gnu: bootstrap: Add case for i686-mingw....* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for i686-mingw.
Signed-off-by: Manolis Ragkousis <manolis837@gmail.com>
| Jan Nieuwenhuizen |
2016-04-30 | gnu: poppler: Fix CVE-2015-8868....* gnu/packages/pdf.scm (poppler)[replacement]: New field.
(poppler/fixed): New variable.
* gnu/packages/patches/poppler-CVE-2015-8868.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Leo Famulari |
2016-04-30 | gnu: ncmpcpp: Remove bootstrapping phase....* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Remove 'autogen' phase.
[native-inputs]: Remove autoconf, automake, and libtool.
| Leo Famulari |
2016-04-30 | gnu: Add muscle....* gnu/packages/bioinformatics.scm (muscle): New variable.
| Ben Woodcroft |
2016-04-30 | gnu: subversion: Update to 1.8.16 [fixes CVE-2016-{2167,2168}]....* gnu/packages/version-control.scm (subversion): Update to 1.8.16.
| Mark H Weaver |
2016-04-29 | gnu: Add uhttpmock....* gnu/packages/web.scm (uhttpmock): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Rene Saavedra |
2016-04-30 | gnu: ruby-hashery: Disable failing test....* gnu/packages/ruby.scm (ruby-hashery)[arguments]: Remove failing
test.
| Ben Woodcroft |
2016-04-30 | gnu: ruby: Update to 2.3.1....* gnu/packages/ruby.scm (ruby): Update to 2.3.1.
[origin] Add symlink patch.
* gnu/packages/patches/ruby-symlinkfix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
| Rob Syme |
2016-04-29 | gnu: Add Fossil....* gnu/packages/version-control.scm (fossil): New variable.
* gnu/packages/patches/fossil-test-fixes.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
| Eric Bavier |
2016-04-29 | gnu: eigen: Update to 3.2.8....* gnu/packages/algebra.scm (eigen): Update to 3.2.8.
| Ricardo Wurmus |
2016-04-29 | gnu: Add hplip....* gnu/packages/cups.scm (hplip): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Danny Milosavljevic |
2016-04-29 | gnu: giac-xcas: Update to 1.2.2-41....* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-41.
[inputs]: Add libxinerama.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Nicolas Goaziou |
2016-04-28 | gnu: webkitgtk: Update to 2.12.2....* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.2.
| Mark H Weaver |
2016-04-28 | gnu: python-celery: Rearrange inputs....* gnu/packages/python.scm (python-celery)[propagated-inputs]: Move
python-pytz, python-billiard, python-kombu ...
[inputs]: ... to here. Add python-amqp, python-anyjson.
| Efraim Flashner |
2016-04-28 | gnu: python-rauth: Rearrange inputs....* gnu/packages/python.scm (python-rauth)[native-inputs]: Remove it.
[propagated-inputs]: Move python-requests ...
[inputs]: ... to here.
[properties]: Define python2-variant.
(python2-rauth): Build with 'strip-python2-variant'.
[native-inputs]: Add python2-setuptools.
| Efraim Flashner |
2016-04-28 | gnu: libtasn1: Replace 4.7 with 4.8 [fixes CVE-2016-4008]....* gnu/packages/tls.scm (libtasn1)[replacement]: New field.
(libtasn1/fixed): New variable.
| Ludovic Courtès |
2016-04-28 | gnu: Add Red Eclipse....* gnu/packages/games.scm (redeclipse): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| Kei Yamashita |
2016-04-28 | gnu: magit: Update to 2.6.2....* gnu/packages/emacs.scm (magit): Update to 2.6.2.
| Alex Kost |
2016-04-28 | gnu: gzip: Update to 1.8....* gnu/packages/compression.scm (gzip): Update to 1.8.
| Efraim Flashner |
2016-04-28 | gnu: icecat: Add fixes for CVE-2016-{2805,2807,2808,2814} etc....* gnu/packages/patches/icecat-CVE-2016-2805.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt2.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt3.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt4.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt5.patch,
gnu/packages/patches/icecat-CVE-2016-2808.patch,
gnu/packages/patches/icecat-CVE-2016-2814.patch,
gnu/packages/patches/icecat-update-bundled-graphite2: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
icecat fixup
| Mark H Weaver |
2016-04-28 | gnu: nss: Update to 3.23....* gnu/packages/gnuzilla.scm (nss): Update to 3.23.
[arguments]: In the 'install' phase, remove libgtest1.so from the
output.
| Mark H Weaver |
2016-04-28 | gnu: nspr: Update to 4.12....* gnu/packages/gnuzilla.scm (nspr): Update to 4.12.
| Mark H Weaver |
2016-04-28 | gnu: setbfree: Update to 0.8.1....* gnu/packages/music.scm (setbfree): Update to 0.8.1.
| Ricardo Wurmus |
2016-04-28 | gnu: zynaddsubfx: Update to 2.5.4....* gnu/packages/music.scm (zynaddsubfx): Update to 2.5.4.
| Ricardo Wurmus |
2016-04-28 | gnu: fltk: Fix undefined symbol `Fl_XFont_On_Demand::value'....* gnu/packages/patches/fltk-xfont-on-demand.patch: New patch.
* gnu/packages/fltk.scm (fltk)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
| 宋文武 |
2016-04-27 | gnu: patches: Update to latest revision....* gnu/packages/patchutils.scm (patches): Change URL to the repository of
Stefan Hajnoczi, and update to latest revision.
| Ludovic Courtès |
2016-04-27 | gnu: kde-frameworks: Update to 5.21.0....* gnu/packages/kde-frameworks.scm (extra-cmake-modules, kwindowsystem,
oxygen-icons): Update to 5.21.0.
| Efraim Flashner |
2016-04-27 | gnu: quassel: Update to 0.12.4....* gnu/packages/irc.scm (quassel): Update to 0.12.4.
| Efraim Flashner |