mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
aur updates
This commit is contained in:
parent
7d8449985c
commit
5058144859
5 changed files with 17 additions and 25 deletions
|
@ -1,12 +1,13 @@
|
|||
# Maintainer: Bartlomiej Piotrowski <nospam@bpiotrowski.pl>
|
||||
# Maintainer: Simon Perry <aur [at] sanxion [dot] net>
|
||||
# Contributor: Bartlomiej Piotrowski <nospam@bpiotrowski.pl>
|
||||
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
|
||||
# Contributor: Jeremy Cowgar <jeremy@cowgar.com>
|
||||
# Contributor: Simon Perry <aur [at] sanxion [dot] net>
|
||||
|
||||
pkgname=dropbear
|
||||
pkgver=2012.55
|
||||
pkgrel=2
|
||||
pkgver=2013.56
|
||||
pkgrel=1
|
||||
pkgdesc="Lightweight replacement for sshd"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://matt.ucc.asn.au/dropbear/dropbear.html"
|
||||
|
@ -14,7 +15,7 @@ license=('MIT')
|
|||
depends=('zlib')
|
||||
source=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
|
||||
$pkgname.service)
|
||||
sha256sums=('04982af2a10b220fa940f9f72f276d612c9bb643cfbb5ee1416e5a0f00de9b0f'
|
||||
sha256sums=('bd01d5759948d78dfac7a929f11119f1174c03e1a09fa7fd197f9e9649f27251'
|
||||
'f0158ba3c98e9b26ca0ef1f5a1047d72677ba5011f2e2d2014a12e48c2af09bf')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
# the TCP port that Dropbear listens on
|
||||
DROPBEAR_PORT="127.0.0.1:22" # Default to local-only.
|
||||
|
||||
# any additional arguments for Dropbear
|
||||
DROPBEAR_EXTRA_ARGS="-w" # Default to no-root logins.
|
||||
|
||||
# specify an optional banner file containing a message to be
|
||||
# sent to clients before they connect, such as "/etc/issue.net"
|
||||
DROPBEAR_BANNER=""
|
||||
|
||||
# RSA hostkey file (default: /etc/dropbear/dropbear_rsa_host_key)
|
||||
#DROPBEAR_RSAKEY="/etc/dropbear/dropbear_rsa_host_key"
|
||||
|
||||
# DSS hostkey file (default: /etc/dropbear/dropbear_dss_host_key)
|
||||
DROPBEAR_DSSKEY="/etc/dropbear/dropbear_dss_host_key"
|
|
@ -5,13 +5,13 @@
|
|||
# Contributor: Farhan Yousaf <farhany at xaviya dot com>
|
||||
|
||||
pkgname=netatalk
|
||||
pkgver=3.0.2
|
||||
pkgver=3.0.3
|
||||
pkgrel=1
|
||||
pkgdesc='A kernel-level implementation of AFP services'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://netatalk.sourceforge.net'
|
||||
license=('GPL')
|
||||
depends=('avahi>=0.6' 'libldap' 'libgcrypt>=1.2.3' 'libevent')
|
||||
depends=('avahi>=0.6' 'libldap' 'libgcrypt>=1.2.3' 'libevent' 'python')
|
||||
replaces=('netatalk-git' 'netatalk2')
|
||||
backup=('etc/afp.conf'
|
||||
'etc/extmap.conf')
|
||||
|
@ -19,13 +19,12 @@ options=('!libtool')
|
|||
install=$pkgname.install
|
||||
changelog=$pkgname.changelog
|
||||
source=(http://iweb.dl.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('b5f1c2c4b3a5e64f5bca219415aa1c75')
|
||||
md5sums=('0a6f3acefd27ad63d2cde6ae4702e1b4')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
msg2 'Fixing...'
|
||||
sed -i -e 's:AC_CONFIG_SUBDIRS:#AC_CONFIG_SUBDIRS:' -e 's/x"linux/x"generic/' macros/netatalk.m4
|
||||
sed -i 's:/lib:/usr/lib:' distrib/initscripts/Makefile.{am,in}
|
||||
sed -i -e 's:"/lib/systemd:"/usr/lib/systemd:' -e 's/x"linux/x"generic/' macros/netatalk.m4
|
||||
sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' {configure.ac,libevent/configure.in}
|
||||
cp /usr/share/automake*/missing .
|
||||
autoreconf -i >/dev/null
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2013-03-27 SJ_UnderWater
|
||||
|
||||
* 3.0.3-1:
|
||||
package update
|
||||
minor fixes
|
||||
python dependency
|
||||
|
||||
2013-01-27 SJ_UnderWater
|
||||
|
||||
* 3.0.2-1:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
pkgname=python2-rtslib
|
||||
pkgver=2.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
epoch=
|
||||
pkgdesc="RisingTide Systems generic SCSI target API in python"
|
||||
arch=('any')
|
||||
|
|
Loading…
Reference in a new issue