libmicrohttpd: updated to version 1.0.1

This commit is contained in:
Matt Housh 2024-02-28 10:11:41 -06:00
parent 74a9ceaa67
commit c8910f1411
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
3 changed files with 14 additions and 14 deletions

View File

@ -3,9 +3,9 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/microhttpd.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libmicrohttpd.la
lrwxrwxrwx root/root usr/lib/libmicrohttpd.so -> libmicrohttpd.so.12.62.0
lrwxrwxrwx root/root usr/lib/libmicrohttpd.so.12 -> libmicrohttpd.so.12.62.0
-rwxr-xr-x root/root usr/lib/libmicrohttpd.so.12.62.0
lrwxrwxrwx root/root usr/lib/libmicrohttpd.so -> libmicrohttpd.so.12.62.1
lrwxrwxrwx root/root usr/lib/libmicrohttpd.so.12 -> libmicrohttpd.so.12.62.1
-rwxr-xr-x root/root usr/lib/libmicrohttpd.so.12.62.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libmicrohttpd.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/HVq0ek4qsqGuHfFU3WNs5F8j1PT3J0L7gYomp0XA6ZP3z3IBbEA+u5CvxfkegX80KPzU2wgv5yLBTU8IU5/gQ=
SHA256 (Pkgfile) = cde9bd3b7bf0f91c489f013578ff3456ebe84e6ffd4cdedb5ccc3635fcacf46a
SHA256 (.footprint) = 2996f754ad68e3c5f19aed8c37b610db8a316444dd81579ee403b0d4406459ec
SHA256 (libmicrohttpd-1.0.0.tar.gz) = a02792d3cd1520e2ecfed9df642079d44a36ed87167442b28d7ed19e906e3e96
RWSagIOpLGJF3zk7x218n3yo8Sw20zWQpgJwPWNzQFSGR7JC5mhtHybsAYAKk4Tu8jz9dCm/dqKtEKyrSw3QoJ2eydv15hxN7wA=
SHA256 (Pkgfile) = a24fc44a655eb83249c5e8433ecba8034f9d47908194df7f91241a584e1227cb
SHA256 (.footprint) = 167a72b5948f37b73cf836d49ddd997b0a86d18d0c44eac9ee0e723505eda83c
SHA256 (libmicrohttpd-1.0.1.tar.gz) = a89e09fc9b4de34dde19f4fcb4faaa1ce10299b9908db1132bbfa1de47882b94

View File

@ -3,15 +3,15 @@
# Maintainer: Matt Housh, jaeger at crux dot ninja
name=libmicrohttpd
version=1.0.0
version=1.0.1
release=1
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info
}