From 1601a47130d003ac667486793c86585170a650ac Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 24 Jun 2022 13:34:36 -0400 Subject: gnu: Remove linux-libre 5.17. This kernel series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-5.17-version, linux-libre-5.17-gnu-revision, deblob-scripts-5.17, linux-libre-5.17-pristine-source, linux-libre-5.17-source, linux-libre-headers-5.17, linux-libre-5.17): Remove variables. * gnu/packages/aux-files/linux-libre/5.17-arm.conf, gnu/packages/aux-files/linux-libre/5.17-arm64.conf, gnu/packages/aux-files/linux-libre/5.17-i686.conf, gnu/packages/aux-files/linux-libre/5.17-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cd9ffe74a8..377cac03f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -399,10 +399,6 @@ AUX_FILES = \ gnu/packages/aux-files/linux-libre/5.18-arm64.conf \ gnu/packages/aux-files/linux-libre/5.18-i686.conf \ gnu/packages/aux-files/linux-libre/5.18-x86_64.conf \ - gnu/packages/aux-files/linux-libre/5.17-arm.conf \ - gnu/packages/aux-files/linux-libre/5.17-arm64.conf \ - gnu/packages/aux-files/linux-libre/5.17-i686.conf \ - gnu/packages/aux-files/linux-libre/5.17-x86_64.conf \ gnu/packages/aux-files/linux-libre/5.15-arm.conf \ gnu/packages/aux-files/linux-libre/5.15-arm64.conf \ gnu/packages/aux-files/linux-libre/5.15-i686.conf \ -- cgit v1.2.3 diff
path: root/gnu/packages/pcre.scm
e='2018-07-19 00:53:10 +0200'>2018-07-19
AgeCommit message (Expand)Author
2021-09-14gnu: attr: Allow compilation on GNU/Hurd.Ludovic Courtès
2021-07-23gnu: attr: Update to 2.5.1.Marius Bakke
gnu: pcre: Install static libraries to separate output.Marius Bakke
2018-02-28gnu: pcre2: Update to 10.31.Tobias Geerinckx-Rice
2018-01-19Merge branch 'master' into core-updatesMark H Weaver
2018-01-13gnu: pcre: Use HTTPS for home pages.Tobias Geerinckx-Rice
2017-10-01gnu: pcre: Update to 8.41.Efraim Flashner
2017-07-23Merge branch 'master' into core-updatesLeo Famulari
2017-07-20gnu: pcre: Update replacement to 8.41 [fixes CVE-2017-{7244,7245,7246}].Leo Famulari
2017-07-03packages: Mark 'replacement' as an "innate" field.Ludovic Courtès
2017-05-24Merge branch 'master' into core-updatesRicardo Wurmus
2017-05-07gnu: pcre2: Fix build configuration for pcre2.Leo Famulari
2017-05-07gnu: pcre2: Fix CVE-2017-8786.Leo Famulari
2017-04-10gnu: pcre: Patch CVE-2017-7186.Ludovic Courtès
2017-04-10gnu: pcre2: Patch CVE-2017-7186.Ludovic Courtès
2017-03-09Merge branch 'master' into core-updatesLudovic Courtès
2017-03-07gnu: pcre2: Update to 10.23.Marius Bakke
2017-01-23gnu: pcre: Update to 8.40.Leo Famulari
2016-06-07Merge branch 'master' into core-updatesLudovic Courtès
2016-05-29gnu: pcre2: Fix CVE-2016-3191.Leo Famulari
2016-05-23gnu: pcre: Remove now-unneeded replacement.Ludovic Courtès
2016-05-02gnu: pcre: Add "bin" output.Ludovic Courtès
2016-05-02Merge branch 'master' into core-updatesMathieu Lirzin
2016-04-14gnu: packages: Use 'search-patches' everywhere.Alex Kost
2016-04-08gnu: pcre2: Update to 10.21.McKinley Olsen
2016-04-06gnu: pcre: Fix CVE-2016-3191.Ludovic Courtès
2016-04-06gnu: pcre: Disallow references to the "doc" output.Ludovic Courtès
2016-04-06gnu: pcre: Add missing #:use-module.Ludovic Courtès
2016-04-06gnu: pcre: Fix CVE-2016-3191.Ludovic Courtès
2015-12-15gnu: pcre: Add "doc" output.Ludovic Courtès
2015-12-07gnu: pcre: Update to 8.38.Mark H Weaver
2015-10-30gnu: Add pcre2.Ricardo Wurmus
2015-07-11gnu: pcre: Enable more features.Mark H Weaver
2015-05-13gnu: pcre: Update to 8.37.Mark H Weaver
2014-12-12gnu: pcre: Update to 8.36 and enable JIT support.Mark H Weaver
2014-10-26gnu: Some cleanup based on lint checkers.Eric Bavier
2014-09-23Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.Mark H Weaver