summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-04-22 18:42:15 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-04-22 18:42:15 +0000
commita7735a3c675741e020bb0a9b922c79f1590cd08a (patch)
tree658290715bcd392d50225c5ed6ee4223f88f4369 /net-im/silc-client
parentFixing echonfig is broken by a typo. Closes #19791 (diff)
downloadgentoo-2-a7735a3c675741e020bb0a9b922c79f1590cd08a.tar.gz
gentoo-2-a7735a3c675741e020bb0a9b922c79f1590cd08a.tar.bz2
gentoo-2-a7735a3c675741e020bb0a9b922c79f1590cd08a.zip
Fixing echonfig is broken by a typo. Closes #19791
Diffstat (limited to 'net-im/silc-client')
-rw-r--r--net-im/silc-client/ChangeLog5
-rw-r--r--net-im/silc-client/Manifest4
-rw-r--r--net-im/silc-client/silc-client-0.9.12.1.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/net-im/silc-client/ChangeLog b/net-im/silc-client/ChangeLog
index f066fd8f6fdd..7c6e077a26f1 100644
--- a/net-im/silc-client/ChangeLog
+++ b/net-im/silc-client/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-im/silc-client
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/ChangeLog,v 1.10 2003/04/22 08:07:36 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/ChangeLog,v 1.11 2003/04/22 18:41:38 mholzer Exp $
*silc-client-0.9.12.1 (22 Apr 2003)
+ 22 Apr 2003; Martin Holzer <mholzer@gentoo.org> silc-client-0.9.12.1.ebuild:
+ Fixing echonfig is broken by a typo. Closes #19791
+
22 Apr 2003; Dylan Carlson <absinthe@gentoo.org>
silc-client-0.9.12.1.ebuild:
Version bump to fix buffer overflow and other various bugs.
diff --git a/net-im/silc-client/Manifest b/net-im/silc-client/Manifest
index 01ef3432e9d5..b0b1f741fb7c 100644
--- a/net-im/silc-client/Manifest
+++ b/net-im/silc-client/Manifest
@@ -1,5 +1,5 @@
-MD5 28aa06a218f18ba3010215efedfd78bd ChangeLog 1790
+MD5 9c068f9711e17213e29a0bf0e9001b0a ChangeLog 1789
MD5 bccd496b5f226b555131ff60de1fdc21 silc-client-0.9.11.ebuild 1350
-MD5 2af8e3ad8ddb4ba279f82db6c1b26dc0 silc-client-0.9.12.1.ebuild 1755
+MD5 86c06910f2e55f72c3a079f07ab6641e silc-client-0.9.12.1.ebuild 1754
MD5 fb190d39f5c608735fb3650027e4499f files/digest-silc-client-0.9.11 72
MD5 c0de3b6dda921ad76210c11a653f40ee files/digest-silc-client-0.9.12.1 74
diff --git a/net-im/silc-client/silc-client-0.9.12.1.ebuild b/net-im/silc-client/silc-client-0.9.12.1.ebuild
index df7b697351c8..78395598b401 100644
--- a/net-im/silc-client/silc-client-0.9.12.1.ebuild
+++ b/net-im/silc-client/silc-client-0.9.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-0.9.12.1.ebuild,v 1.1 2003/04/22 08:07:37 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-0.9.12.1.ebuild,v 1.2 2003/04/22 18:41:38 mholzer Exp $
DESCRIPTION="IRSSI-based text client for Secure Internet Live Conferencing"
SRC_URI="http://www.silcnet.org/download/client/sources/${P}.tar.bz2"
@@ -30,7 +30,7 @@ src_compile() {
--with-logsdir=/var/log/${PN} \
--with-simdir=/usr/lib/${PN} \
--with-ncurses \
- --without-silcd
+ --without-silcd \
${myconf} \
|| die "./configure failed"