libsigsegv: update to 2.13

This commit is contained in:
Juergen Daubert 2021-01-20 12:15:06 +01:00
parent fb10aabe43
commit b4706f17f5
3 changed files with 14 additions and 14 deletions

View File

@ -4,6 +4,6 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libsigsegv.a
-rwxr-xr-x root/root usr/lib/libsigsegv.la
lrwxrwxrwx root/root usr/lib/libsigsegv.so -> libsigsegv.so.2.0.5
lrwxrwxrwx root/root usr/lib/libsigsegv.so.2 -> libsigsegv.so.2.0.5
-rwxr-xr-x root/root usr/lib/libsigsegv.so.2.0.5
lrwxrwxrwx root/root usr/lib/libsigsegv.so -> libsigsegv.so.2.0.6
lrwxrwxrwx root/root usr/lib/libsigsegv.so.2 -> libsigsegv.so.2.0.6
-rwxr-xr-x root/root usr/lib/libsigsegv.so.2.0.6

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YLgGFGCQLVqFXbzzyYDJH2MJ8recs9wNckXmspwnyQeWrdjDafSMB2qtwIY5g9sHIKHJfos6lQCLmuVgE4WVQM=
SHA256 (Pkgfile) = 6d926fa3ad21ec45f87cc38102537580baa629355b2216f51b3d39287dd1cddc
SHA256 (.footprint) = a18449327294402bf01a678945340f34b94af0002b8cfbabbd37cb4a99337a81
SHA256 (libsigsegv-2.12.tar.gz) = 3ae1af359eebaa4ffc5896a1aee3568c052c99879316a1ab57f8fe1789c390b6
RWSE3ohX2g5d/ekIXgumw+mG9jt3WlNAuNLwRdy4vGu4ooA53l0InZMO4XqwsIue8eQ3PPpg3nauNESLuHChIZLjJ0b4DDKcyQY=
SHA256 (Pkgfile) = ceb69f5cc0b56938a2722759f0588e459814bc466a950fe3f58bad93ebc37d14
SHA256 (.footprint) = faf41ba698e8b968bb025c24f384717bf2d734b2ad7037eae095825962239a3c
SHA256 (libsigsegv-2.13.tar.gz) = be78ee4176b05f7c75ff03298d84874db90f4b6c9d5503f0da1226b3a3c48119

View File

@ -3,17 +3,17 @@
# Maintainer: Thomas Penteker, tek at serverop dot de
name=libsigsegv
version=2.12
version=2.13
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
cd $name-$version
./configure \
--prefix=/usr \
--enable-shared
./configure \
--prefix=/usr \
--enable-shared
make
make install DESTDIR=$PKG
make
make install DESTDIR=$PKG
}