]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
Xtables-addons 1.27 v1.27
authorJan Engelhardt <jengelh@medozas.de>
Sun, 16 May 2010 20:19:02 +0000 (22:19 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Sun, 16 May 2010 20:19:02 +0000 (22:19 +0200)
Makefile.am
configure.ac
doc/changelog.txt
xtables-addons.8.in

index de6fb6bbaea9840b145a6c48c6fd5888e92981e5..dab1ca6753aa4c2daf76338ba03ea4ad8d7c4783 100644 (file)
@@ -16,10 +16,15 @@ install-exec-hook:
 
 config.status: Makefile.iptrules.in
 
+tmpdir := $(shell mktemp -dtu)
+packer  = xz
+packext = .tar.xz
+
 .PHONY: tarball
 tarball:
-       rm -Rf /tmp/xtables-addons-${PACKAGE_VERSION};
-       pushd ${top_srcdir} && git archive --prefix=xtables-addons-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
-       pushd /tmp/xtables-addons-${PACKAGE_VERSION} && ./autogen.sh && popd;
-       tar -C /tmp -cjf xtables-addons-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root xtables-addons-${PACKAGE_VERSION}/;
-       rm -Rf /tmp/xtables-addons-${PACKAGE_VERSION};
+# do not use mkdir_p here.
+       mkdir ${tmpdir}
+       pushd ${top_srcdir} && git archive --prefix=${PACKAGE_NAME}-${PACKAGE_VERSION}/ HEAD | tar -C ${tmpdir} -x && popd;
+       pushd ${tmpdir}/${PACKAGE_NAME}-${PACKAGE_VERSION} && ./autogen.sh && popd;
+       tar --use=${packer} -C ${tmpdir} -cf ${PACKAGE_NAME}-${PACKAGE_VERSION}${packext} --owner=root --group=root ${PACKAGE_NAME}-${PACKAGE_VERSION}/;
+       rm -Rf ${tmpdir};
index 07cc421c163d1319fc5f0f502456ffa9a5a6c8bd..3184437b58c953a4753afc9cb171d829b893f4ab 100644 (file)
@@ -1,5 +1,5 @@
 
-AC_INIT([xtables-addons], [1.26])
+AC_INIT([xtables-addons], [1.27])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_PROG_INSTALL
index 119af90f09280a7ea1b31e1259ae2359e8ee7fce..49bc027eea74c8640192182a45aa9e37e3871c60 100644 (file)
@@ -3,6 +3,11 @@ HEAD
 ====
 
 
+Xtables-addons 1.27 (May 16 2010)
+=================================
+- further updates for the upcoming 2.6.35 changes
+
+
 Xtables-addons 1.26 (April 30 2010)
 ===================================
 - compat_xtables: fix 2.6.34 compile error due to a typo
index 833420c5038691c25df0d5cd20b5fd75287eede2..b78e0acc28335f3d143076c73620791b604ed6cf 100644 (file)
@@ -1,4 +1,4 @@
-.TH xtables-addons 8 "v1.26 (2010-04-30)" "" "v1.26 (2010-04-30)"
+.TH xtables-addons 8 "v1.27 (2010-05-16)" "" "v1.27 (2010-05-16)"
 .SH Name
 Xtables-addons \(em additional extensions for iptables, ip6tables, etc.
 .SH Targets