[arch-commits] CVS update of extra/network/ez-ipupdate (PKGBUILD ez-ipupdate.patch)
Aaron Griffin
aaron at archlinux.org
Sun May 13 04:53:19 UTC 2007
Date: Sunday, May 13, 2007 @ 00:53:19
Author: aaron
Path: /home/cvs-extra/extra/network/ez-ipupdate
Removed: PKGBUILD (1.3) ez-ipupdate.patch (1.1)
Package cleanup: packages moved to unsupported (AUR)
-------------------+
PKGBUILD | 28 ----------------------------
ez-ipupdate.patch | 13 -------------
2 files changed, 41 deletions(-)
Index: extra/network/ez-ipupdate/PKGBUILD
diff -u extra/network/ez-ipupdate/PKGBUILD:1.3 extra/network/ez-ipupdate/PKGBUILD:removed
--- extra/network/ez-ipupdate/PKGBUILD:1.3 Fri May 26 17:27:46 2006
+++ extra/network/ez-ipupdate/PKGBUILD Sun May 13 00:53:19 2007
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD,v 1.3 2006/05/26 21:27:46 andyrtr Exp $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Committer: Manolis Tzanidakis <manolis at archlinux.org>
-
-pkgname=ez-ipupdate
-pkgver=3.0.11b8
-pkgrel=2
-pkgdesc="A small utility for updating your host name using dyn.dns services."
-arch=(i686 x86_64)
-url="http://www.ez-ipupdate.com"
-depends=('glibc')
-source=(ftp://ftp.nluug.nl/pub/os/Linux/distr/gentoo/distfiles/$pkgname-$pkgver.tar.gz \
- ez-ipupdate.patch)
-md5sums=('000211add4c4845ffa4211841bff4fb0' \
- 'fcab859a911db5d0a39527de0ebe431a')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- patch -p0 < $startdir/src/ez-ipupdate.patch
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install
- for i in *.conf; do
- sed -i "s:local/bin/ez-ipupdate:bin/ez-ipupdate:g" $i
- install -D -m 755 $i \
- $startdir/pkg/usr/share/ez-ipupdate/configs/${i}
- done
-}
Index: extra/network/ez-ipupdate/ez-ipupdate.patch
diff -u extra/network/ez-ipupdate/ez-ipupdate.patch:1.1 extra/network/ez-ipupdate/ez-ipupdate.patch:removed
--- extra/network/ez-ipupdate/ez-ipupdate.patch:1.1 Fri Nov 19 12:32:19 2004
+++ extra/network/ez-ipupdate/ez-ipupdate.patch Sun May 13 00:53:19 2007
@@ -1,13 +0,0 @@
-Patch for http://www.securityfocus.com/bid/11657
-
---- ez-ipupdate.c.old 2004-10-21 23:44:57.000000000 +0200
-+++ ez-ipupdate.c 2004-10-22 23:56:05.000000000 +0200
-@@ -805,7 +805,7 @@
- sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
- #endif
-
-- syslog(LOG_NOTICE, buf);
-+ syslog(LOG_NOTICE, "%s", buf);
- }
- else
- {
More information about the arch-commits
mailing list