From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 44b8b631d65ef4b2b8573a3aa09832217be65c2f Date: Fri, 04 Sep 2015 22:55:29 +0200 Message-ID: <20150904205529.D2D6E223AD@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0636945513649363729==" List-Id: --===============0636945513649363729== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Fri Sep 4 21:53:42 2015 +0100 collecty: Rebuild with Python 3.4 =20 Signed-off-by: Michael Tremer commit bb1cce7be9bcd9a66e4360dff0169cd83b576891 Author: Michael Tremer Date: Fri Sep 4 21:52:59 2015 +0100 hostapd: Update to version 2.4 =20 Signed-off-by: Michael Tremer commit a6e02205b111173a014570d4fa9fe2c45d6510a9 Author: Michael Tremer Date: Fri Sep 4 21:52:46 2015 +0100 texinfo: Update to version 6.0 =20 Signed-off-by: Michael Tremer commit db116d55650f51626d246c6a16fe330f7e764439 Author: Michael Tremer Date: Fri Sep 4 21:52:27 2015 +0100 wpa_supplicant: Update to version 2.4 =20 Signed-off-by: Michael Tremer commit 65e4307da802805ee67b6008a15d5228014f1a6b Merge: 698a058 26708d8 Author: Michael Tremer 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 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 Date: Wed Jul 15 23:03:27 2015 +0200 gettext: Update to 0.19.5 =20 Signed-off-by: Michael Tremer commit 54945849f7bd4d8e31f7071b79fa20e11bb1624d Author: Michael Tremer Date: Wed Jul 15 23:03:05 2015 +0200 gnupg2: Update to version 2.1.6 =20 Signed-off-by: Michael Tremer commit 8d4fa5c0f9f7aac867a9d93eb824a4183b3bf5f1 Author: Michael Tremer Date: Wed Jul 15 23:00:51 2015 +0200 npth: New package =20 Required for gnupg2 >=3D 2.1 which decided to invent yet another threading library. =20 Signed-off-by: Michael Tremer commit e958451598a9b38a7671e296fc547cf37763ebea Author: Michael Tremer Date: Wed Jul 15 22:45:03 2015 +0200 ed: Update to 1.12 =20 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- 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 @@ =20 name =3D collecty version =3D 003 -release =3D 3 +release =3D 4 =20 maintainer =3D Michael Tremer groups =3D System/Monitoring @@ -34,7 +34,7 @@ build liboping-devel libxslt lm-sensors-devel - python3-devel + python3-devel >=3D 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 @@ ############################################################################= ### =20 name =3D ed -version =3D 1.11 +version =3D 1.12 release =3D 1 =20 groups =3D Application/Text @@ -26,6 +26,11 @@ build requires lzip end + + configure_options +=3D \ + CFLAGS=3D"%{CFLAGS}" \ + CPPFLAGS=3D"%{CPPFLAGS}" \ + LDFLAGS=3D"%{LDFLAGS}" end =20 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 @@ ############################################################################= ### =20 name =3D gettext -version =3D 0.19.3 +version =3D 0.19.5 release =3D 1 =20 groups =3D 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 @@ ############################################################################= ### =20 name =3D gnupg2 -version =3D 2.0.21 +version =3D 2.1.6 release =3D 1 thisapp =3D gnupg-%{version} =20 @@ -31,8 +31,8 @@ build libgpg-error >=3D 1.11 libgcrypt-devel libksba-devel + npth-devel pinentry - pth-devel zlib-devel end =20 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 @@ ############################################################################= ### =20 name =3D hostapd -version =3D 2.0 +version =3D 2.4 release =3D 1 =20 groups =3D 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 = # +############################################################################= ### + +name =3D npth +version =3D 1.2 +release =3D 1 + +url =3D http://git.gnupg.org/cgi-bin/gitweb.cgi?p=3Dnpth.git +license =3D LGPLv3+ +summary =3D 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 =3D ftp://ftp.gnupg.org/gcrypt/npth/ +sources =3D %{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 @@ ############################################################################= ### =20 name =3D texinfo -version =3D 5.1 +version =3D 6.0 release =3D 1 =20 groups =3D Applications/Publishing @@ -35,7 +35,6 @@ end =20 packages package %{name} - end =20 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 @@ ############################################################################= ### =20 name =3D wpa_supplicant -version =3D 1.0 -release =3D 2 +version =3D 2.4 +release =3D 1 =20 groups =3D Sytem/Base url =3D http://hostap.epitest.fi/releases/ hooks/post-receive -- IPFire 3.x development tree --===============0636945513649363729==--