From 74553a3bb9c58f0fb763b8dca590893a91ab345e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 14 Nov 2019 20:36:41 +0100 Subject: [PATCH 1/3] libressl: bump minimum versions in common/shlib to 3.0.2. Rebuilt packages may use added functions in 3.0.2, in spite of no soname bump on the libraries. --- common/shlibs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/shlibs b/common/shlibs index c9d19402628..991cd44e9a9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3508,6 +3508,10 @@ libcrypto.so.46 libcrypto46-3.1.1_1 libtls.so.20 libtls20-3.1.1_1 libssl.so.48 libssl48-3.1.1_1 libxmlb.so.2 libxmlb-0.2.1_1 +libcrypto.so.45 libcrypto45-3.0.2_1 +libtls.so.19 libtls19-3.0.2_1 +libssl.so.47 libssl47-3.0.2_1 +libxmlb.so.1 libxmlb-0.1.3_1 libvoikko.so.1 libvoikko-4.2_1 libfstrcmp.so.0 libfstrcmp-0.7.D001_1 libUMP.so.3 libump-git-20181122_2 From 370b9991699931d977baa2a35c032de038591910 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Wed, 23 Sep 2020 13:44:24 -0500 Subject: [PATCH 2/3] ms-core-fonts: update to 1.1 --- srcpkgs/ms-core-fonts/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/ms-core-fonts/template diff --git a/srcpkgs/ms-core-fonts/template b/srcpkgs/ms-core-fonts/template new file mode 100644 index 00000000000..0322eb65e48 --- /dev/null +++ b/srcpkgs/ms-core-fonts/template @@ -0,0 +1,20 @@ +# Template file for 'ms-core-fonts' +pkgname=ms-core-fonts +version=1.1 +revision=1 +hostmakedepends="font-util" +short_desc="Microsoft Core Fonts pack" +maintainer="Alex Childs " +license="proprietary" +homepage="https://www.fonts.com/font/monotype" +distfiles="https://github.com/misuchiru03/ms-core-fonts/archive/v${version}.tar.gz" +checksum=7d5b9351193f949801395cfadeaf7a543dfa70da7cb9a7386857dbc91f7433af +repository=nonfree +restricted=yes + +do_install() { + for font in *.{ttf,TTF}; do + vinstall "$font" 644 /usr/share/fonts/TTF/ + done + vlicense LICENSE +} From f0f2f07cfd14729aa44b74d233f472a5520ee7f4 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Thu, 11 Feb 2021 08:33:44 -0600 Subject: [PATCH 3/3] python3-shodan: update to 1.25.0 --- srcpkgs/python3-shodan/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template index 5900d6ce7d1..b862e58c671 100644 --- a/srcpkgs/python3-shodan/template +++ b/srcpkgs/python3-shodan/template @@ -1,6 +1,6 @@ # Template file for 'python3-shodan' pkgname=python3-shodan -version=1.24.0 +version=1.25.0 revision=1 wrksrc="shodan-python-${version}" build_style=python3-module @@ -12,7 +12,7 @@ maintainer="Alex Childs " license="MIT" homepage="https://developer.shodan.io" distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz" -checksum=10ab5187de136aeec417c636a7ab33ab7432021143a2b71f31a55bc4d6e3c743 +checksum=52932c6d508622877d0667e0290fee84e6cb749b6565b48ba359fbbf002f0845 post_install() { vlicense LICENSE