diff options
author | Tim Biermann <tbier@posteo.de> | 2020-05-25 22:22:56 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-05-25 23:06:44 +0000 |
commit | 44e1f42cace9d52d71926ee87d8957224b98800a (patch) | |
tree | 621faddfae0b39e69ca9342935c9e1df22cb9552 /libiscsi | |
parent | 0a49df1b2e08ea92db858d6b317ba854856ac343 (diff) | |
download | contrib-44e1f42cace9d52d71926ee87d8957224b98800a.tar.gz contrib-44e1f42cace9d52d71926ee87d8957224b98800a.tar.xz |
libiscsi: 1.18.0 -> 1.19.0
Diffstat (limited to 'libiscsi')
-rw-r--r-- | libiscsi/.footprint | 6 | ||||
-rw-r--r-- | libiscsi/.signature | 8 | ||||
-rw-r--r-- | libiscsi/Pkgfile | 9 |
3 files changed, 11 insertions, 12 deletions
diff --git a/libiscsi/.footprint b/libiscsi/.footprint index dc6607432..3cde60074 100644 --- a/libiscsi/.footprint +++ b/libiscsi/.footprint @@ -13,9 +13,9 @@ drwxr-xr-x root/root usr/include/iscsi/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libiscsi.a -rwxr-xr-x root/root usr/lib/libiscsi.la -lrwxrwxrwx root/root usr/lib/libiscsi.so -> libiscsi.so.8.0.0 -lrwxrwxrwx root/root usr/lib/libiscsi.so.8 -> libiscsi.so.8.0.0 --rwxr-xr-x root/root usr/lib/libiscsi.so.8.0.0 +lrwxrwxrwx root/root usr/lib/libiscsi.so -> libiscsi.so.9.0.0 +lrwxrwxrwx root/root usr/lib/libiscsi.so.9 -> libiscsi.so.9.0.0 +-rwxr-xr-x root/root usr/lib/libiscsi.so.9.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libiscsi.pc drwxr-xr-x root/root usr/share/ diff --git a/libiscsi/.signature b/libiscsi/.signature index 95334f825..625b05c74 100644 --- a/libiscsi/.signature +++ b/libiscsi/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wfMZEgmuyCchFCPWyJ3EGt3Cu5GeYoIYrY+9o7ZUf2jeqYbrdnyq/ZP0p9llztNUUz2ARSm1RJvc0B22zLnUA0= -SHA256 (Pkgfile) = 93b580f54f03d92284ea8f17ea3e15bdf22cf27326abe611b55eb42d24ccee15 -SHA256 (.footprint) = a3751a376e25dd58969e0323c2871a0da5ae9ad8de41701da6d9c64c3ffbaac7 -SHA256 (libiscsi-1.18.0.tar.gz) = 464d104e12533dc11f0dd7662cbc2f01c132f94aa4f5bd519e3413ef485830e8 +RWSagIOpLGJF326Kx94vh+hCfQ/BiETeXs+B2rq9SaUAsQoYY7OwfK5G6NakEt0zhR1Rx4P76oV6+GkjEKX+fan612JETJbmgwI= +SHA256 (Pkgfile) = 295f7405e5c8a8819bcc45086efe4b2c066f6d4c73e788003d317a0df36c5fe0 +SHA256 (.footprint) = 9f9058652e9bc83c2e3e7861fc79bcde4f09e2b70e37048bde8e74862c53d8f8 +SHA256 (libiscsi-1.19.0.tar.gz) = c7848ac722c8361d5064654bc6e926c2be61ef11dd3875020a63931836d806df diff --git a/libiscsi/Pkgfile b/libiscsi/Pkgfile index 0d9341d1c..91aead9ad 100644 --- a/libiscsi/Pkgfile +++ b/libiscsi/Pkgfile @@ -1,20 +1,19 @@ # Description: library for iscsi clients # URL: https://github.com/sahlberg/libiscsi -# Maintainer: Thomas Penteker, tek at serverop dot de +# Maintainer: Thomas Penteker, tek at serverop dot de name=libiscsi -version=1.18.0 +version=1.19.0 release=1 source=(https://github.com/sahlberg/libiscsi/archive/$version/$name-$version.tar.gz) build() { - cd $name-$version ./autogen.sh - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --disable-werror make make DESTDIR=$PKG install - } |