summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-03-09 01:41:26 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-03-09 01:41:26 (GMT)
commite22ce5e397d913189faacafee3a85953224fbaae (patch)
treea59dde8eefcc1ba4e256e1b53a43e61d228f6baa
parentfbc9bf1fe2e307040254f8000e6c4d59580e06a0 (diff)
downloadlinhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.zip
linhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.tar.gz
linhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.tar.bz2
Add firmware for ati usb 600 tuner / Re: FS#634
Update to latest HDHR libs / Re: FS#626 Upgrade lighttpd to 1.4.26 / Re: FS#624 Fix path to sftp / Re: FS#566 Updated to the latest. Updated to the latest.
-rwxr-xr-xabs/core-testing/hauppauge-hvr-firmware/PKGBUILD10
-rwxr-xr-xabs/core-testing/hdhomerun/PKGBUILD6
-rw-r--r--abs/core-testing/lighttpd/PKGBUILD12
-rw-r--r--abs/core-testing/lighttpd/_changelog4
-rw-r--r--abs/core-testing/openssh/PKGBUILD10
-rw-r--r--abs/core-testing/openssh/sshd.patch15
-rw-r--r--abs/extra-testing/community/transmission-cli/PKGBUILD12
-rw-r--r--abs/extra-testing/mkvtoolnix/PKGBUILD4
8 files changed, 47 insertions, 26 deletions
diff --git a/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD b/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD
index ef38191..6011436 100755
--- a/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD
+++ b/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD
@@ -1,12 +1,14 @@
pkgname=hauppauge-hvr-firmware
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="firmware needed for the hvr cards"
arch=(i686 x86_64)
url=""
makedepends='unzip'
-source=("http://steventoth.net/linux/hvr1800/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip")
-
+source=("http://steventoth.net/linux/hvr1800/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip"
+ "http://steventoth.net/linux/hvr1400/xc3028L-v36.fw")
+md5sums=('7fe395c1a398f079d98e416ee7be3777'
+ '5260975b76ade7a1d37270129b6d6372')
build() {
cd $startdir || return 1
@@ -17,4 +19,6 @@ build() {
mv hcw85enc.rom v4l-cx23885-enc.fw
mv hcw85mlC.rom v4l-cx23885-avcore-01.fw
cp -rp *.fw $startdir/pkg/lib/firmware
+ cd $startdir/src/
+ cp -rp *.fw $startdir/pkg/lib/firmware
}
diff --git a/abs/core-testing/hdhomerun/PKGBUILD b/abs/core-testing/hdhomerun/PKGBUILD
index 3e1a064..51186e0 100755
--- a/abs/core-testing/hdhomerun/PKGBUILD
+++ b/abs/core-testing/hdhomerun/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hdhomerun
-pkgver=20090806
+pkgver=20100213
pkgrel=1
pkgdesc="utils and firmware needed for the hdhomerun"
arch=(i686 x86_64)
@@ -20,3 +20,7 @@ build() {
mkdir -p $startdir/pkg/lib/firmware
cp $startdir/src/*.bin $startdir/pkg/lib/firmware/
}
+md5sums=('c69f46d0a671e3d7aaacc82ad393644a'
+ '8b23724c2afb04cd909d3c1ff392d287'
+ '369be2b2c95c2c93e0f2b09fcc01edfb'
+ '9e83fbf8a74d6b8f746cc9f1414e9167')
diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD
index d0811ae..1ad9d06 100644
--- a/abs/core-testing/lighttpd/PKGBUILD
+++ b/abs/core-testing/lighttpd/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=lighttpd
-pkgver=1.4.20
-pkgrel=35
+pkgver=1.4.26
+pkgrel=1
pkgdesc='a secure, fast, compliant and very flexible web-server'
license=('custom')
arch=('i686' 'x86_64')
@@ -18,13 +18,13 @@ optdepends=('libxml2: mod_webdav' \
)
backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd' 'etc/lighttpd/auth-inc.conf')
options=('!libtool' 'emptydirs')
-source=("http://www.lighttpd.net/download/lighttpd-${pkgver}.tar.bz2" \
+source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2" \
'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf' auth-inc.conf)
-
-md5sums=('ed6ee0bb714f393219a32768d86984d8'
+md5sums=('a682c8efce47a2f4263a247ba0813c9b'
'bd690eee0d9e51857448770a151023b0'
'857e174643fd7761a2f0d8431a679f6c'
- 'db6b8b8f144125cf249e97c4b13f3f18')
+ 'f12f37fb6a239b027c2bccf2ff51512b'
+ 'c6e361131000ceec085f40b310ef4a2c')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/abs/core-testing/lighttpd/_changelog b/abs/core-testing/lighttpd/_changelog
index 439f42d..b838943 100644
--- a/abs/core-testing/lighttpd/_changelog
+++ b/abs/core-testing/lighttpd/_changelog
@@ -1,2 +1,6 @@
changed docroot to /data/srv/
modified auth to require valid user (include auth-inc.conf)
+
+# by mihanson:
+upgraded to 1.4.26 to address http://linhes.org/flyspray/index.php?do=details&task_id=624
+
diff --git a/abs/core-testing/openssh/PKGBUILD b/abs/core-testing/openssh/PKGBUILD
index ade755f..b44d3d3 100644
--- a/abs/core-testing/openssh/PKGBUILD
+++ b/abs/core-testing/openssh/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openssh
pkgver=5.1p1
-pkgrel=4
+pkgrel=5
#_gsskexver=20080404
pkgdesc='A Secure SHell server/client'
arch=(i686 x86_64)
@@ -15,9 +15,11 @@ 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'
- 'd5e6ef9fd6126f6a560e402561f5be6e')
+md5sums=('03f2d0c1b5ec60d4ac9997a146d2faec'
+ 'd9ee5e0a0d143689b3d6f11454a2a892'
+ 'e2cea70ac13af7e63d40eb04415eacd5'
+ '1c7c2ea8734ec7e3ca58d820634dc73a'
+ 'ea43aad77b405518aaadad172e0f91eb')
build() {
cd $startdir/src/$pkgname-$pkgver
diff --git a/abs/core-testing/openssh/sshd.patch b/abs/core-testing/openssh/sshd.patch
index e883a4c..f3ba392 100644
--- a/abs/core-testing/openssh/sshd.patch
+++ b/abs/core-testing/openssh/sshd.patch
@@ -1,6 +1,5 @@
-diff -ruaN openssh-5.1p1.orig/sshd_config openssh-5.1p1/sshd_config
---- openssh-5.1p1.orig/sshd_config 2008-07-02 12:35:43.000000000 +0000
-+++ openssh-5.1p1/sshd_config 2009-02-28 05:40:09.000000000 +0000
+--- openssh-5.1p1/sshd_config.org 2010-03-08 23:43:07.000000000 +0000
++++ openssh-5.1p1/sshd_config 2010-03-08 23:45:37.000000000 +0000
@@ -38,14 +38,14 @@
# Authentication:
@@ -28,7 +27,15 @@ diff -ruaN openssh-5.1p1.orig/sshd_config openssh-5.1p1/sshd_config
#X11DisplayOffset 10
#X11UseLocalhost yes
#PrintMotd yes
-@@ -117,3 +117,4 @@
+@@ -110,10 +110,11 @@
+ #Banner none
+
+ # override default of no subsystems
+-Subsystem sftp /usr/libexec/sftp-server
++Subsystem sftp /usr/lib/ssh/sftp-server
+
+ # Example of overriding settings on a per-user basis
+ #Match User anoncvs
# X11Forwarding no
# AllowTcpForwarding no
# ForceCommand cvs server
diff --git a/abs/extra-testing/community/transmission-cli/PKGBUILD b/abs/extra-testing/community/transmission-cli/PKGBUILD
index 31affc9..074af8a 100644
--- a/abs/extra-testing/community/transmission-cli/PKGBUILD
+++ b/abs/extra-testing/community/transmission-cli/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
pkgname=transmission-cli
-pkgver=1.76
+pkgver=1.91
pkgrel=1
pkgdesc="Fast, easy, and free BitTorrent client (CLI tools, daemon and web client)"
arch=('i686' 'x86_64')
@@ -19,11 +19,6 @@ source=(http://mirrors.m0k.org/transmission/files/transmission-$pkgver.tar.bz2
finish
transmission-cli.install
transmissiond.conf)
-md5sums=('ac44511ba4c203998be3079626126ede'
- 'fd5ec0a496b6833074fd125b1fb70e47'
- 'f0e4e06f7307c75ceda6ccd4e74975b5'
- 'f1a15f339515f522c5895e6f40491a46'
- 'd05567c7a4f9df9f28602d1356d5c05c')
build() {
cd "$srcdir/transmission-$pkgver"
@@ -40,3 +35,8 @@ build() {
install -D -m644 COPYING "$pkgdir/usr/share/licenses/transmission-cli/COPYING" || return 1
}
+md5sums=('2c6993300988d5aa2e3fc24a439d3633'
+ 'fd5ec0a496b6833074fd125b1fb70e47'
+ 'f0e4e06f7307c75ceda6ccd4e74975b5'
+ 'f1a15f339515f522c5895e6f40491a46'
+ 'd05567c7a4f9df9f28602d1356d5c05c')
diff --git a/abs/extra-testing/mkvtoolnix/PKGBUILD b/abs/extra-testing/mkvtoolnix/PKGBUILD
index ccf2f17..3f76a95 100644
--- a/abs/extra-testing/mkvtoolnix/PKGBUILD
+++ b/abs/extra-testing/mkvtoolnix/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: 03/08/04 <lefungus@altern.org>
pkgname=mkvtoolnix
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="Set of tools to create, edit and inspect Matroska files"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL2')
url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"
depends=('libmatroska>=0.8.1' 'flac>=1.1.4' 'libvorbis' 'wxgtk>=2.8.0.1' 'file' 'boost' 'lzo2')
source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('9441ab0b72f34cd8d5492598a65e1dd5')
+md5sums=('9bf31280cb07870771e69de0287dc769')
build() {
cd ${srcdir}/${pkgname}-${pkgver}/