Skip to content

Commit

Permalink
gnutls: 3.8.2 -> 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jan 17, 2024
1 parent 39f8d13 commit c5dc018
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions gnutls/.footprint
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ drwxr-xr-x root/root usr/include/gnutls/
-rw-r--r-- root/root usr/include/gnutls/x509.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libgnutls.la
lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.30.37.0
lrwxrwxrwx root/root usr/lib/libgnutls.so.30 -> libgnutls.so.30.37.0
-rwxr-xr-x root/root usr/lib/libgnutls.so.30.37.0
lrwxrwxrwx root/root usr/lib/libgnutls.so -> libgnutls.so.30.37.1
lrwxrwxrwx root/root usr/lib/libgnutls.so.30 -> libgnutls.so.30.37.1
-rwxr-xr-x root/root usr/lib/libgnutls.so.30.37.1
-rwxr-xr-x root/root usr/lib/libgnutlsxx.la
lrwxrwxrwx root/root usr/lib/libgnutlsxx.so -> libgnutlsxx.so.30.0.0
lrwxrwxrwx root/root usr/lib/libgnutlsxx.so.30 -> libgnutlsxx.so.30.0.0
Expand Down
2 changes: 1 addition & 1 deletion gnutls/.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8edaa18bce2a5e7a48d8917352a2ba88 gnutls-3.8.2.tar.xz
269966167fa5bf8bae5f7534bcc3c454 gnutls-3.8.3.tar.xz
14 changes: 9 additions & 5 deletions gnutls/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,25 @@
# Depends on: libidn2 nettle p11-kit zstd

name=gnutls
version=3.8.2
version=3.8.3
release=1
source=https://www.gnupg.org/ftp/gcrypt/$name/v${version%.*}/$name-$version.tar.xz

build() {
export CFLAGS="$CFLAGS -Wno-missing-include-dirs"

mkdir build; cd build

export CFLAGS="$CFLAGS -Wno-missing-include-dirs"
# --disable-doc && --enable-manpages is broken; so, configure
# with docs and manpages support and remove docs manually in
# the end
../$name-$version/configure \
--prefix=/usr \
--disable-tests \
--disable-bash-tests \
--disable-full-test-suite \
--disable-guile \
--disable-nls \
--disable-tests \
--disable-valgrind-tests \
--with-default-trust-store-pkcs11="pkcs11:" \
--without-tpm \

Expand All @@ -27,5 +31,5 @@ build() {
make DESTDIR=$PKG install

# remove junk
rm -r $PKG/usr/share/doc $PKG/usr/share/info
rm -r $PKG/usr/share/info $PKG/usr/share/doc
}

0 comments on commit c5dc018

Please sign in to comment.