From 564756367bfadfe1322d90ec9faa6190f7767b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20I=C5=9EIK?= Date: Sat, 2 Mar 2019 11:03:15 +0300 Subject: [PATCH 1/2] 2.1.1 update --- system/base/baselayout/files/pisilinux-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/base/baselayout/files/pisilinux-release b/system/base/baselayout/files/pisilinux-release index c636a512..e960e3f7 100644 --- a/system/base/baselayout/files/pisilinux-release +++ b/system/base/baselayout/files/pisilinux-release @@ -1 +1 @@ -Pisi_Linux 2.1 +Pisi_Linux 2.1.1 From 7f197e6b6a8572f49abb7c2ca3fdc0433aa4f74d Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 11 Mar 2019 11:47:21 +0300 Subject: [PATCH 2/2] autoconf:rebuild perl patch --- .../autoconf-2.69-perl-5.22-autoscan.patch | 28 +++++++++++++++++++ system/devel/autoconf/pspec.xml | 10 +++++++ 2 files changed, 38 insertions(+) create mode 100644 system/devel/autoconf/files/autoconf-2.69-perl-5.22-autoscan.patch diff --git a/system/devel/autoconf/files/autoconf-2.69-perl-5.22-autoscan.patch b/system/devel/autoconf/files/autoconf-2.69-perl-5.22-autoscan.patch new file mode 100644 index 00000000..7442cad2 --- /dev/null +++ b/system/devel/autoconf/files/autoconf-2.69-perl-5.22-autoscan.patch @@ -0,0 +1,28 @@ +From e5654a5591884b92633c7785f325626711e7f7aa Mon Sep 17 00:00:00 2001 +From: Paul Eggert +Date: Tue, 29 Jan 2013 13:46:48 -0800 +Subject: [PATCH] autoscan: port to perl 5.17 + +* bin/autoscan.in (scan_sh_file): Escape '{'. This avoids a +feature that is deprecated in Perl 5.17. Reported by Ray Lauff in +. +--- + bin/autoscan.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/bin/autoscan.in b/bin/autoscan.in +index 993a750..db1df79 100644 +--- a/bin/autoscan.in ++++ b/bin/autoscan.in +@@ -358,7 +358,7 @@ sub scan_sh_file ($) + { + # Strip out comments and variable references. + s/#.*//; +- s/\${[^\}]*}//g; ++ s/\$\{[^\}]*}//g; + s/@[^@]*@//g; + + # Tokens in the code. +-- +2.1.0 + diff --git a/system/devel/autoconf/pspec.xml b/system/devel/autoconf/pspec.xml index 24bc979d..89f7641e 100644 --- a/system/devel/autoconf/pspec.xml +++ b/system/devel/autoconf/pspec.xml @@ -18,6 +18,9 @@ m4 perl + + autoconf-2.69-perl-5.22-autoscan.patch + @@ -36,6 +39,13 @@ + + 2019-03-11 + 2.69 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-15 2.69