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 44b8b631d65ef4b2b8573a3aa09832217be65c2f (commit) via bb1cce7be9bcd9a66e4360dff0169cd83b576891 (commit) via a6e02205b111173a014570d4fa9fe2c45d6510a9 (commit) via db116d55650f51626d246c6a16fe330f7e764439 (commit) via 65e4307da802805ee67b6008a15d5228014f1a6b (commit) via 698a0581e5c2bfd7f83859a4f3b5fb4267c1c573 (commit) via 4790646fdff061fcd5fc43f6633f38fc33160d58 (commit) via 54945849f7bd4d8e31f7071b79fa20e11bb1624d (commit) via 8d4fa5c0f9f7aac867a9d93eb824a4183b3bf5f1 (commit) via e958451598a9b38a7671e296fc547cf37763ebea (commit) from 26708d8ad4a3a2b0b58a5968d6d5a63e3c7daf58 (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 44b8b631d65ef4b2b8573a3aa09832217be65c2f Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Sep 4 21:53:42 2015 +0100
collecty: Rebuild with Python 3.4
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit bb1cce7be9bcd9a66e4360dff0169cd83b576891 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Sep 4 21:52:59 2015 +0100
hostapd: Update to version 2.4
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit a6e02205b111173a014570d4fa9fe2c45d6510a9 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Sep 4 21:52:46 2015 +0100
texinfo: Update to version 6.0
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit db116d55650f51626d246c6a16fe330f7e764439 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Sep 4 21:52:27 2015 +0100
wpa_supplicant: Update to version 2.4
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 65e4307da802805ee67b6008a15d5228014f1a6b Merge: 698a058 26708d8 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Sep 4 21:44:43 2015 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 698a0581e5c2bfd7f83859a4f3b5fb4267c1c573 Merge: 4790646 5e7474d Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jul 15 23:21:53 2015 +0200
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 4790646fdff061fcd5fc43f6633f38fc33160d58 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jul 15 23:03:27 2015 +0200
gettext: Update to 0.19.5
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 54945849f7bd4d8e31f7071b79fa20e11bb1624d Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jul 15 23:03:05 2015 +0200
gnupg2: Update to version 2.1.6
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 8d4fa5c0f9f7aac867a9d93eb824a4183b3bf5f1 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jul 15 23:00:51 2015 +0200
npth: New package
Required for gnupg2 >= 2.1 which decided to invent yet another threading library.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit e958451598a9b38a7671e296fc547cf37763ebea Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jul 15 22:45:03 2015 +0200
ed: Update to 1.12
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: collecty/collecty.nm | 4 ++-- ed/ed.nm | 7 ++++++- gettext/gettext.nm | 2 +- gnupg2/gnupg2.nm | 4 ++-- hostapd/hostapd.nm | 2 +- npth/npth.nm | 41 ++++++++++++++++++++++++++++++++++++++++ texinfo/texinfo.nm | 3 +-- wpa_supplicant/wpa_supplicant.nm | 4 ++-- 8 files changed, 56 insertions(+), 11 deletions(-) create mode 100644 npth/npth.nm
Difference in files: diff --git a/collecty/collecty.nm b/collecty/collecty.nm index ea14b1b..72ed7b1 100644 --- a/collecty/collecty.nm +++ b/collecty/collecty.nm @@ -5,7 +5,7 @@
name = collecty version = 003 -release = 3 +release = 4
maintainer = Michael Tremer michael.tremer@ipfire.org groups = System/Monitoring @@ -34,7 +34,7 @@ build liboping-devel libxslt lm-sensors-devel - python3-devel + python3-devel >= 3.4 python3-rrdtool systemd-devel end diff --git a/ed/ed.nm b/ed/ed.nm index 54aea7a..4697f5f 100644 --- a/ed/ed.nm +++ b/ed/ed.nm @@ -4,7 +4,7 @@ ###############################################################################
name = ed -version = 1.11 +version = 1.12 release = 1
groups = Application/Text @@ -26,6 +26,11 @@ build requires lzip end + + configure_options += \ + CFLAGS="%{CFLAGS}" \ + CPPFLAGS="%{CPPFLAGS}" \ + LDFLAGS="%{LDFLAGS}" end
packages diff --git a/gettext/gettext.nm b/gettext/gettext.nm index e2c50c3..22f45f6 100644 --- a/gettext/gettext.nm +++ b/gettext/gettext.nm @@ -4,7 +4,7 @@ ###############################################################################
name = gettext -version = 0.19.3 +version = 0.19.5 release = 1
groups = System/Base diff --git a/gnupg2/gnupg2.nm b/gnupg2/gnupg2.nm index e59e378..b930a64 100644 --- a/gnupg2/gnupg2.nm +++ b/gnupg2/gnupg2.nm @@ -4,7 +4,7 @@ ###############################################################################
name = gnupg2 -version = 2.0.21 +version = 2.1.6 release = 1 thisapp = gnupg-%{version}
@@ -31,8 +31,8 @@ build libgpg-error >= 1.11 libgcrypt-devel libksba-devel + npth-devel pinentry - pth-devel zlib-devel end
diff --git a/hostapd/hostapd.nm b/hostapd/hostapd.nm index 216fe63..93987d1 100644 --- a/hostapd/hostapd.nm +++ b/hostapd/hostapd.nm @@ -4,7 +4,7 @@ ###############################################################################
name = hostapd -version = 2.0 +version = 2.4 release = 1
groups = Networking/Tools diff --git a/npth/npth.nm b/npth/npth.nm new file mode 100644 index 0000000..ac2d987 --- /dev/null +++ b/npth/npth.nm @@ -0,0 +1,41 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = npth +version = 1.2 +release = 1 + +url = http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git +license = LGPLv3+ +summary = The New GNU Portable Threads library + +description + nPth is a non-preemptive threads implementation using an API very similar + to the one known from GNU Pth. It has been designed as a replacement of + GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is + based on the system's standard threads implementation. Thus nPth allows + the use of libraries which are not compatible to GNU Pth. +end + +source_dl = ftp://ftp.gnupg.org/gcrypt/npth/ +sources = %{thisapp}.tar.bz2 + +build + test + make check + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end diff --git a/texinfo/texinfo.nm b/texinfo/texinfo.nm index e96c731..1e519b4 100644 --- a/texinfo/texinfo.nm +++ b/texinfo/texinfo.nm @@ -4,7 +4,7 @@ ###############################################################################
name = texinfo -version = 5.1 +version = 6.0 release = 1
groups = Applications/Publishing @@ -35,7 +35,6 @@ end
packages package %{name} - end
package %{name}-debuginfo template DEBUGINFO diff --git a/wpa_supplicant/wpa_supplicant.nm b/wpa_supplicant/wpa_supplicant.nm index 41f2ad6..90609e9 100644 --- a/wpa_supplicant/wpa_supplicant.nm +++ b/wpa_supplicant/wpa_supplicant.nm @@ -4,8 +4,8 @@ ###############################################################################
name = wpa_supplicant -version = 1.0 -release = 2 +version = 2.4 +release = 1
groups = Sytem/Base url = http://hostap.epitest.fi/releases/
hooks/post-receive -- IPFire 3.x development tree