Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/stunnel/
Date: Wed, 05 Dec 2018 12:26:34
Message-Id: 1544012769.e26fba835e2a765217917ec0809076412c0d03e8.blueness@gentoo
1 commit: e26fba835e2a765217917ec0809076412c0d03e8
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 5 12:26:09 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 5 12:26:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26fba83
7
8 net-misc/stunnel: version bump to 5.50
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-misc/stunnel/Manifest | 1 +
14 net-misc/stunnel/stunnel-5.50.ebuild | 95 ++++++++++++++++++++++++++++++++++++
15 2 files changed, 96 insertions(+)
16
17 diff --git a/net-misc/stunnel/Manifest b/net-misc/stunnel/Manifest
18 index f9ff0c8ed7a..a3741e89997 100644
19 --- a/net-misc/stunnel/Manifest
20 +++ b/net-misc/stunnel/Manifest
21 @@ -6,3 +6,4 @@ DIST stunnel-5.45.tar.gz 706423 BLAKE2B 81c5355419de3b0bc88d59ea8c98d1a4523d7a1a
22 DIST stunnel-5.46.tar.gz 706499 BLAKE2B 6ece93015b2a59ec17fa60505bccb5e4444879d44fa0cea6e838aa56d178f61f26b8b9b469d8bf2991d4c094fd824eaed2b5214184f6a15e0c415c53b6f7d136 SHA512 2000e36d4d011a83e47afcaf19473e083da010d7b3909cb831c51975512257888615b5d64f4a4d78f48529d68c6740ea2be7f7935b0ab86de4535e290f78cc97
23 DIST stunnel-5.48.tar.gz 708356 BLAKE2B 6f4538c5fe6bc00eb0f45edfbf83f1de6cfcd23257aa368dc0ba788dd17af7033ba20f1ab7c3f5bf48a5e2ff3d4048eb1a344d1ea4cebebe69e6e2277aaf19ba SHA512 5e6669ecd6e9b49aa6ef82b9a4dc6a2193c975eef85262aba70c7f264ef1b4d15dc287a2baa94b71be063deddcd07a20a5347ed5280f044fc6f68c61429a24fa
24 DIST stunnel-5.49.tar.gz 713560 BLAKE2B c93b6ea7f9e8da2668919101caf30850370f1c7e742863959d2c1350829e7f5a6d12ff8a8cf66dbac47db40c150cb23a6bce3bea6d79e3c906c4fedad8d410a2 SHA512 8bfd17684ea0d6eeec278f00618c6f96af113fbe14aaafd882d43f3d834ca1e5ed27f9908dffb04224ea4a1234063846f816e3528b95234ae156b61ade6aaa16
25 +DIST stunnel-5.50.tar.gz 973685 BLAKE2B e4185fa0c4f15ea118a8f6590bae14a9e1d7ccf1f73b75e46d8c7f04e4ece471c29b0a3715a24568301c5220fe385cbf42295c91ae9b295e3d7ab2b0ffec45a1 SHA512 96029b4f0dc0f04130e847bf47e56e8fdd22f2aaddb5fe0f581a0da6b870049152216795a0a9d9cdb6b93621df0a7d999e968a8c59989d261fd81c5f02cc1bac
26
27 diff --git a/net-misc/stunnel/stunnel-5.50.ebuild b/net-misc/stunnel/stunnel-5.50.ebuild
28 new file mode 100644
29 index 00000000000..428e58d9d2b
30 --- /dev/null
31 +++ b/net-misc/stunnel/stunnel-5.50.ebuild
32 @@ -0,0 +1,95 @@
33 +# Copyright 1999-2018 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="6"
37 +
38 +inherit ssl-cert multilib systemd user
39 +
40 +DESCRIPTION="TLS/SSL - Port Wrapper"
41 +HOMEPAGE="http://www.stunnel.org/index.html"
42 +SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
43 + http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
44 + http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
45 + http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
46 + http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
47 + http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
48 + ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz"
49 +
50 +LICENSE="GPL-2"
51 +SLOT="0"
52 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
53 +IUSE="ipv6 libressl selinux stunnel3 tcpd"
54 +
55 +DEPEND="tcpd? ( sys-apps/tcp-wrappers )
56 + !libressl? ( dev-libs/openssl:0= )
57 + libressl? ( dev-libs/libressl:0= )"
58 +RDEPEND="${DEPEND}
59 + stunnel3? ( dev-lang/perl )
60 + selinux? ( sec-policy/selinux-stunnel )"
61 +
62 +RESTRICT="test"
63 +
64 +pkg_setup() {
65 + enewgroup stunnel
66 + enewuser stunnel -1 -1 -1 stunnel
67 +}
68 +
69 +src_prepare() {
70 + # Hack away generation of certificate
71 + sed -i -e "s/^install-data-local:/do-not-run-this:/" \
72 + tools/Makefile.in || die "sed failed"
73 +
74 + # libressl compat
75 + eapply "${FILESDIR}"/${PN}-5.48-compat-libressl.patch
76 +
77 + echo "CONFIG_PROTECT=\"/etc/stunnel/stunnel.conf\"" > "${T}"/20stunnel
78 +
79 + eapply_user
80 +}
81 +
82 +src_configure() {
83 + econf \
84 + --libdir="${EPREFIX}/usr/$(get_libdir)" \
85 + $(use_enable ipv6) \
86 + $(use_enable tcpd libwrap) \
87 + --with-ssl="${EPREFIX}"/usr \
88 + --disable-fips
89 +}
90 +
91 +src_install() {
92 + emake DESTDIR="${D}" install
93 + rm -rf "${ED}"/usr/share/doc/${PN}
94 + rm -f "${ED}"/etc/stunnel/stunnel.conf-sample \
95 + "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
96 + use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3
97 +
98 + # The binary was moved to /usr/bin with 4.21,
99 + # symlink for backwards compatibility
100 + dosym ../bin/stunnel /usr/sbin/stunnel
101 +
102 + dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog
103 + docinto html
104 + dodoc doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \
105 + tools/importCA.html
106 +
107 + insinto /etc/stunnel
108 + doins "${FILESDIR}"/stunnel.conf
109 + newinitd "${FILESDIR}"/stunnel-r1 stunnel
110 +
111 + doenvd "${T}"/20stunnel
112 +
113 + systemd_dounit "${S}/tools/stunnel.service"
114 + systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf
115 +}
116 +
117 +pkg_postinst() {
118 + if [ ! -f "${EROOT}"/etc/stunnel/stunnel.key ]; then
119 + install_cert /etc/stunnel/stunnel
120 + chown stunnel:stunnel "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem}
121 + chmod 0640 "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem}
122 + fi
123 +
124 + einfo "If you want to run multiple instances of stunnel, create a new config"
125 + einfo "file ending with .conf in /etc/stunnel/. **Make sure** you change "
126 + einfo "\'pid= \' with a unique filename."
127 +}