This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 3d7693a24f5c1d88cfa288dbf4b2789c663f9c41 (commit) via 8f4b31d104895b2422d8893f460d00b431b34e51 (commit) via 15a15426bd330c3d9083edc4fc4a2a57cb87b6a9 (commit) via bbc897a8b85fb3bbf31988399f8e81b3ca9f7b18 (commit) via 9dc7b32bffa6947ec61bec8b256e2a4fc983ddcd (commit) via c88ae9acf5dca203142e51d9bba513556dbeec85 (commit) via cd62e53c9b574950892e5766e07e406116948537 (commit) via 1929fea791f323b9e823d689ab88dfd3ada1ae59 (commit) via dfd262d6c673394b7505612b50fb414a1b81be8b (commit) from 11f10f24f1fb8098f35ffaec5756b76eb534ea95 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 3d7693a24f5c1d88cfa288dbf4b2789c663f9c41 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 24 13:26:26 2018 +0000
tzdata: Update to 2018c
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 8f4b31d104895b2422d8893f460d00b431b34e51 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 24 11:24:31 2018 +0000
nano: Update to 2.9.2
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 15a15426bd330c3d9083edc4fc4a2a57cb87b6a9 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 24 11:10:35 2018 +0000
gnupg2: Update to 2.2.3
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit bbc897a8b85fb3bbf31988399f8e81b3ca9f7b18 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 24 11:10:21 2018 +0000
libksba: Update to 1.3.5
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 9dc7b32bffa6947ec61bec8b256e2a4fc983ddcd Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 24 11:10:08 2018 +0000
libgpg-error: Update to 1.27
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit c88ae9acf5dca203142e51d9bba513556dbeec85 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 24 11:09:55 2018 +0000
libgcrypt: Update to 1.8.1
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit cd62e53c9b574950892e5766e07e406116948537 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 24 11:09:41 2018 +0000
libassuan: Update to 2.4.4
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 1929fea791f323b9e823d689ab88dfd3ada1ae59 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 24 11:09:26 2018 +0000
strongswan: Update to 5.6.1
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit dfd262d6c673394b7505612b50fb414a1b81be8b Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 24 11:02:21 2018 +0000
wget: Update to 1.19.4
* A major bug that caused GZip'ed pages to never be decompressed has been fixed
* Support for Content-Encoding and Transfer-Encoding have been marked as experimental and disabled by default
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: gnupg2/gnupg2.nm | 15 ++++++++------- libassuan/libassuan.nm | 2 +- libgcrypt/libgcrypt.nm | 2 +- libgpg-error/libgpg-error.nm | 2 +- libksba/libksba.nm | 2 +- nano/nano.nm | 11 +---------- strongswan/strongswan.nm | 2 +- tzdata/tzdata.nm | 4 ++-- wget/wget.nm | 4 ++-- 9 files changed, 18 insertions(+), 26 deletions(-)
Difference in files: diff --git a/gnupg2/gnupg2.nm b/gnupg2/gnupg2.nm index 18b668a15..b1a356292 100644 --- a/gnupg2/gnupg2.nm +++ b/gnupg2/gnupg2.nm @@ -4,7 +4,7 @@ ###############################################################################
name = gnupg2 -version = 2.1.9 +version = 2.2.3 release = 1 thisapp = gnupg-%{version}
@@ -26,19 +26,20 @@ sources = %{thisapp}.tar.bz2
build requires - libassuan-devel + gnutls-devel + libassuan-devel >= 2.4.3 libcurl-devel - libgpg-error >= 1.11 - libgcrypt-devel - libksba-devel + libgpg-error >= 1.23 + libgcrypt-devel >= 1.7.0 + libksba-devel >= 1.3.4 npth-devel pinentry + readline-devel zlib-devel end
configure_options += \ - --libexecdir=%{libdir}/gnupg2 \ - --enable-standard-socket + --libexecdir=%{libdir}/gnupg2 end
packages diff --git a/libassuan/libassuan.nm b/libassuan/libassuan.nm index 7901dbd02..267cbb360 100644 --- a/libassuan/libassuan.nm +++ b/libassuan/libassuan.nm @@ -4,7 +4,7 @@ ###############################################################################
name = libassuan -version = 2.4.2 +version = 2.4.4 release = 1
groups = System/Libraries diff --git a/libgcrypt/libgcrypt.nm b/libgcrypt/libgcrypt.nm index 10707a1b7..a0488a20c 100644 --- a/libgcrypt/libgcrypt.nm +++ b/libgcrypt/libgcrypt.nm @@ -4,7 +4,7 @@ ###############################################################################
name = libgcrypt -version = 1.7.0 +version = 1.8.1 release = 1
groups = System/Libraries diff --git a/libgpg-error/libgpg-error.nm b/libgpg-error/libgpg-error.nm index 974d5378a..4d2b48ca1 100644 --- a/libgpg-error/libgpg-error.nm +++ b/libgpg-error/libgpg-error.nm @@ -4,7 +4,7 @@ ###############################################################################
name = libgpg-error -version = 1.21 +version = 1.27 release = 1
groups = System/Libraries diff --git a/libksba/libksba.nm b/libksba/libksba.nm index 1e11687a1..165ae88dc 100644 --- a/libksba/libksba.nm +++ b/libksba/libksba.nm @@ -4,7 +4,7 @@ ###############################################################################
name = libksba -version = 1.3.2 +version = 1.3.5 release = 1
groups = System/Libraries diff --git a/nano/nano.nm b/nano/nano.nm index 8d1c035f1..c7a65dfe6 100644 --- a/nano/nano.nm +++ b/nano/nano.nm @@ -4,7 +4,7 @@ ###############################################################################
name = nano -mainversion = 2.3 +mainversion = 2.9 subversion = 2 version = %{mainversion}.%{subversion} release = 1 @@ -30,15 +30,6 @@ build --enable-color \ --enable-multibuffer \ --enable-nanorc - - install_cmds - # Disable line wrapping. - sed -i doc/nanorc.sample \ - -e "s/# set nowrap/set nowrap/" - - install -v -m644 -D doc/nanorc.sample \ - %{BUILDROOT}%{sysconfdir}/nanorc - end end
packages diff --git a/strongswan/strongswan.nm b/strongswan/strongswan.nm index 949ebd736..3ac7da64b 100644 --- a/strongswan/strongswan.nm +++ b/strongswan/strongswan.nm @@ -4,7 +4,7 @@ ###############################################################################
name = strongswan -version = 5.6.0 +version = 5.6.1 release = 1
groups = Networking/VPN diff --git a/tzdata/tzdata.nm b/tzdata/tzdata.nm index c7cb4a0a8..d24bd2237 100644 --- a/tzdata/tzdata.nm +++ b/tzdata/tzdata.nm @@ -3,8 +3,8 @@ # Copyright (C) - IPFire Development Team info@ipfire.org # ###############################################################################
-tzdata_version = 2016h -tzcode_version = 2016h +tzdata_version = 2018c +tzcode_version = 2018c
name = tzdata version = %{tzdata_version} diff --git a/wget/wget.nm b/wget/wget.nm index 4d6d7224d..3772a3874 100644 --- a/wget/wget.nm +++ b/wget/wget.nm @@ -4,7 +4,7 @@ ###############################################################################
name = wget -version = 1.19.1 +version = 1.19.4 release = 1
groups = Applications/Internet @@ -21,7 +21,7 @@ description end
source_dl = http://ftp.gnu.org/gnu/wget/ -sources = %{thisapp}.tar.xz +sources = %{thisapp}.tar.gz
build requires
hooks/post-receive -- IPFire 3.x development tree