diff options
author | Rob Romans <killsoft@gentoo.org> | 2005-01-12 05:45:55 +0000 |
---|---|---|
committer | Rob Romans <killsoft@gentoo.org> | 2005-01-12 05:45:55 +0000 |
commit | c66e6186c03339ed44ff5ace6a681e5c237cdf1d (patch) | |
tree | 18d5f402d4c8604018f1bf0663dbe5c0eda3a8f5 /media-radio | |
parent | Disabling annoying warning until my script is ready. (diff) | |
download | historical-c66e6186c03339ed44ff5ace6a681e5c237cdf1d.tar.gz historical-c66e6186c03339ed44ff5ace6a681e5c237cdf1d.tar.bz2 historical-c66e6186c03339ed44ff5ace6a681e5c237cdf1d.zip |
new version - possible security fix
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/cwdaemon/ChangeLog | 10 | ||||
-rw-r--r-- | media-radio/cwdaemon/Manifest | 8 | ||||
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.8.ebuild | 4 | ||||
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.9.1.ebuild | 24 | ||||
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.9.ebuild | 4 | ||||
-rw-r--r-- | media-radio/cwdaemon/files/digest-cwdaemon-0.9.1 | 1 |
6 files changed, 42 insertions, 9 deletions
diff --git a/media-radio/cwdaemon/ChangeLog b/media-radio/cwdaemon/ChangeLog index bf9a8612999b..21a8ba420916 100644 --- a/media-radio/cwdaemon/ChangeLog +++ b/media-radio/cwdaemon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-radio/cwdaemon -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.5 2004/12/08 23:05:22 killsoft Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.6 2005/01/12 05:45:55 killsoft Exp $ + +*cwdaemon-0.9.1 (11 Jan 2005) + + 11 Jan 2005; Robb Romans <killsoft@gentoo.org> cwdaemon-0.8.ebuild, + +cwdaemon-0.9.1.ebuild, cwdaemon-0.9.ebuild: + New version fixes a possible security issue *cwdaemon-0.9 (08 Dec 2004) diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest index 3c4fd445e4bc..1db78c21ac2d 100644 --- a/media-radio/cwdaemon/Manifest +++ b/media-radio/cwdaemon/Manifest @@ -1,6 +1,8 @@ -MD5 967c077ad867fad97c3f02bc53f7e6fa ChangeLog 1282 +MD5 5cac332b4cef6669e0c8a78181bce7ad ChangeLog 1477 MD5 28d0c3bb6c80425620241cff231da8d3 metadata.xml 224 -MD5 a814ea631fc5bd1723c86d4e3f08df9b cwdaemon-0.9.ebuild 639 -MD5 3f5fcbb99b0e5b7251e98122b79fb636 cwdaemon-0.8.ebuild 638 +MD5 18f42a460fa30586f0a36e7be543d024 cwdaemon-0.9.1.ebuild 641 +MD5 34e1c70b94fa51d3afa4e276d8a9ac11 cwdaemon-0.9.ebuild 639 +MD5 bfe5c2ca0f9fe1c81971790a5a706c19 cwdaemon-0.8.ebuild 638 +MD5 72ba8154328270caa729bc0893d77a3b files/digest-cwdaemon-0.9.1 66 MD5 0d240805bb994d36024d3ab020aca666 files/digest-cwdaemon-0.9 64 MD5 633b819de27cf3df96bde26d370959d5 files/digest-cwdaemon-0.8 64 diff --git a/media-radio/cwdaemon/cwdaemon-0.8.ebuild b/media-radio/cwdaemon/cwdaemon-0.8.ebuild index 915b094de850..058b5db85707 100644 --- a/media-radio/cwdaemon/cwdaemon-0.8.ebuild +++ b/media-radio/cwdaemon/cwdaemon-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.8.ebuild,v 1.4 2004/08/05 00:35:27 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.8.ebuild,v 1.5 2005/01/12 05:45:55 killsoft Exp $ inherit eutils diff --git a/media-radio/cwdaemon/cwdaemon-0.9.1.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.1.ebuild new file mode 100644 index 000000000000..7addd8f82b55 --- /dev/null +++ b/media-radio/cwdaemon/cwdaemon-0.9.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.1.ebuild,v 1.1 2005/01/12 05:45:55 killsoft Exp $ + +DESCRIPTION="A morse daemon for the parallel or serial port" +HOMEPAGE="http://www.qsl.net/pg4i/linux/cwdaemon.html" +SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha" +IUSE="" + +RDEPEND="virtual/libc" +DEPEND="sys-apps/gawk" + +src_compile() { + econf || die "configure failed" + emake || die "emake failed" +} + +src_install() { + einstall || die "install failed" +} diff --git a/media-radio/cwdaemon/cwdaemon-0.9.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.ebuild index e79f4a89210a..c169ca82bcb5 100644 --- a/media-radio/cwdaemon/cwdaemon-0.9.ebuild +++ b/media-radio/cwdaemon/cwdaemon-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.ebuild,v 1.1 2004/12/08 23:05:22 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.ebuild,v 1.2 2005/01/12 05:45:55 killsoft Exp $ DESCRIPTION="A morse daemon for the parallel or serial port" HOMEPAGE="http://www.qsl.net/pg4i/linux/cwdaemon.html" diff --git a/media-radio/cwdaemon/files/digest-cwdaemon-0.9.1 b/media-radio/cwdaemon/files/digest-cwdaemon-0.9.1 new file mode 100644 index 000000000000..6e1490442df2 --- /dev/null +++ b/media-radio/cwdaemon/files/digest-cwdaemon-0.9.1 @@ -0,0 +1 @@ +MD5 1832eedd9613bc080716fbc23df85cf0 cwdaemon-0.9.1.tar.gz 258249 |