Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtls: update to 3.8.1. #46001

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3529,7 +3529,7 @@ libmanette-0.2.so.0 libmanette-0.2.1_1
libfmt.so.9 fmt-9.0.0_1
libelementary-calendar.so.0 libio.elementary.calendar-4.2.3_1
libolm.so.3 olm-3.0.0_1
libtls.so.26 libtls-3.6.1_1
libtls.so.28 libtls-3.8.1_1
libxmlb.so.2 libxmlb-0.2.1_1
libvoikko.so.1 libvoikko-4.2_1
libfstrcmp.so.0 libfstrcmp-0.7.D001_1
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/catgirl/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'catgirl'
pkgname=catgirl
version=2.2
revision=1
revision=2
build_style=gnu-configure
make_build_target="all"
hostmakedepends="pkg-config"
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/libtls/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libtls'
pkgname=libtls
version=3.7.3
version=3.8.1
revision=1
create_wrksrc=yes
build_wrksrc="libressl-${version}"
Expand All @@ -14,7 +14,7 @@
homepage="http://www.libressl.org/"
changelog="https://raw.githubusercontent.com/libressl/portable/master/ChangeLog"
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz"
checksum=7948c856a90c825bd7268b6f85674a8dcd254bae42e221781b24e3f8dc335db3
checksum=c29bd6d9522746773cb9e4126d5a9a2c35ea5505f6fd49b679173f2b46e57372
_lssl_asm_ver="1.2.0"
replaces="libtls20>0"
patch_args="-Np1 --directory=${build_wrksrc}"
Expand All @@ -22,7 +22,7 @@
build_options="asm"
desc_option_asm="Use platform assembly for faster crypto"

build_options_default=""

Check failure on line 25 in srcpkgs/libtls/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

variable set to empty string: build_options_default=""

if [ "$build_option_asm" ]; then
distfiles+=" https://github.com/q66/libressl-portable-asm/archive/v${_lssl_asm_ver}.tar.gz"
Expand Down Expand Up @@ -75,7 +75,7 @@
nc:nc:/usr/bin/libressl-nc
nc:nc.1:/usr/share/man/man1/libressl-nc.1"
pkg_install() {
vbin apps/nc/.libs/nc libressl-nc
vbin apps/nc/nc libressl-nc
vman apps/nc/nc.1 libressl-nc.1
}
}
2 changes: 1 addition & 1 deletion srcpkgs/litterbox/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'litterbox'
pkgname=litterbox
version=1.9
revision=1
revision=2
build_style=gnu-configure
make_build_target="all"
hostmakedepends="pkg-config"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/openntpd/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'openntpd'
pkgname=openntpd
version=6.8p1
revision=5
revision=6
build_style=gnu-configure
configure_args="--with-privsep-user=openntpd --with-cacert=/etc/ssl/certs.pem"
hostmakedepends="automake libtool"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/pounce/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'pounce'
pkgname=pounce
version=3.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-notify --enable-palaver"
make_build_target="all"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/sacc/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'sacc'
pkgname=sacc
version=1.05
revision=3
revision=4
build_style="gnu-makefile"
makedepends="ncurses-devel libtls-devel"
short_desc="Terminal gopher client"
Expand Down