summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
Diffstat (limited to 'abs')
-rw-r--r--abs/core-testing/autoconf/PKGBUILD4
-rw-r--r--abs/core-testing/automake/PKGBUILD6
-rw-r--r--abs/core-testing/hdparm/PKGBUILD6
-rw-r--r--abs/core-testing/lzo2/PKGBUILD6
-rw-r--r--abs/core-testing/nano/PKGBUILD8
-rwxr-xr-xabs/core-testing/ntp/PKGBUILD12
-rw-r--r--abs/core-testing/openssh/PKGBUILD14
-rw-r--r--abs/core-testing/pciutils/PKGBUILD6
-rw-r--r--abs/core-testing/perl_modules/perl-fcgi/PKGBUILD8
-rw-r--r--abs/core-testing/rsync/PKGBUILD14
-rw-r--r--abs/core-testing/rsync/__changelog1
-rw-r--r--abs/core-testing/sdparm/PKGBUILD9
-rw-r--r--abs/core-testing/sudo/PKGBUILD6
-rw-r--r--abs/core-testing/tar/PKGBUILD8
-rw-r--r--abs/core-testing/unzip/PKGBUILD29
-rw-r--r--abs/extra-testing/libmms/PKGBUILD4
16 files changed, 69 insertions, 72 deletions
diff --git a/abs/core-testing/autoconf/PKGBUILD b/abs/core-testing/autoconf/PKGBUILD
index 75bd7ef..1ac8ed6 100644
--- a/abs/core-testing/autoconf/PKGBUILD
+++ b/abs/core-testing/autoconf/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andreas Radke <adyrtr@archlinux.org>
pkgname=autoconf
-pkgver=2.63
+pkgver=2.66
pkgrel=1
pkgdesc="A GNU tool for automatically configuring source code"
arch=(i686 x86_64)
@@ -12,7 +12,6 @@ groups=('base-devel')
depends=('awk' 'm4' 'diffutils' 'bash')
install=autoconf.install
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('43d76649fb86cd21d64f68c48d5abdcf')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -23,3 +22,4 @@ build() {
# conflict with bintuils
rm -f ${pkgdir}/usr/share/info/standards.info
}
+md5sums=('fb00d77cbc468994c55919298af1ff02')
diff --git a/abs/core-testing/automake/PKGBUILD b/abs/core-testing/automake/PKGBUILD
index 2943f44..0b3a6f2 100644
--- a/abs/core-testing/automake/PKGBUILD
+++ b/abs/core-testing/automake/PKGBUILD
@@ -3,17 +3,16 @@
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=automake
-pkgver=1.10.2
+pkgver=1.11.1
pkgrel=1
pkgdesc="A GNU tool for automatically creating Makefiles"
arch=(i686 x86_64)
license=('GPL')
url="http://www.gnu.org/software/automake"
groups=('base-devel')
-depends=('perl' 'bash' 'texinfo')
+depends=('perl' 'bash' 'texinfo' 'autoconf>=2.60')
install=automake.install
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ede3e08c696861a01f4d2c6a2e822053')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -23,3 +22,4 @@ build() {
rm -f ${pkgdir}/usr/share/info/dir
}
+md5sums=('4ee7f0ff5f0e467d58b6bd5da96b1c74')
diff --git a/abs/core-testing/hdparm/PKGBUILD b/abs/core-testing/hdparm/PKGBUILD
index de29521..2e1a441 100644
--- a/abs/core-testing/hdparm/PKGBUILD
+++ b/abs/core-testing/hdparm/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Paul Mattal <paul@archlinux.org>
pkgname=hdparm
-pkgver=8.9
-pkgrel=10
+pkgver=9.29
+pkgrel=1
pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
arch=(i686 x86_64)
depends=('glibc')
@@ -30,4 +30,4 @@ build() {
# installs empty /usr/share, which we let it do since it causes
# no harm and it might put something there someday
}
-md5sums=('19fa013956612581af7d00907990ac84')
+md5sums=('6575aba60e5adee628414cac76549c9b')
diff --git a/abs/core-testing/lzo2/PKGBUILD b/abs/core-testing/lzo2/PKGBUILD
index f7e2da0..8474e99 100644
--- a/abs/core-testing/lzo2/PKGBUILD
+++ b/abs/core-testing/lzo2/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Low Kian Seong <fastmail_low@speedymail.org>
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=lzo2
-pkgver=2.02
-pkgrel=12
+pkgver=2.03
+pkgrel=1
pkgdesc="a portable lossless data compression library written in ANSI C"
arch=(i686 x86_64)
url="http://www.oberhumer.com/opensource/lzo"
@@ -12,7 +12,6 @@ groups=('base')
depends=('glibc')
source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
options=(!libtool)
-md5sums=('6760e5819f4238328709bf93bf10071c')
build() {
cd ${startdir}/src/lzo-${pkgver}
@@ -20,3 +19,4 @@ build() {
make || return 1
make DESTDIR=${startdir}/pkg install
}
+md5sums=('0c3d078c2e8ea5a88971089a2f02a726')
diff --git a/abs/core-testing/nano/PKGBUILD b/abs/core-testing/nano/PKGBUILD
index 4dcf3bc..6ecfd29 100644
--- a/abs/core-testing/nano/PKGBUILD
+++ b/abs/core-testing/nano/PKGBUILD
@@ -1,17 +1,16 @@
# $Id: PKGBUILD 10350 2008-08-27 14:18:15Z andyrtr $
# Maintainer: Judd <judd@archlinux.org>
pkgname=nano
-pkgver=2.0.8
-pkgrel=12
+pkgver=2.2.4
+pkgrel=1
pkgdesc="Pico editor clone with enhancements"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.nano-editor.org"
groups=('base')
depends=('glibc' 'ncurses')
-source=(http://www.nano-editor.org/dist/v2.0/nano-${pkgver}.tar.gz)
+source=(http://www.nano-editor.org/dist/v2.2/nano-${pkgver}.tar.gz)
backup=(etc/nanorc)
-md5sums=('fcb2a26285921458b6fe381c2802b1a8')
install=nano.install
build() {
@@ -23,3 +22,4 @@ build() {
rm -f ${pkgdir}/usr/share/info/dir
}
+md5sums=('6304308afb1f7ef4a5e93eb99206632a')
diff --git a/abs/core-testing/ntp/PKGBUILD b/abs/core-testing/ntp/PKGBUILD
index fc568b0..83e77ad 100755
--- a/abs/core-testing/ntp/PKGBUILD
+++ b/abs/core-testing/ntp/PKGBUILD
@@ -1,15 +1,14 @@
pkgname=ntp
-pkgver=4.2.4p5
-pkgrel=3
+pkgver=4.2.6p2
+pkgrel=1
pkgdesc="NTP (Network Time Protocol) tries to keep servers in sync"
arch=(i686 x86_64)
url="http://www.ntp.org/"
depends=('openssl' 'readline' )
backup=('etc/ntp.conf' 'conf.d/ntp-client.conf')
-source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.4p5.tar.gz \
+source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${pkgver}.tar.gz \
ntp.conf ntp-client.conf ntpd ntpdate )
-
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
@@ -24,3 +23,8 @@ build() {
install -D -m644 $startdir/ntp.conf $startdir/pkg/etc/ntp.conf
}
+md5sums=('cf73cd85f248232c62f8029e6eb05938'
+ '833c9d699765bd60825b5713670be460'
+ '25eb8d2176fe642b488e4b9fa03179ac'
+ 'b1a1798b9cd1907d65a7fc794294d6ce'
+ '140855352baeb89da0c6c1c475c18b57')
diff --git a/abs/core-testing/openssh/PKGBUILD b/abs/core-testing/openssh/PKGBUILD
index b44d3d3..fb2ec18 100644
--- a/abs/core-testing/openssh/PKGBUILD
+++ b/abs/core-testing/openssh/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: judd <jvinet@zeroflux.org>
pkgname=openssh
-pkgver=5.1p1
-pkgrel=5
+pkgver=5.5p1
+pkgrel=1
#_gsskexver=20080404
pkgdesc='A Secure SHell server/client'
arch=(i686 x86_64)
@@ -15,11 +15,6 @@ depends=('openssl>=0.9.8g' 'zlib' 'pam' 'tcp_wrappers' 'heimdal>=1.2-1')
source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$pkgver.tar.gz
sshd sshd.confd sshd.pam sshd.patch)
#http://www.sxw.org.uk/computing/patches/$pkgname-$pkgver-gsskex-$_gsskexver.patch
-md5sums=('03f2d0c1b5ec60d4ac9997a146d2faec'
- 'd9ee5e0a0d143689b3d6f11454a2a892'
- 'e2cea70ac13af7e63d40eb04415eacd5'
- '1c7c2ea8734ec7e3ca58d820634dc73a'
- 'ea43aad77b405518aaadad172e0f91eb')
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -65,3 +60,8 @@ build() {
-e 's|^# Host \*|Host *|g' \
$startdir/pkg/etc/ssh/ssh_config
}
+md5sums=('88633408f4cb1eb11ec7e2ec58b519eb'
+ 'd9ee5e0a0d143689b3d6f11454a2a892'
+ 'e2cea70ac13af7e63d40eb04415eacd5'
+ '1c7c2ea8734ec7e3ca58d820634dc73a'
+ 'ea43aad77b405518aaadad172e0f91eb')
diff --git a/abs/core-testing/pciutils/PKGBUILD b/abs/core-testing/pciutils/PKGBUILD
index d206022..838f800 100644
--- a/abs/core-testing/pciutils/PKGBUILD
+++ b/abs/core-testing/pciutils/PKGBUILD
@@ -1,8 +1,8 @@
# $Id: PKGBUILD 7903 2008-08-05 06:38:41Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=pciutils
-pkgver=3.0.0
-pkgrel=12
+pkgver=3.1.5
+pkgrel=1
pkgdesc="PCI bus configuration space access library and tools"
arch=(i686 x86_64)
license=('GPL2')
@@ -26,4 +26,4 @@ build() {
install -D -m 644 lib/${i} ${startdir}/pkg/usr/include/pci/${i}
done
}
-md5sums=('85b5dae042217cf11bca10d52210a78d')
+md5sums=('7ccf8ae2353033158652bdca4e4aad0a')
diff --git a/abs/core-testing/perl_modules/perl-fcgi/PKGBUILD b/abs/core-testing/perl_modules/perl-fcgi/PKGBUILD
index 73b9ef1..3a97d1e 100644
--- a/abs/core-testing/perl_modules/perl-fcgi/PKGBUILD
+++ b/abs/core-testing/perl_modules/perl-fcgi/PKGBUILD
@@ -2,16 +2,15 @@
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-fcgi
-pkgver=0.67
-pkgrel=4
+pkgver=0.71
+pkgrel=1
pkgdesc="Fast CGI"
arch=('i686' 'x86_64')
url="http://search.cpan.org/~SKIMO/FCGI"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')
options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SK/SKIMO/FCGI-$pkgver.tar.gz)
-md5sums=('2e9b5bd1f74290fd9788555e8108a3d2')
+source=(http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-$pkgver.tar.gz)
build() {
cd $startdir/src/FCGI-$pkgver
@@ -21,3 +20,4 @@ build() {
find $startdir/pkg -name '.packlist' -delete
find $startdir/pkg -name '*.pod' -delete
}
+md5sums=('26bc4ea53ccc9c9c16695e88e46a1cfb')
diff --git a/abs/core-testing/rsync/PKGBUILD b/abs/core-testing/rsync/PKGBUILD
index d9f2968..23fb9d0 100644
--- a/abs/core-testing/rsync/PKGBUILD
+++ b/abs/core-testing/rsync/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=rsync
-pkgver=3.0.4
-pkgrel=2
+pkgver=3.0.7
+pkgrel=1
pkgdesc="A file transfer program to keep remote files in sync"
arch=('i686' 'x86_64')
url="http://samba.anu.edu.au/rsync/"
@@ -9,12 +9,6 @@ depends=('acl')
backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
source=(http://rsync.samba.org/ftp/rsync/${pkgname}-${pkgver}.tar.gz \
rsyncd.conf rsyncd rsync.xinetd)
-md5sums=('2b2d159c9bd1b5f8adfd8b13da3a1f3f' '4395c0591638349b1a7aeaaa4da1f03a'\
- '9de4d03d49f4b5c73ffd67d452716a49' 'ea3e9277dc908bc51f9eddc0f6b935c1')
-sha1sums=('e89ed8d84fe0b6740208ba8183ee1dbc220ba5e5'
- '48be09294134dfed888818872fe552a59c29147a'
- 'ebec275bbd0c11692c91dc59368349601bd9eaf4'
- 'fdb99785bc87ee13d77aa90dc1804f3f75dd7fc1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -27,3 +21,7 @@ build() {
install -D -m 644 ../rsyncd.conf ${pkgdir}/etc/rsyncd.conf || return 1
install -D -m 644 ../rsync.xinetd ${pkgdir}/etc/xinetd.d/rsync || return 1
}
+md5sums=('b53525900817cf1ba7ad3a516ab5bfe9'
+ '4395c0591638349b1a7aeaaa4da1f03a'
+ '9de4d03d49f4b5c73ffd67d452716a49'
+ 'ea3e9277dc908bc51f9eddc0f6b935c1')
diff --git a/abs/core-testing/rsync/__changelog b/abs/core-testing/rsync/__changelog
new file mode 100644
index 0000000..e07c296
--- /dev/null
+++ b/abs/core-testing/rsync/__changelog
@@ -0,0 +1 @@
+update to 3.0.7
diff --git a/abs/core-testing/sdparm/PKGBUILD b/abs/core-testing/sdparm/PKGBUILD
index d6b7155..e0019e1 100644
--- a/abs/core-testing/sdparm/PKGBUILD
+++ b/abs/core-testing/sdparm/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: grimi@poczta.fm
pkgname=sdparm
-pkgver=1.02
-pkgrel=2
+pkgver=1.05
+pkgrel=1
pkgdesc="An utility similar to hdparm but for SCSI devices"
arch=('i686' 'x86_64')
-url="http://sg.torque.net/sg/sdparm.html"
+url="http://sg.danny.cz/sg/sdparm.html"
groups=('base')
license=('BSD')
depends=('glibc')
-source=("http://sg.torque.net/sg/p/$pkgname-$pkgver.tgz")
+source=("http://sg.danny.cz/sg/p/$pkgname-$pkgver.tgz")
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -20,3 +20,4 @@ build() {
make DESTDIR=$startdir/pkg install || return 1
install -Dm644 COPYING $startdir/pkg/usr/share/licenses/sdparm/COPYING
}
+md5sums=('8f42a10c5f4a826a29d6f5ccccf0c280')
diff --git a/abs/core-testing/sudo/PKGBUILD b/abs/core-testing/sudo/PKGBUILD
index 64d8acd..7226f0c 100644
--- a/abs/core-testing/sudo/PKGBUILD
+++ b/abs/core-testing/sudo/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=sudo
-pkgver=1.7.0
-pkgrel=3
+pkgver=1.7.3
+pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root"
arch=(i686 x86_64)
url="http://www.sudo.ws/sudo/"
@@ -25,3 +25,5 @@ build() {
install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/sudo/LICENSE \
|| return 1
}
+md5sums=('c22115b47cb2591bceedb914b673f031'
+ '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
diff --git a/abs/core-testing/tar/PKGBUILD b/abs/core-testing/tar/PKGBUILD
index 2a0c87c..9c16ddf 100644
--- a/abs/core-testing/tar/PKGBUILD
+++ b/abs/core-testing/tar/PKGBUILD
@@ -1,8 +1,8 @@
# $Id: PKGBUILD 1082 2008-04-29 16:11:13Z andyrtr $
# Maintainer: judd <jvinet@zeroflux.org>
pkgname=tar
-pkgver=1.20
-pkgrel=13
+pkgver=1.23
+pkgrel=1
pkgdesc="Utility used to store, backup, and transport files"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -10,8 +10,6 @@ groups=('base')
url="http://www.gnu.org/software/tar/tar.html"
depends=('glibc' 'bash')
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2 tar.1)
-md5sums=('1a7e17f27abf583b3b0bc059a827e68b'
- 'a5f8c5da7a9465ea1978145f3ef0610c')
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -20,3 +18,5 @@ build() {
make DESTDIR=$startdir/pkg install
install -D -m644 ../tar.1 $startdir/pkg/usr/share/man/man1/tar.1
}
+md5sums=('41e2ca4b924ec7860e51b43ad06cdb7e'
+ 'a5f8c5da7a9465ea1978145f3ef0610c')
diff --git a/abs/core-testing/unzip/PKGBUILD b/abs/core-testing/unzip/PKGBUILD
index 4bcecf5..730beb9 100644
--- a/abs/core-testing/unzip/PKGBUILD
+++ b/abs/core-testing/unzip/PKGBUILD
@@ -2,33 +2,19 @@
# Maintainer: Dan McGee <dan@archlinux.org>
pkgname=unzip
-pkgver=5.52
-pkgrel=4
+pkgver=6.00
+_pkgver=60
+pkgrel=1
pkgdesc="Unpacks .zip archives such as those made by PKZIP"
arch=('i686' 'x86_64')
url="http://www.info-zip.org/"
license=('custom')
depends=('glibc')
-source=(http://downloads.sourceforge.net/infozip/unzip552.tar.gz
- unzip-5.5.2-CVE-2008-0888.patch
- unzip-5.50-alt-iconv-v1.2-utf8.patch
- unzip542-size-64bit.patch)
-md5sums=('9d23919999d6eac9217d1f41472034a9'
- '2de357c2ba84576f38b17aed87915c87'
- 'a4797a1f6e45385f5e021f9f6f2ec0fa'
- '83c7e79de9618bf7d081dd639dd3dde1')
+source=(http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz)
build() {
- cd $startdir/src/$pkgname-$pkgver
-
- # http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0888
- patch -Np0 -i ../unzip-5.5.2-CVE-2008-0888.patch || return 1
+ cd $startdir/src/${pkgname}${_pkgver}
- # FS#8383
- patch -Np1 -i ../unzip-5.50-alt-iconv-v1.2-utf8.patch || return 1
-
- [ "$CARCH" == "x86_64" ] && (patch -Np0 -i ../unzip542-size-64bit.patch || return 1)
-
export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"
if [ "${CARCH}" = "i686" ]; then
make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr linux || return 1
@@ -39,3 +25,8 @@ build() {
install -Dm644 LICENSE $startdir/pkg/usr/share/licenses/unzip/LICENSE
}
+md5sums=('62b490407489521db863b523a7f86375'
+ '2de357c2ba84576f38b17aed87915c87'
+ 'a4797a1f6e45385f5e021f9f6f2ec0fa'
+ '83c7e79de9618bf7d081dd639dd3dde1')
+md5sums=('62b490407489521db863b523a7f86375')
diff --git a/abs/extra-testing/libmms/PKGBUILD b/abs/extra-testing/libmms/PKGBUILD
index 81c7474..230b082 100644
--- a/abs/extra-testing/libmms/PKGBUILD
+++ b/abs/extra-testing/libmms/PKGBUILD
@@ -2,7 +2,7 @@
#Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libmms
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="MMS stream protocol library"
arch=(i686 x86_64)
@@ -11,7 +11,6 @@ license=(LGPL)
depends=('glib2>=2.16.4')
options=('!libtool')
source=(http://launchpad.net/libmms/trunk/${pkgver}/+download/libmms-${pkgver}.tar.gz)
-md5sums=('4a681a815186fe26bb1b02ccea57fb75')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
@@ -19,3 +18,4 @@ build() {
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
}
+md5sums=('cf83053ec891f14e73a04c84d9de08ee')