nbd: 3.15.2 -> 3.15.3
This commit is contained in:
parent
0689ffba3c
commit
549930f068
@ -7,14 +7,15 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/nbd-server
|
||||
-rwxr-xr-x root/root usr/bin/nbd-trdump
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/nbd-server.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/nbd-trdump.1.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/nbd-server.5.gz
|
||||
-rw-r--r-- root/root usr/man/man5/nbdtab.5.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/nbd-client.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/nbd-client
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/nbd-server.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/nbd-trdump.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/nbd-server.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/nbdtab.5.gz
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/nbd-client.8.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
ad396c78ed08bf536d8e8824bdf0ce1e allow
|
||||
f52a4ef8979d81e6c15a745236582fdf nbd-3.15.2.tar.xz
|
||||
c2d088df6d0d2b487d7aa6f4f138de89 nbd-3.15.3.tar.xz
|
||||
77436b3003eb851b14061cac93ab1d29 nbd-server
|
||||
|
@ -1,7 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF39cIadqh3QzJMKW+AgJ9HnwVHHaILeb4f06YKzkzSNfWlYk359HOhwoCrfh5tqSrtOZ80eCaxvDU++QyMZR+cQc=
|
||||
SHA256 (Pkgfile) = 1e549660fe91175dc352463313242b2c76857609fdf6eb4878f439b3f74d38f2
|
||||
SHA256 (.footprint) = 34acaac6685894a2a3cae514a6c4bbc6335923d2957b07991e6d0f7fc25e414a
|
||||
RWSagIOpLGJF3x+5f4BJD4O+UOFn5XgeA6BfGQCxq7UZMBEqY7oGdryfh8mM7ek9BDIJ+8pdD1r3gOYEVFe/wo2oalACCRFCogw=
|
||||
SHA256 (Pkgfile) = 2b100e8390bfccb75ccf4c906709c76ef8292c25ab09f1af4a2542f2096bb480
|
||||
SHA256 (.footprint) = 0e88e67180016a37294122c520245f8f6808a62dfc9ae5a4408bb8e9f2502e6b
|
||||
SHA256 (nbd-server) = 1333ace24f4a52a649f9edcc0dab752bb214013f3be14a09dc75fd7e097abc18
|
||||
SHA256 (allow) = 4a1342ede63a9f3f22fb5af4e79aac5ea29876f6f7252ec5ffe17dea9c06c5e4
|
||||
SHA256 (nbd-3.15.2.tar.xz) = cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344
|
||||
SHA256 (nbd-3.15.3.tar.xz) = 6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056
|
||||
|
@ -3,18 +3,20 @@
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
|
||||
name=nbd
|
||||
version=3.15.2
|
||||
version=3.15.3
|
||||
release=1
|
||||
source=(nbd-server allow \
|
||||
http://downloads.sourceforge.net/project/nbd/nbd/$version/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -d $PKG/etc/nbd-server
|
||||
install -D -m 600 $SRC/allow $PKG/etc/nbd-server/allow
|
||||
install -D -m 755 $SRC/nbd-server $PKG/etc/rc.d/nbd-server
|
||||
|
Loading…
x
Reference in New Issue
Block a user