[arch-commits] Commit in iputils/repos (12 files)

2015-10-19 Thread Tobias Powalowski
Date: Monday, October 19, 2015 @ 16:26:54
  Author: tpowa
Revision: 249509

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  iputils/repos/testing-i686/PKGBUILD
(from rev 249508, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils.install
(from rev 249508, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 249508, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 249508, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils.install
(from rev 249508, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 249508, iputils/trunk/tftp.xinetd)
Deleted:
  iputils/repos/testing-i686/PKGBUILD
  iputils/repos/testing-i686/iputils.install
  iputils/repos/testing-i686/tftp.xinetd
  iputils/repos/testing-x86_64/PKGBUILD
  iputils/repos/testing-x86_64/iputils.install
  iputils/repos/testing-x86_64/tftp.xinetd

+
 /PKGBUILD  |  118 +++
 /iputils.install   |   18 +
 /tftp.xinetd   |   20 ++
 testing-i686/PKGBUILD  |   60 ---
 testing-i686/iputils.install   |9 --
 testing-i686/tftp.xinetd   |   10 ---
 testing-x86_64/PKGBUILD|   60 ---
 testing-x86_64/iputils.install |9 --
 testing-x86_64/tftp.xinetd |   10 ---
 9 files changed, 156 insertions(+), 158 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-10-19 14:26:43 UTC (rev 249508)
+++ testing-i686/PKGBUILD   2015-10-19 14:26:54 UTC (rev 249509)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Maintainer: Tobias Powalowski 
-# Contributor: Aaron Griffin 
-
-pkgname=iputils
-# Commit date + git rev-parse --short origin/master
-_rev=1b5d03a
-pkgver=20150815.${_rev}
-pkgrel=2
-pkgdesc="Network monitoring tools, including ping"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.skbuff.net/iputils/;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp' 'git')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=("git+https://github.com/iputils/iputils.git#commit=${_rev};
-tftp.xinetd)
-sha1sums=('SKIP'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-
-  make USE_GNUTLS=no CCOPTOPT="$CFLAGS"
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file > $xf || true
-sed -i "s|\(.*\), \(.*\)|\1, 
\2|g" $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  install -dm755 "${pkgdir}"/usr/bin
-
-  install -m755 arping clockdiff ping rarpd rdisc tftpd tracepath tracepath6 
"${pkgdir}"/usr/bin/
-
-  install -dm755 "${pkgdir}"/usr/share/man/man8
-  install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- "${pkgdir}"/usr/share/man/man8/
-
-  cd "${pkgdir}"/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 "${pkgdir}"/etc/xinetd.d/
-  install -m644 "${srcdir}"/tftp.xinetd "${pkgdir}"/etc/xinetd.d/tftp
-}

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 249508, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-19 14:26:54 UTC (rev 249509)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Maintainer: Tobias Powalowski 
+# Contributor: Aaron Griffin 
+
+pkgname=iputils
+# Commit date + git rev-parse --short origin/master
+_rev=1c59920
+pkgver=20150815.${_rev}
+pkgrel=3
+pkgdesc="Network monitoring tools, including ping"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp' 'git')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=("git+https://github.com/iputils/iputils.git#commit=${_rev};
+tftp.xinetd)
+sha1sums=('SKIP'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  make USE_GNUTLS=no CCOPTOPT="$CFLAGS"
+
+  cd doc
+  for file in *.sgml; do
+xf=${file/.sgml/.xml}
+osx -xlower -xno-nl-in-tag $file > $xf || true
+sed -i "s|\(.*\), \(.*\)|\1, 
\2|g" $xf
+docbook2man $xf
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  install 

[arch-commits] Commit in iputils/repos (12 files)

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 21:32:24
  Author: tpowa
Revision: 245312

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  iputils/repos/testing-i686/PKGBUILD
(from rev 245311, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils.install
(from rev 245311, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 245311, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 245311, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils.install
(from rev 245311, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 245311, iputils/trunk/tftp.xinetd)
Deleted:
  iputils/repos/testing-i686/PKGBUILD
  iputils/repos/testing-i686/iputils.install
  iputils/repos/testing-i686/tftp.xinetd
  iputils/repos/testing-x86_64/PKGBUILD
  iputils/repos/testing-x86_64/iputils.install
  iputils/repos/testing-x86_64/tftp.xinetd

+
 /PKGBUILD  |  120 +++
 /iputils.install   |   18 +
 /tftp.xinetd   |   20 ++
 testing-i686/PKGBUILD  |   60 ---
 testing-i686/iputils.install   |   10 ---
 testing-i686/tftp.xinetd   |   10 ---
 testing-x86_64/PKGBUILD|   60 ---
 testing-x86_64/iputils.install |   10 ---
 testing-x86_64/tftp.xinetd |   10 ---
 9 files changed, 158 insertions(+), 160 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-09-04 19:32:08 UTC (rev 245311)
+++ testing-i686/PKGBUILD   2015-09-04 19:32:24 UTC (rev 245312)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Maintainer: Tobias Powalowski 
-# Contributor: Aaron Griffin 
-
-pkgname=iputils
-# Commit date + git rev-parse --short origin/master
-_rev=1b5d03a
-pkgver=20150815.${_rev}
-pkgrel=1
-pkgdesc="Network monitoring tools, including ping"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.skbuff.net/iputils/;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp' 'git')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=("git+https://github.com/iputils/iputils.git#commit=${_rev};
-tftp.xinetd)
-sha1sums=('SKIP'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-
-  make USE_GNUTLS=no CCOPTOPT="$CFLAGS"
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file > $xf || true
-sed -i "s|\(.*\), \(.*\)|\1, 
\2|g" $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  install -dm755 "${pkgdir}"/usr/bin
-
-  install -m755 arping clockdiff ping rarpd rdisc tftpd tracepath tracepath6 
"${pkgdir}"/usr/bin/
-
-  install -dm755 "${pkgdir}"/usr/share/man/man8
-  install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- "${pkgdir}"/usr/share/man/man8/
-
-  cd "${pkgdir}"/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 "${pkgdir}"/etc/xinetd.d/
-  install -m644 "${srcdir}"/tftp.xinetd "${pkgdir}"/etc/xinetd.d/tftp
-}

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 245311, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-04 19:32:24 UTC (rev 245312)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Maintainer: Tobias Powalowski 
+# Contributor: Aaron Griffin 
+
+pkgname=iputils
+# Commit date + git rev-parse --short origin/master
+_rev=1b5d03a
+pkgver=20150815.${_rev}
+pkgrel=2
+pkgdesc="Network monitoring tools, including ping"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp' 'git')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=("git+https://github.com/iputils/iputils.git#commit=${_rev};
+tftp.xinetd)
+sha1sums=('SKIP'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  make USE_GNUTLS=no CCOPTOPT="$CFLAGS"
+
+  cd doc
+  for file in *.sgml; do
+xf=${file/.sgml/.xml}
+osx -xlower -xno-nl-in-tag $file > $xf || true
+sed -i "s|\(.*\), \(.*\)|\1, 
\2|g" $xf
+docbook2man $xf
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  

[arch-commits] Commit in iputils/repos (12 files)

2012-11-05 Thread Stéphane Gaudreault
Date: Monday, November 5, 2012 @ 10:35:32
  Author: stephane
Revision: 170233

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  iputils/repos/testing-i686/
  iputils/repos/testing-i686/PKGBUILD
(from rev 170232, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch
(from rev 170232, 
iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/testing-i686/iputils-20121011-flood.patch
(from rev 170232, iputils/trunk/iputils-20121011-flood.patch)
  iputils/repos/testing-i686/iputils.install
(from rev 170232, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 170232, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 170232, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils-20101006-ping-integer-overflow.patch
(from rev 170232, 
iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/testing-x86_64/iputils-20121011-flood.patch
(from rev 170232, iputils/trunk/iputils-20121011-flood.patch)
  iputils/repos/testing-x86_64/iputils.install
(from rev 170232, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 170232, iputils/trunk/tftp.xinetd)

-+
 testing-i686/PKGBUILD   |   76 ++
 testing-i686/iputils-20101006-ping-integer-overflow.patch   |   11 +
 testing-i686/iputils-20121011-flood.patch   |   22 ++
 testing-i686/iputils.install|   10 +
 testing-i686/tftp.xinetd|   10 +
 testing-x86_64/PKGBUILD |   76 ++
 testing-x86_64/iputils-20101006-ping-integer-overflow.patch |   11 +
 testing-x86_64/iputils-20121011-flood.patch |   22 ++
 testing-x86_64/iputils.install  |   10 +
 testing-x86_64/tftp.xinetd  |   10 +
 10 files changed, 258 insertions(+)

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 170232, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-05 15:35:32 UTC (rev 170233)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20121011
+pkgrel=2
+pkgdesc=IP Configuration Utilities (and Ping)
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.linuxfoundation.org/en/Net:Iputils;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2 
tftp.xinetd
+iputils-20101006-ping-integer-overflow.patch
+iputils-20121011-flood.patch)
+sha1sums=('3e85179746fd93000d6267bd55addfe97f321ba7'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
+  'ec78574d798b53e4f8bdd37e42514fc17ed71667'
+  '2343edf0dce28030e43305cefedd60806bb58eae')
+
+build() {
+  cd ${srcdir}/${pkgname}-s${pkgver}
+
+  # Use our CFLAGS
+  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
+
+  # FS#28897
+  patch -Np1 -i ../iputils-20101006-ping-integer-overflow.patch 
+
+  # FS#32306
+  patch -Np1 -i ../iputils-20121011-flood.patch
+
+  make
+
+  cd doc
+  for file in *.sgml; do
+xf=${file/.sgml/.xml}
+osx -xlower -xno-nl-in-tag $file  $xf || true
+sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
+docbook2man $xf
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-s${pkgver}
+
+  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
+
+  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
+${pkgdir}/usr/sbin/
+
+  install -m755 ping{,6} ${pkgdir}/usr/bin/
+   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
+
+   install -dm755 ${pkgdir}/usr/share/man/man8
+   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
+ ${pkgdir}/usr/share/man/man8/
+
+  cd ${pkgdir}/usr/share/man/man8
+  ln -sf ping.8.gz  ping6.8.gz
+  ln -sf tracepath.8.gz tracepath6.8.gz
+
+  # FS#24768
+  install -dm755 ${pkgdir}/etc/xinetd.d/
+  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
+}
+
+# vim:set ts=2 sw=2 et:

Copied: iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch 
(from rev 170232, iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
===
---