diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-12-12 15:56:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-12-12 15:56:31 +0000 |
commit | 556bb2d6629c3d02016e47169d4899ad133b5903 (patch) | |
tree | 2ae593c3dd4de3bd80a8253a5d241246e998f7a8 /net-irc/unrealircd | |
parent | Sparc stable, Bug #200098. (diff) | |
download | gentoo-2-556bb2d6629c3d02016e47169d4899ad133b5903.tar.gz gentoo-2-556bb2d6629c3d02016e47169d4899ad133b5903.tar.bz2 gentoo-2-556bb2d6629c3d02016e47169d4899ad133b5903.zip |
Set correct owner for the installed certificates, fixes bug #201996.
(Portage version: 2.1.4_rc8)
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 10 | ||||
-rw-r--r-- | net-irc/unrealircd/files/digest-unrealircd-3.2.7-r2 (renamed from net-irc/unrealircd/files/digest-unrealircd-3.2.7-r1) | 0 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.7-r2.ebuild (renamed from net-irc/unrealircd/unrealircd-3.2.7-r1.ebuild) | 7 |
3 files changed, 13 insertions, 4 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 1204fd12813d..fc40aa60cc7c 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-irc/unrealircd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.64 2007/12/10 12:47:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.65 2007/12/12 15:56:31 ulm Exp $ + +*unrealircd-3.2.7-r2 (12 Dec 2007) + + 12 Dec 2007; Ulrich Mueller <ulm@gentoo.org> -unrealircd-3.2.7-r1.ebuild, + +unrealircd-3.2.7-r2.ebuild: + Set correct owner for the installed certificates, fixes bug #201996. + Thanks to Attila Tóth <atoth@atoth.sote.hu> and Stefan Becker + <stefan.becker@ip-exchange.de> for reporting and providing a patch. 10 Dec 2007; Raúl Porcel <armin76@gentoo.org> unrealircd-3.2.7-r1.ebuild: sparc/x86 stable wrt #201682 diff --git a/net-irc/unrealircd/files/digest-unrealircd-3.2.7-r1 b/net-irc/unrealircd/files/digest-unrealircd-3.2.7-r2 index 1f65301c0985..1f65301c0985 100644 --- a/net-irc/unrealircd/files/digest-unrealircd-3.2.7-r1 +++ b/net-irc/unrealircd/files/digest-unrealircd-3.2.7-r2 diff --git a/net-irc/unrealircd/unrealircd-3.2.7-r1.ebuild b/net-irc/unrealircd/unrealircd-3.2.7-r2.ebuild index e3890b4c7eea..2bdd25acbf34 100644 --- a/net-irc/unrealircd/unrealircd-3.2.7-r1.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.7-r1.ebuild,v 1.2 2007/12/10 12:47:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.7-r2.ebuild,v 1.1 2007/12/12 15:56:31 ulm Exp $ inherit eutils ssl-cert versionator multilib @@ -14,7 +14,7 @@ SRC_URI="http://unreal.brueggisite.de/${MY_P}.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc sparc x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="hub ipv6 ssl zlib curl prefixaq showlistmodes" RDEPEND="ssl? ( dev-libs/openssl ) @@ -125,7 +125,8 @@ pkg_postinst() { use ssl && \ if [[ ! -f "${ROOT}"/etc/unrealircd/server.cert.key ]]; then install_cert /etc/unrealircd/server.cert - dosym server.cert.key /etc/unrealircd/server.key.pem + chown unrealircd "${ROOT}"/etc/unrealircd/server.cert.* + ln -snf server.cert.key "${ROOT}"/etc/unrealircd/server.key.pem fi elog |