summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesRicardo Wurmus2018-03-14
|\
| * gnu: linux-libre: Update to 4.15.9.Mark H Weaver2018-03-14
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.9. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.26.Mark H Weaver2018-03-14
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.26. (%linux-libre-4.14-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.87.Mark H Weaver2018-03-14
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.87.
| * gnu: linux-libre@4.4: Update to 4.4.121.Mark H Weaver2018-03-14
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.121.
| * gnu: archivemount: Update to 0.8.9.Tobias Geerinckx-Rice2018-03-11
| | | | | | | | * gnu/packages/linux.scm (archivemount): Update to 0.8.9.
| * gnu: linux-libre: Update to 4.15.8.Mark H Weaver2018-03-09
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.8. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.25.Mark H Weaver2018-03-09
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.25. (%linux-libre-4.14-hash): Update hash.
| * gnu: linux-libre@4.1: Update to 4.1.50.Mark H Weaver2018-03-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.50.
| * gnu: linux-libre@4.14: Update to 4.14.24.Mark H Weaver2018-03-05
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.24. (%linux-libre-4.14-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.86.Mark H Weaver2018-03-05
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.86.
| * gnu: linux-libre@4.4: Update to 4.4.120.Mark H Weaver2018-03-05
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.120.
| * gnu: multipath-tools: Update to 0.7.4.Marius Bakke2018-03-04
| | | | | | | | | | * gnu/packages/linux.scm (multipath-tools): Update to 0.7.4. [source]: Download using HTTPS.
| * gnu: libseccomp: Update to 2.3.3.Tobias Geerinckx-Rice2018-03-03
| | | | | | | | * gnu/packages/linux.scm (libseccomp): Update to 2.3.3.
| * gnu: hdparm: Update to 9.54.Tobias Geerinckx-Rice2018-03-03
| | | | | | | | * gnu/packages/linux.scm (hdparm): Update to 9.54.
| * gnu: zerofree: Update to 1.1.1.Tobias Geerinckx-Rice2018-03-02
| | | | | | | | * gnu/packages/linux.scm (zerofree): Update to 1.1.1.
| * gnu: linux-libre: Update to 4.15.7.Mark H Weaver2018-03-01
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.7. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.23.Mark H Weaver2018-03-01
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.23. (%linux-libre-4.14-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.85.Mark H Weaver2018-03-01
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.85.
| * gnu: linux-libre@4.4: Update to 4.4.119.Mark H Weaver2018-03-01
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.119.
| * gnu: linux-libre: Update to 4.15.6.Mark H Weaver2018-02-26
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.6. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.22.Mark H Weaver2018-02-26
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.22. (%linux-libre-4.14-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.84.Mark H Weaver2018-02-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.84.
| * gnu: linux-libre@4.4: Update to 4.4.118.Mark H Weaver2018-02-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.118.
* | build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès2018-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This factorizes what has become a widespread idiom. * guix/build/gnu-build-system.scm (%bootstrap-scripts): New variable. (bootstrap): New procedure. (%standard-phases): Add it after 'unpack'. * guix/build/ant-build-system.scm (%standard-phases): Delete 'bootstrap. * guix/build/asdf-build-system.scm (%standard-phases/source) (%standard-phases): Likewise. * guix/build/cargo-build-system.scm (%standard-phases): Likewise. * guix/build/cmake-build-system.scm (%standard-phases): Likewise. * guix/build/dub-build-system.scm (%standard-phases): Likewise. * guix/build/emacs-build-system.scm (%standard-phases): Likewise. * guix/build/font-build-system.scm (%standard-phases): Likewise. * guix/build/go-build-system.scm (%standard-phases): Likewise. * guix/build/haskell-build-system.scm (%standard-phases): Likewise. * guix/build/minify-build-system.scm (%standard-phases): Likewise. * guix/build/ocaml-build-system.scm (%standard-phases): Likewise. * guix/build/perl-build-system.scm (%standard-phases): Likewise. * guix/build/python-build-system.scm (%standard-phases): Likewise. * guix/build/r-build-system.scm (%standard-phases): Likewise. * guix/build/ruby-build-system.scm (%standard-phases): Likewise. * guix/build/scons-build-system.scm (%standard-phases): Likewise. * guix/build/texlive-build-system.scm (%standard-phases): Likewise. * guix/build/waf-build-system.scm (%standard-phases): Likewise. * gnu/packages/audio.scm (faad2)[arguments]: Replace 'bootstrap. (soundtouch, cuetools, bluez-alsa): Remove 'arguments'. (cava)[arguments]: Replace 'bootstrap. * gnu/packages/backup.scm (rdup): Remove 'bootstrap. * gnu/packages/bioinformatics.scm (seek)[arguments]: Replace 'bootstrap. * gnu/packages/bioinformatics.scm (htslib-for-sambamba): Remove 'arguments'. * gnu/packages/ci.scm (hydra, cuirass): Remove 'bootstrap'. * gnu/packages/crypto.scm (libb2): Remove #:phases. * gnu/packages/databases.scm (guile-wiredtiger): Likewise. * gnu/packages/debug.scm (stress-make): Remove 'bootstrap'. * gnu/packages/documentation.scm (asciidoc): Likewise. * gnu/packages/fontutils.scm (libuninameslist): Remove 'arguments'. * gnu/packages/ftp.scm (weex): Remove 'arguments'. * gnu/packages/game-development.scm (ois): Remove 'arguments'. * gnu/packages/games.scm (pioneer): Remove 'bootstrap. * gnu/packages/gnome.scm (vte-ng, byzanz): Replace 'bootstrap. (arc-theme): Remove 'arguments'. (faba-icon-theme): Remove 'bootstrap. (arc-icon-theme): Remove 'arguments'. * gnu/packages/gnunet.scm (guile-gnunet): Likewise. * gnu/packages/gtk.scm (guile-rsvg): Likewise. * gnu/packages/guile.scm (mcron2): Remove 'bootstrap. (guile-bash): Remove #:phases. (guile-git): Remove 'bootstrap. (guile-syntax-highlight): Remove 'arguments'. (guile-sjson): Likewise. * gnu/packages/java.scm (classpath-devel): Remove 'bootstrap. * gnu/packages/kodi.scm (libdvdnav/kodi) (libdvdread/kodi, libdvdcss/kodi): Likewise. * gnu/packages/libreoffice.scm (hunspell): Remove 'arguments'. * gnu/packages/libusb.scm (hidapi): Likewise. * gnu/packages/linux.scm (bridge-utils): Rename 'bootstrap' to 'patch-stuff'; move it before 'bootstrap', without autoreconf invocation. (eudev): Rename 'bootstrap' to 'patch-file-names', without 'autogen.sh' invocation; move it before 'bootstrap. (gpm): Replace 'bootstrap'. (f2fs-tools): Remove 'arguments'. (rng-tools): Remove #:phases. * gnu/packages/messaging.scm (hexchat): Rename 'bootstrap' to 'copy-intltool-makefile'; remove "autoreconf" invocation and move before 'bootstrap'. (libmesode): Remove 'arguments'. (libstrophe): Likewise. * gnu/packages/microcom.scm (microcom): Likewise. * gnu/packages/networking.scm (libnet): Remove 'bootstrap. * gnu/packages/onc-rpc.scm (libnsl): Remove 'arguments'. * gnu/packages/package-management.scm (guix): Replace 'bootstrap. * gnu/packages/sawfish.scm (librep): Remove 'arguments'. * gnu/packages/version-control.scm (findnewest): Likewise. * gnu/packages/video.scm (liba52, handbrake, motion): Replace 'bootstrap. * gnu/packages/web.scm (fcgiwrap): Remove #:phases. (tidy): Replace 'bootstrap. (gumbo-parser): Remove #:phases. * gnu/packages/wget.scm (wget2): Replace 'bootstrap. * gnu/packages/wm.scm (i3lock-color): Remove #:phases. * gnu/packages/xdisorg.scm (xclip): Likewise. * gnu/packages/xml.scm (libxls): Replace 'bootstrap'. * gnu/packages/xorg.scm (xf86-video-freedreno) (xf86-video-intel): Remove #:phases. * gnu/packages/zile.scm (zile-on-guile): Replace 'bootstrap.
* | Merge branch 'master' into core-updatesMarius Bakke2018-02-24
|\|
| * gnu: linux-libre: Update to 4.15.5.Mark H Weaver2018-02-23
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.5. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.21.Mark H Weaver2018-02-23
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.21. (%linux-libre-4.14-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.83.Mark H Weaver2018-02-23
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.83.
| * gnu: linux-libre@4.4: Update to 4.4.117.Mark H Weaver2018-02-23
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.117.
| * gnu: iptables: Edit synopsis & description.Tobias Geerinckx-Rice2018-02-21
| | | | | | | | * gnu/packages/linux.scm (iptables)[synopsis, description]: Improve.
| * gnu: iptables: Update to 1.6.2.Tobias Geerinckx-Rice2018-02-21
| | | | | | | | * gnu/packages/linux.scm (iptables): Update to 1.6.2.
* | gnu: eudev: Update to 3.2.5.Tobias Geerinckx-Rice2018-02-20
| | | | | | | | * gnu/packages/linux.scm (eudev): Update to 3.2.5.
* | gnu: util-linux: Update to 2.31.1.Marius Bakke2018-02-20
| | | | | | | | * gnu/packages/linux.scm (util-linux): Update to 2.31.1.
* | gnu: kmod: Update phase style.Tobias Geerinckx-Rice2018-02-20
| | | | | | | | | | * gnu/packages/linux.scm (kmod)[arguments]: Use MODIFY-PHASES syntax and end phase in #t.
* | gnu: kmod: Update to 25.Tobias Geerinckx-Rice2018-02-20
|/ | | | * gnu/packages/linux.scm (kmod): Update to 25.
* gnu: Add basic support for s390x-linux-gnu targets.mephi422018-02-19
| | | | | | | | | * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "s390x-linux". * gnu/packages/linux.scm (system->linux-architecture): Add "s390" prefix. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lvm2: Remove obsolete phase.Marius Bakke2018-02-18
| | | | * gnu/packages/linux.scm (lvm2)[arguments]: Remove MAKE-OBJECTS-WRITABLE-PHASE.
* gnu: linux-libre: Update to 4.15.4.Mark H Weaver2018-02-17
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.4. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.20.Mark H Weaver2018-02-17
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.20. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.82.Mark H Weaver2018-02-17
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.82.
* gnu: linux-libre@4.4: Update to 4.4.116.Mark H Weaver2018-02-17
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.116.
* gnu: make-linux-libre: Use invoke.Danny Milosavljevic2018-02-17
| | | | * gnu/packages/linux.scm (make-linux-libre): Use invoke.
* Merge branch 'master' into core-updatesRicardo Wurmus2018-02-18
|\
| * gnu: btrfs-progs: Fix bash completions.Marius Bakke2018-02-17
| | | | | | | | | | | | | | | | This is a follow-up to commit 9a1c4a981bdd7eeca76aaf73a57d6841918821c2. Bash completions must have the same name as the executable. * gnu/packages/linux.scm (btrfs-progs)[arguments]: Rename "btrfs-completion" script to "btrfs".
* | Merge branch 'master' into core-updatesMark H Weaver2018-02-16
|\|
| * gnu: strace: Update to 4.21.Marius Bakke2018-02-14
| | | | | | | | | | * gnu/packages/linux.scm (strace): Update to 4.21. [source](uri): Releases are now served from GitHub.
* | Merge branch 'master' into core-updatesMark H Weaver2018-02-14
|\|
| * gnu: efivar: Update to 34.Marius Bakke2018-02-13
| | | | | | | | | | * gnu/packages/linux.scm (efivar): Update to 34. [arguments]: Add CC_FOR_BUILD=gcc to #:make-flags.
* | Merge branch 'master' into core-updatesMark H Weaver2018-02-13
|\|