Skip to content

Commit

Permalink
gnutls: Update version from 3.7.10 to 3.8.5
Browse files Browse the repository at this point in the history
> Drop guile bindings.  See <https://gitlab.com/gnutls/guile/>.

-rwxr-xr-x 1 root root   322080 Aug 24  2023 /usr/lib/libgnutls-dane.so.0.4.1
-rwxr-xr-x 1 root root 11126976 Aug 24  2023 /usr/lib/libgnutls.so.30.34.4
-rwxr-xr-x 1 root root   241384 Aug 24  2023 /usr/lib/libgnutlsxx.so.30.0.0

-rwxr-xr-x root/root    284320 2024-04-09 08:56 /usr/lib/libgnutls-dane.so.0.4.1
-rwxr-xr-x root/root    221024 2024-04-09 08:56 /usr/lib/libgnutlsxx.so.30.0.0
-rwxr-xr-x root/root   8872048 2024-04-09 08:56 /usr/lib/libgnutls.so.30.39.0
  • Loading branch information
pmenzel committed Apr 9, 2024
1 parent 8f23320 commit 684c395
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions gnutls.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION gnutls-3.7.10-0
# BEE_VERSION gnutls-3.8.5-0

# more info: https://gnutls.org/

#SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.10.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/b049e76a9714698a35f8c4a6d59747b9/gnutls-3.7.10.tar.xz"
#SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.5.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/74b468201ef7e9035f78d44c3f0906c4/gnutls-3.8.5.tar.xz"

# PATCHURL+=()

Expand All @@ -23,8 +23,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/b049e76a9714698a35f8c4a6d59747b9/gnutls

mee_configure() {
bee_configure \
--with-included-libtasn1 \
--disable-guile
--with-included-libtasn1
}

#mee_build() {
Expand Down

0 comments on commit 684c395

Please sign in to comment.