Bring up to date with latest pkgsrc changes, move udns, regen patches.

This commit is contained in:
Eric Schnoebelen 2009-08-01 16:18:14 +00:00 committed by Thomas Klausner
parent 1c2a56b760
commit 49d270172b
5 changed files with 19 additions and 21 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.65 2009/07/23 03:06:10 schnoebe Exp $
# $NetBSD: Makefile,v 1.66 2009/08/01 16:18:14 schnoebe Exp $
DISTNAME= jabberd-2.2.9
CATEGORIES= chat
@ -123,7 +123,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}
.endfor
.include "../../wip/udns/buildlink3.mk"
.include "../../net/udns/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.15 2008/06/10 12:06:19 moubctez Exp $
@comment $NetBSD: PLIST,v 1.16 2009/08/01 16:18:14 schnoebe Exp $
bin/c2s
bin/jabberd
bin/migrate.pl
@ -73,5 +73,3 @@ share/examples/rc.d/jabberd
share/examples/rc.d/router
share/examples/rc.d/s2s
share/examples/rc.d/sm
@dirrm share/examples/jabberd
@dirrm lib/jabberd

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.29 2009/07/23 03:06:10 schnoebe Exp $
$NetBSD: distinfo,v 1.30 2009/08/01 16:18:14 schnoebe Exp $
SHA1 (jabberd-2.2.9.tar.bz2) = 1da9da3305e6fd402336ffba402b80dc767afa27
RMD160 (jabberd-2.2.9.tar.bz2) = 7b8075653d14dbdf491d96b28894d5450a374a91
@ -6,6 +6,6 @@ Size (jabberd-2.2.9.tar.bz2) = 653992 bytes
SHA1 (patch-aa) = e069e26e9c88a48baee9b9eb8ebbc9a403e91f9f
SHA1 (patch-ab) = c33cefcb0ddbcec732e475eaf5b931cdc8dd6cc7
SHA1 (patch-ac) = 7fce39dc745cf1e9cd793150840eac1543f3b597
SHA1 (patch-ad) = db126c24dcf85c0c3c790b5b8723c6ae4da59453
SHA1 (patch-ad) = 2930f23bc8616ba2a5783cc8bb2a42c5d1c5eff7
SHA1 (patch-ae) = 0c57279c309ef4f6a226d65a491fd040e03ae4f0
SHA1 (patch-ag) = 28806cee8ac25a435ebf37de5744c2e893e8968b
SHA1 (patch-ag) = 64c5338daa59a5eb1eed70608ac766df36dc2f83

View file

@ -1,6 +1,6 @@
$NetBSD: patch-ad,v 1.7 2008/01/17 16:41:12 schnoebe Exp $
$NetBSD: patch-ad,v 1.8 2009/08/01 16:18:15 schnoebe Exp $
--- etc/s2s.xml.in.orig 2008-01-08 04:23:48.000000000 -0600
--- etc/s2s.xml.in.orig 2009-07-05 16:54:18.000000000 -0500
+++ etc/s2s.xml.in
@@ -5,7 +5,7 @@
@ -29,7 +29,7 @@ $NetBSD: patch-ad,v 1.7 2008/01/17 16:41:12 schnoebe Exp $
-->
</log>
@@ -104,7 +104,7 @@
@@ -106,7 +106,7 @@
If this is commented out, or the file can't be read, no attempt will be
made to establish encrypted connections with other servers. -->
<!--
@ -38,7 +38,7 @@ $NetBSD: patch-ad,v 1.7 2008/01/17 16:41:12 schnoebe Exp $
-->
<!-- SSL verify mode - see SSL_CTX_set_verify(3), mode parameter -->
@@ -115,7 +115,7 @@
@@ -117,7 +117,7 @@
<!-- File containing an optional SSL certificate chain file for SSL
connections. -->
<!--
@ -47,7 +47,7 @@ $NetBSD: patch-ad,v 1.7 2008/01/17 16:41:12 schnoebe Exp $
-->
</local>
@@ -190,7 +190,7 @@
@@ -227,7 +227,7 @@
<stats>
<!-- file containing count of packets that went through -->
<!--

View file

@ -1,6 +1,6 @@
$NetBSD: patch-ag,v 1.10 2008/02/07 05:35:42 schnoebe Exp $
$NetBSD: patch-ag,v 1.11 2009/08/01 16:18:15 schnoebe Exp $
--- etc/c2s.xml.in.orig 2008-02-03 08:23:09.000000000 -0600
--- etc/c2s.xml.in.orig 2009-07-05 16:54:18.000000000 -0500
+++ etc/c2s.xml.in
@@ -5,7 +5,7 @@
@ -29,7 +29,7 @@ $NetBSD: patch-ag,v 1.10 2008/02/07 05:35:42 schnoebe Exp $
-->
</log>
@@ -118,7 +118,7 @@
@@ -125,7 +125,7 @@
<id register-enable='true'>localhost.localdomain</id>
<!-- or
<id realm='company.int'
@ -38,7 +38,7 @@ $NetBSD: patch-ag,v 1.10 2008/02/07 05:35:42 schnoebe Exp $
verify-mode='7'
require-starttls='true'
register-enable='true'
@@ -157,7 +157,7 @@
@@ -164,7 +164,7 @@
use STARTTLS over the standard XMPP port 5222 then you
MUST specify the pemfile in the 'id' tag above. -->
<!--
@ -47,7 +47,7 @@ $NetBSD: patch-ag,v 1.10 2008/02/07 05:35:42 schnoebe Exp $
-->
<!-- SSL verify mode - see SSL_CTX_set_verify(3), mode parameter -->
@@ -284,7 +284,7 @@
@@ -312,7 +312,7 @@
<stats>
<!-- file containing count of packets that went through -->
<!--
@ -56,7 +56,7 @@ $NetBSD: patch-ag,v 1.10 2008/02/07 05:35:42 schnoebe Exp $
-->
</stats>
@@ -393,7 +393,7 @@
@@ -382,7 +382,7 @@
<!-- SQLite driver configuration -->
<sqlite>
<!-- Database name -->
@ -65,7 +65,7 @@ $NetBSD: patch-ag,v 1.10 2008/02/07 05:35:42 schnoebe Exp $
<!-- Transacation support. If this is commented out, transactions
will be disabled. This might make database accesses faster,
@@ -407,7 +407,7 @@
@@ -459,7 +459,7 @@
<!-- Berkeley DB module configuration -->
<db>
<!-- Directory to store database files under -->
@ -74,7 +74,7 @@ $NetBSD: patch-ag,v 1.10 2008/02/07 05:35:42 schnoebe Exp $
<!-- Synchronize the database to disk after each write. If you
disable this, database accesses may be faster, but data may
@@ -535,7 +535,7 @@
@@ -587,7 +587,7 @@
<!-- Pipe module configuration -->
<pipe>
<!-- Program to execute -->