[arch-commits] Commit in ipset/trunk (2 files)

Sébastien Luttringer seblu at archlinux.org
Sun Mar 20 22:29:42 UTC 2016


    Date: Sunday, March 20, 2016 @ 23:29:42
  Author: seblu
Revision: 262138

upgpkg: ipset 6.29-1

Modified:
  ipset/trunk/PKGBUILD
Deleted:
  ipset/trunk/0001-Fix-configure-breakage-due-to-pkg-config-related-cha.patch

-----------------------------------------------------------------+
 0001-Fix-configure-breakage-due-to-pkg-config-related-cha.patch |   27 ----------
 PKGBUILD                                                        |    6 --
 2 files changed, 2 insertions(+), 31 deletions(-)

Deleted: 0001-Fix-configure-breakage-due-to-pkg-config-related-cha.patch
===================================================================
--- 0001-Fix-configure-breakage-due-to-pkg-config-related-cha.patch	2016-03-20 22:24:54 UTC (rev 262137)
+++ 0001-Fix-configure-breakage-due-to-pkg-config-related-cha.patch	2016-03-20 22:29:42 UTC (rev 262138)
@@ -1,27 +0,0 @@
-From fc7221d243c44be917dc21cbdc70df7d14e4ce4d Mon Sep 17 00:00:00 2001
-From: Jozsef Kadlecsik <kadlec at blackhole.kfki.hu>
-Date: Sun, 13 Mar 2016 12:10:47 +0100
-Subject: [PATCH] Fix "configure" breakage due to pkg-config related changes
-
-The support for older pkg-config packages broke the "configure" script
-(reported by Jan Engelhardt).
----
- configure.ac | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/configure.ac b/configure.ac
-index 1988836..b05646b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -12,6 +12,8 @@ LT_INIT([dlopen])
- LT_CONFIG_LTDL_DIR([libltdl])
- LTDL_INIT([nonrecursive])
- 
-+PKG_PROG_PKG_CONFIG
-+
- dnl Shortcut: Linux supported alone
- case "$host" in
- *-*-linux* | *-*-uclinux*) ;;
--- 
-2.7.2
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-20 22:24:54 UTC (rev 262137)
+++ PKGBUILD	2016-03-20 22:29:42 UTC (rev 262138)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.28
+pkgver=6.29
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -11,10 +11,8 @@
 depends=('glibc' 'libmnl')
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
-        '0001-Fix-configure-breakage-due-to-pkg-config-related-cha.patch'
         "$pkgname.service")
-md5sums=('68217d8031045d9e5dbd451f3933399e'
-         'fc177910dc5110f2a3d76427f6a54163'
+md5sums=('fd8ea35997115c5c630eee22f0beecec'
          'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {



More information about the arch-commits mailing list