libretls: update to 3.7.0

This commit is contained in:
John McQuah 2023-02-10 20:40:47 -05:00
parent 75a9cc707d
commit 547f9450c3
5 changed files with 18 additions and 13 deletions

8
REPO
View File

@ -74,9 +74,9 @@ f:052df1e3967afbb4ca4ce719c5befe37:python3-xlrd/.footprint
f:ddc55abf281ca1e7a56cc3d1109b26ad:catgirl/.signature
f:c7d8eb74f7abf04c5d8d069e7cf34065:catgirl/Pkgfile
f:ec564d739d79a41ad25008895f3e3716:catgirl/.footprint
f:55f57a73bdb2bacc17caf2a3d1afecf2:libretls/.signature
f:f83fb0aeb2c3843f15b20e78c711548b:libretls/Pkgfile
f:d78e726e2bd69c7b4d4fa5e489ee33e1:libretls/.footprint
f:01053a3cd2123a001ecdcef4ee186242:libretls/.signature
f:ecdce2f4ed8334deec3975c9bf3f493c:libretls/Pkgfile
f:95baaf00be09cf38f6ff62f52a32742a:libretls/.footprint
f:156ee36fa10941267d2dfcf570c3e520:python3-agate-dbf/.signature
f:93fb5983c07e78691f29bb4f79976798:python3-agate-dbf/Pkgfile
f:64f65d73f9ddfd4cd4f2eb732a8c6e56:python3-agate-dbf/.footprint
@ -227,7 +227,7 @@ f:64b48506b3ef1a7c58337f0b87713209:nyxt/vi-keybindings.patch
f:627ed74e27650ad8b5f860f26a174def:nyxt/post-install
f:14939f96e46c944517e852715fab84a3:nyxt/.footprint
f:b165fad3f65181fe1ee17f983a6b9801:prboom-plus/.signature
f:1c9e166cbfee29d63cce81f7a3bef3dd:prboom-plus/Pkgfile
f:69e19dc9066e9fd20154f61203b513bf:prboom-plus/Pkgfile
f:9fcabeb1ea44a9ccf5cdb840775c01e1:prboom-plus/.footprint
f:3c10eee98993eacd4b9dbfb71ead933d:python3-openpyxl/.signature
f:f2e64f1e95a39a0238fc0c973998a5cb:python3-openpyxl/Pkgfile

View File

@ -3,9 +3,9 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/tls.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libtls.a
lrwxrwxrwx root/root usr/lib/libtls.so -> libtls.so.24.0.1
lrwxrwxrwx root/root usr/lib/libtls.so.24 -> libtls.so.24.0.1
-rwxr-xr-x root/root usr/lib/libtls.so.24.0.1
lrwxrwxrwx root/root usr/lib/libtls.so -> libtls.so.26.0.1
lrwxrwxrwx root/root usr/lib/libtls.so.26 -> libtls.so.26.0.1
-rwxr-xr-x root/root usr/lib/libtls.so.26.0.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libtls.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxCDN6n2YIv9Q/rPdrpcMk2wuaHpV4SadPZUDFqVxhssd4tovYmx0FgsQ5bozQRPccw6t5AtgVyIr0lgS/uWN0Q8=
SHA256 (Pkgfile) = 46930e5ea556e6e55fc09e709073d655c2bbac4832b74df91654823c05bf23fc
SHA256 (.footprint) = 6a88c00d5ab4313f415f85afb4e31e31ba49e0314dbf12c0c50b9cb8445390ed
SHA256 (libretls-3.5.1.tar.gz) = 061534d64f711e7c58ba3ab6ca66d2275f4d01e7fca5499cefaaeb45d5e7f4c3
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3//dkBSvBsF1/Hv520WgMv93Zw2vShl3b77K/2DLt2qOh4wtMptStkYZ6PVSFNhbLhwfDRl3+d8omDTNQOxIWw8=
SHA256 (Pkgfile) = eeabc49c9bc23d8e6c2b63674ad192167c771b074af2afed9dfe74cf8f1f5cf6
SHA256 (.footprint) = b62818a93417f489db29eb96764b19e9b5bdde135d653abea0c39d333638587a
SHA256 (libretls-3.7.0.tar.gz) = 9aa5d3a9133932c362075259b0b17bb0c89741fa1b2535136df2ded7a0c13392

5
libretls/.watch Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
curl -s "https://git.causal.agency/libretls/refs/" \
| awk '/libretls\/snapshot/ {$0=gensub(/.*>libretls-(.+)\.tar.gz<.*/,"\\1",1); print;}' \
| head -n 1

View File

@ -4,7 +4,7 @@
# Depends on: openssl
name=libretls
version=3.5.1
version=3.7.0
release=1
source=("https://causal.agency/$name/$name-$version.tar.gz")