diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-07-29 01:10:12 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-07-29 01:10:12 +0000 |
commit | fe3c47cafbbf15414e8b6e5c9214cac0910be159 (patch) | |
tree | e4d7959309c12c93275ff1e4d2bf383c4447d245 /mail-mta/nbsmtp | |
parent | Manual Manifest commit. (diff) | |
download | gentoo-2-fe3c47cafbbf15414e8b6e5c9214cac0910be159.tar.gz gentoo-2-fe3c47cafbbf15414e8b6e5c9214cac0910be159.tar.bz2 gentoo-2-fe3c47cafbbf15414e8b6e5c9214cac0910be159.zip |
security bump, wrt bug #100274
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'mail-mta/nbsmtp')
-rw-r--r-- | mail-mta/nbsmtp/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/nbsmtp/Manifest | 12 | ||||
-rw-r--r-- | mail-mta/nbsmtp/files/digest-nbsmtp-1.00 | 1 | ||||
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-1.00.ebuild | 36 |
4 files changed, 45 insertions, 11 deletions
diff --git a/mail-mta/nbsmtp/ChangeLog b/mail-mta/nbsmtp/ChangeLog index d02c5506ccf5..ff62909b8f12 100644 --- a/mail-mta/nbsmtp/ChangeLog +++ b/mail-mta/nbsmtp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-mta/nbsmtp # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.26 2005/06/15 09:28:04 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.27 2005/07/29 01:10:12 ferdy Exp $ + +*nbsmtp-1.00 (29 Jul 2005) + + 29 Jul 2005; Fernando J. Pereda <ferdy@gentoo.org> +nbsmtp-1.00.ebuild: + security bump, wrt bug #100274 15 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org> +files/nbsmtp-CRAM-MD5.diff, nbsmtp-0.99.ebuild, nbsmtp-0.99-r1.ebuild: diff --git a/mail-mta/nbsmtp/Manifest b/mail-mta/nbsmtp/Manifest index b79b78b91741..95b064143dc7 100644 --- a/mail-mta/nbsmtp/Manifest +++ b/mail-mta/nbsmtp/Manifest @@ -1,6 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 2bd8c07d48f22902d810903954b726a9 nbsmtp-1.00.ebuild 866 MD5 62f07f89b3880777c6876773075fcb33 nbsmtp-0.99-r1.ebuild 1404 MD5 7117dfb6011515df130151f036f766fc nbsmtp-0.99.ebuild 933 MD5 e56eeec0f9d7417b7f16ca9806d5e3ec ChangeLog 4930 @@ -9,10 +7,4 @@ MD5 6649306b0229bcb3e7392bfeed69bed1 files/nbsmtp-CRAM-MD5.diff 679 MD5 3533060b1f277b5d74140ebf8c87a9ad files/digest-nbsmtp-0.99-r1 64 MD5 02906beafefaf79dd565570de5541a06 files/mailer.conf 348 MD5 3533060b1f277b5d74140ebf8c87a9ad files/digest-nbsmtp-0.99 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCr/TOViELBEf1JB0RAtsUAJ9a1o1Da/s9q7S6QllzwZcO/zpVSwCdEbTL -OMp96905jxB78XrLGgDmnao= -=NuX7 ------END PGP SIGNATURE----- +MD5 614757dbf694f3253b5ed3865f127ba1 files/digest-nbsmtp-1.00 64 diff --git a/mail-mta/nbsmtp/files/digest-nbsmtp-1.00 b/mail-mta/nbsmtp/files/digest-nbsmtp-1.00 new file mode 100644 index 000000000000..492499b41cca --- /dev/null +++ b/mail-mta/nbsmtp/files/digest-nbsmtp-1.00 @@ -0,0 +1 @@ +MD5 0c6a200027a6f7f61f44b374261aa52f nbsmtp-1.00.tar.bz2 104090 diff --git a/mail-mta/nbsmtp/nbsmtp-1.00.ebuild b/mail-mta/nbsmtp/nbsmtp-1.00.ebuild new file mode 100644 index 000000000000..7f735a15bd2d --- /dev/null +++ b/mail-mta/nbsmtp/nbsmtp-1.00.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-1.00.ebuild,v 1.1 2005/07/29 01:10:12 ferdy Exp $ + +inherit eutils + +DESCRIPTION="Extremely simple MTA to get mail off the system to a relayhost" +SRC_URI="http://www.gentoo-es.org/~ferdy/${P}.tar.bz2" +#SRC_URI="http://www.it.uc3m.es/~ferdy/${PN}/${P}.tar.bz2" +HOMEPAGE="http://nbsmtp.ferdyx.org" + +SLOT="0" +KEYWORDS="alpha ~amd64 ~hppa ~ppc ~sparc x86" +LICENSE="GPL-2" +IUSE="ssl ipv6 debug" + +DEPEND="virtual/libc + ssl? ( dev-libs/openssl )" + +PROVIDE="virtual/mta" + +src_compile() { + econf $(use_enable ssl) \ + $(use_enable debug) \ + $(use_enable ipv6) || die + + make || die +} + +src_install() { + dodir /usr/bin + dobin nbsmtp + dobin scripts/nbqueue + doman nbsmtprc.5 nbsmtp.8 + dodoc INSTALL DOCS Doxyfile +} |