diff options
author | root <root@rshg054.dnsready.net> | 2012-03-03 00:01:37 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-03 00:01:37 +0000 |
commit | d8fb549de0ef3299436c448f7b45fd8ebee8e733 (patch) | |
tree | 67a769fed7e632a9cc92478bcb7dd4e59dc22641 /extra | |
parent | b479098a1b8d7cb545339cb225a7cde4988b2748 (diff) |
Sat Mar 3 00:01:37 UTC 2012
Diffstat (limited to 'extra')
-rw-r--r-- | extra/bind/PKGBUILD | 18 | ||||
-rw-r--r-- | extra/dnsutils/PKGBUILD | 55 | ||||
-rw-r--r-- | extra/dnsutils/remove-bind.patch | 25 | ||||
-rw-r--r-- | extra/dnsutils/trusted-key.key | 2 | ||||
-rw-r--r-- | extra/eclipse/PKGBUILD | 5 | ||||
-rw-r--r-- | extra/live-media/PKGBUILD | 23 | ||||
-rw-r--r-- | extra/ntp/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/ntp/install | 3 | ||||
-rw-r--r-- | extra/xorg-font-util/PKGBUILD | 8 |
9 files changed, 108 insertions, 35 deletions
diff --git a/extra/bind/PKGBUILD b/extra/bind/PKGBUILD index b80c5a332..fa94f3ec7 100644 --- a/extra/bind/PKGBUILD +++ b/extra/bind/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 142846 2011-11-16 23:53:56Z ibiru $ +# $Id: PKGBUILD 151738 2012-03-01 21:58:23Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> # Contributor: Mario Vazquez <mario_vazq@hotmail.com> @@ -6,19 +6,18 @@ pkgname=bind # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.8.1.P1 -_pkgver=9.8.1-P1 +pkgver=9.9.0 +_pkgver=9.9.0 pkgrel=1 pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the DNS protocols' url='http://www.isc.org/software/bind/' license=('custom:ISC') arch=('i686' 'x86_64') -depends=('openssl' 'krb5' 'libxml2') options=('!makeflags' '!libtool') +depends=('openssl' 'krb5' 'libxml2') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" - 'root.hint::ftp://ftp.rs.internic.net/domain/db.cache' - 'so_bsdcompat.patch' + 'root.hint::http://www.internic.net/zones/named.root' 'remove-tools.patch' 'named' 'named.conf' @@ -26,9 +25,8 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" 'named.logrotate' 'localhost.zone' '127.0.0.zone') -sha1sums=('1cff6594aa185d84942edd2f3cc06dff9cebb04b' +sha1sums=('6be77c75c8649088b0ae7124d819b5f412bb0094' 'cbdecd1ea8e7b612b33b63d66bc57273795d1f54' - 'b433ba99f23e3db305f8ce293fe4ce6d1b8d4cfb' '18f477f510df31e6c6f547ee2d5fc46e973479bf' '46232e9db243c6c05e170a1781d7a7f413be5d03' '5ca7a5f2a132548a090a045a2df3acea6b35d9eb' @@ -48,7 +46,6 @@ build() { cd "${srcdir}/bind-${_pkgver}" patch -p1 -i ../remove-tools.patch - patch -p1 -i ../so_bsdcompat.patch ./configure \ --prefix=/usr \ @@ -60,9 +57,6 @@ build() { --with-libxml2 \ --with-libtool \ - # temporary fix for issue reported upstream - ln -s .libs/driver.o bin/tests/system/dlzexternal/ - make } diff --git a/extra/dnsutils/PKGBUILD b/extra/dnsutils/PKGBUILD new file mode 100644 index 000000000..9917297d0 --- /dev/null +++ b/extra/dnsutils/PKGBUILD @@ -0,0 +1,55 @@ +# $Id: PKGBUILD 151740 2012-03-01 22:01:16Z bisson $ +# Maintainer: Gaetan Bisson <bisson@archlinux.org> +# Contributor: kevin <kevin@archlinux.org> +# Contributor: mario <mario_vazq@hotmail.com> + +pkgname=dnsutils + +# Use a period and not a hyphen before the patch level for proper versioning. +pkgver=9.9.0 +_pkgver=9.9.0 +pkgrel=1 + +pkgdesc='DNS utilities: dig host nslookup' +url='http://www.isc.org/software/bind/' +license=('custom:ISC') +arch=('i686' 'x86_64') +options=('!makeflags') +depends=('openssl' 'krb5' 'idnkit') +source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" + 'remove-bind.patch' + 'trusted-key.key') +sha1sums=('6be77c75c8649088b0ae7124d819b5f412bb0094' + 'b465ef6160b004838f04de9978fe1be8422af777' + 'ca93da30c89de4365b846325d6ec4674a3e4fc02') + +replaces=('bind-tools' 'host') + +build() { + cd "${srcdir}/bind-${_pkgver}" + + patch -p1 -i ../remove-bind.patch + export STD_CDEFINES='-DDIG_SIGCHASE' + + # hack to remove unused bloat from the binaries + CFLAGS+=' -fdata-sections -ffunction-sections' + LDFLAGS+=' -Wl,--gc-sections' + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ + --disable-linux-caps \ + --with-openssl \ + --with-idn \ + + make +} + +package() { + cd "${srcdir}/bind-${_pkgver}" + install -Dm644 ../trusted-key.key "${pkgdir}"/etc/trusted-key.key + install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + cd bin; make DESTDIR="${pkgdir}" install +} diff --git a/extra/dnsutils/remove-bind.patch b/extra/dnsutils/remove-bind.patch new file mode 100644 index 000000000..19d650964 --- /dev/null +++ b/extra/dnsutils/remove-bind.patch @@ -0,0 +1,25 @@ +diff -aur old/bin/Makefile.in new/bin/Makefile.in +--- old/bin/Makefile.in 2009-10-05 05:07:08.000000000 -0700 ++++ new/bin/Makefile.in 2011-08-28 19:16:17.245495043 -0700 +@@ -19,8 +19,7 @@ + VPATH = @srcdir@ + top_srcdir = @top_srcdir@ + +-SUBDIRS = named rndc dig dnssec tests tools nsupdate \ +- check confgen @PKCS11_TOOLS@ ++SUBDIRS = dig + TARGETS = + + @BIND9_MAKE_RULES@ +diff -aur old/lib/Makefile.in new/lib/Makefile.in +--- old/lib/Makefile.in 2007-06-19 16:47:13.000000000 -0700 ++++ new/lib/Makefile.in 2011-08-28 19:17:50.828688599 -0700 +@@ -23,7 +23,7 @@ + # Attempt to disable parallel processing. + .NOTPARALLEL: + .NO_PARALLEL: +-SUBDIRS = isc isccc dns isccfg bind9 lwres tests ++SUBDIRS = isc dns isccfg bind9 lwres + TARGETS = + + @BIND9_MAKE_RULES@ diff --git a/extra/dnsutils/trusted-key.key b/extra/dnsutils/trusted-key.key new file mode 100644 index 000000000..866cadda2 --- /dev/null +++ b/extra/dnsutils/trusted-key.key @@ -0,0 +1,2 @@ +. 172800 IN DNSKEY 256 3 8 AwEAAZ/NErKzyMlImJ+2HTmK9qeH2sLUywlsF+mJbTP5GKoYFHoU2vn2 Zqr261Lk7a6jfBKYny5GX7BDRJcVvig36TgOinE9QP5KVS0RxdrOl98g KLwFMORfNf/wjCwjPdEl1GgaGYl0npJ4c+x+o6aa/xmDKJo9zUlpvb7B LxbJ7HwF +. 172800 IN DNSKEY 257 3 8 AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq QxA+Uk1ihz0= diff --git a/extra/eclipse/PKGBUILD b/extra/eclipse/PKGBUILD index d727893cb..15f28a62b 100644 --- a/extra/eclipse/PKGBUILD +++ b/extra/eclipse/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 151492 2012-02-26 17:43:00Z ibiru $ +# $Id: PKGBUILD 151734 2012-03-01 20:07:28Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> # Contributor: Andrew Wright <andreww@photism.org> @@ -7,7 +7,7 @@ pkgname=eclipse pkgver=3.7.2 -pkgrel=1 +pkgrel=2 _date=201202080800 pkgdesc="An IDE for Java and other languages" arch=('i686' 'x86_64') @@ -15,6 +15,7 @@ url="http://eclipse.org" depends=('java-environment' 'gtk2' 'unzip' 'libwebkit') install=${pkgname}.install makedepends=('zip') +conflicts=('xulrunner') license=("EPL/1.1") source=("ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk.tar.gz" 'eclipse.sh' 'eclipse.desktop' 'eclipse.svg') diff --git a/extra/live-media/PKGBUILD b/extra/live-media/PKGBUILD index 7ccbaf8bb..f404bb70d 100644 --- a/extra/live-media/PKGBUILD +++ b/extra/live-media/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 150662 2012-02-19 16:50:59Z giovanni $ +# $Id: PKGBUILD 151723 2012-03-01 12:38:32Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Gilles CHAUVIN <gcnweb@gmail.com> pkgname=live-media -pkgver=2012.02.04 -pkgrel=2 +pkgver=2012.02.29 +pkgrel=1 pkgdesc="A set of C++ libraries for multimedia streaming" arch=('i686' 'x86_64') license=('LGPL') url="http://live555.com/liveMedia" depends=('gcc-libs') source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz") -md5sums=('5c9753e027af08c065f156e2a0bec023') +md5sums=('ee00b4f9ca4efaa1aeaf47b5c185fe93') build() { cd ${srcdir}/live @@ -29,19 +29,12 @@ package() { cd ${srcdir}/live for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do - mkdir -p ${pkgdir}/usr/lib/ - install -m644 ${dir}/*.a ${pkgdir}/usr/lib + install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}} + install -m644 ${dir}/*.a "${pkgdir}/usr/lib" + install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}" done - for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do - mkdir -p ${pkgdir}/usr/include/${dir} - install -m644 ${dir}/include/*.hh ${pkgdir}/usr/include/${dir} - done - - install -m644 groupsock/include/*.h ${pkgdir}/usr/include/groupsock - - mkdir -p ${pkgdir}/usr/bin for testprog in `find testProgs -type f -perm 755`; do - install ${testprog} ${pkgdir}/usr/bin + install ${testprog} "${pkgdir}/usr/bin" done } diff --git a/extra/ntp/PKGBUILD b/extra/ntp/PKGBUILD index 9b4d97908..23eff69f3 100644 --- a/extra/ntp/PKGBUILD +++ b/extra/ntp/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 151695 2012-02-29 21:30:41Z bisson $ +# $Id: PKGBUILD 151736 2012-03-01 21:37:06Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: kevin <kevin@archlinux.org> pkgname=ntp pkgver=4.2.6.p5 _realver=4.2.6p5 -pkgrel=5 +pkgrel=6 pkgdesc='Network Time Protocol reference implementation' url='http://www.ntp.org/' license=('custom') diff --git a/extra/ntp/install b/extra/ntp/install index 7581ec12f..e6eddf8a4 100644 --- a/extra/ntp/install +++ b/extra/ntp/install @@ -25,6 +25,9 @@ EOF if [[ $(vercmp $2 4.2.6.p5-3) -le 0 ]]; then post_install fi + if [[ $(vercmp $2 4.2.6.p5-5) -le 0 ]]; then + chown -R ntp /var/lib/ntp + fi } post_remove() { diff --git a/extra/xorg-font-util/PKGBUILD b/extra/xorg-font-util/PKGBUILD index 5dd73707c..2589f10e6 100644 --- a/extra/xorg-font-util/PKGBUILD +++ b/extra/xorg-font-util/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 149063 2012-02-05 16:06:39Z bisson $ +# $Id: PKGBUILD 151743 2012-03-01 23:01:51Z bisson $ # Contributor: Jan de Groot <jgc@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=xorg-font-util -pkgver=1.2.0 -pkgrel=2 +pkgver=1.3.0 +pkgrel=1 pkgdesc='X.Org font utilities' url='http://xorg.freedesktop.org/' arch=('i686' 'x86_64') license=('custom') makedepends=('xorg-util-macros') source=("${url}/releases/individual/font/font-util-${pkgver}.tar.bz2") -sha1sums=('011fa9c8fe08d9f6f848df570374ed1cb7488146') +sha1sums=('a015f4c5a35d98af72835797293697e0eb9cd506') replaces=('font-util') provides=('font-util') |