diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-12-18 17:03:51 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-12-18 17:03:51 +0000 |
commit | e8827b074829faebc53968a1ae6179b9d104b2e4 (patch) | |
tree | 17db947b19816adb5869773891006d2efa65487c /net-libs/loudmouth/files | |
parent | Stable on sparc and fixed RDEPEND. (Manifest recommit) (diff) | |
download | gentoo-2-e8827b074829faebc53968a1ae6179b9d104b2e4.tar.gz gentoo-2-e8827b074829faebc53968a1ae6179b9d104b2e4.tar.bz2 gentoo-2-e8827b074829faebc53968a1ae6179b9d104b2e4.zip |
new release, mark 0.17.1 x86
Diffstat (limited to 'net-libs/loudmouth/files')
5 files changed, 1 insertions, 13 deletions
diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.14.1 b/net-libs/loudmouth/files/digest-loudmouth-0.14.1 deleted file mode 100644 index a5c3f6c93ccb..000000000000 --- a/net-libs/loudmouth/files/digest-loudmouth-0.14.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3557073807c17beac6b2e2c997ad9835 loudmouth-0.14.1.tar.bz2 192333 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.15 b/net-libs/loudmouth/files/digest-loudmouth-0.15 deleted file mode 100644 index 580a431b0f32..000000000000 --- a/net-libs/loudmouth/files/digest-loudmouth-0.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a5a9d5a47b9c24f631df604f954ac0c loudmouth-0.15.tar.bz2 273556 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.15.1 b/net-libs/loudmouth/files/digest-loudmouth-0.15.1 deleted file mode 100644 index 74f631581840..000000000000 --- a/net-libs/loudmouth/files/digest-loudmouth-0.15.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 47fb6a7fe5eee61aa9917dde0b0c4af2 loudmouth-0.15.1.tar.bz2 273915 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.17.2 b/net-libs/loudmouth/files/digest-loudmouth-0.17.2 new file mode 100644 index 000000000000..ac92b907b1a2 --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-0.17.2 @@ -0,0 +1 @@ +MD5 db5dd069f3c7de18d5347ebaaee4ad61 loudmouth-0.17.2.tar.bz2 286981 diff --git a/net-libs/loudmouth/files/loudmouth-0.15-gnutls_1.0.patch b/net-libs/loudmouth/files/loudmouth-0.15-gnutls_1.0.patch deleted file mode 100644 index 3d8c121afa26..000000000000 --- a/net-libs/loudmouth/files/loudmouth-0.15-gnutls_1.0.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- loudmouth/lm-ssl.c.old 2004-02-06 01:50:08.231324136 +0000 -+++ loudmouth/lm-ssl.c 2004-02-06 01:50:17.034985776 +0000 -@@ -72,7 +72,6 @@ - - if (status & GNUTLS_CERT_INVALID - || status & GNUTLS_CERT_NOT_TRUSTED -- || status & GNUTLS_CERT_CORRUPTED - || status & GNUTLS_CERT_REVOKED) { - if (ssl->func (ssl, LM_SSL_STATUS_UNTRUSTED_CERT, - ssl->func_data) != LM_SSL_RESPONSE_CONTINUE) { |