1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Update to 2.2.7.1

- Add patch from Changeset 747
  http://jabberd2.xiaoka.com/changeset/747
This commit is contained in:
Martin Matuska 2009-03-03 16:33:45 +00:00
parent e13ea629c3
commit ebb8152d46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229428
3 changed files with 17 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= jabberd
PORTVERSION= 2.2.7
PORTVERSION= 2.2.7.1
CATEGORIES= net-im
MASTER_SITES= http://ftp.xiaoka.com/jabberd2/releases/
DIST_SUBDIR= jabber

View File

@ -1,3 +1,3 @@
MD5 (jabber/jabberd-2.2.7.tar.bz2) = f06fd9aa38b96a407e66b7a1267f3342
SHA256 (jabber/jabberd-2.2.7.tar.bz2) = 3abb5e0cd157d2b1ce8de83b9d7723b933ac1c7845d17f9764818571f82b1adf
SIZE (jabber/jabberd-2.2.7.tar.bz2) = 646193
MD5 (jabber/jabberd-2.2.7.1.tar.bz2) = 9a6fe560206c7982cd1d72a920b5162f
SHA256 (jabber/jabberd-2.2.7.1.tar.bz2) = a121d044031a45f8b18fa7cce9ad94f33bcb152dde556ef6b2b8fd06008f4698
SIZE (jabber/jabberd-2.2.7.1.tar.bz2) = 645779

View File

@ -0,0 +1,13 @@
--- util/util_compat.h.orig 2009-03-03 13:18:33.000000000 +0100
+++ util/util_compat.h 2009-03-03 13:18:38.000000000 +0100
@@ -100,6 +100,10 @@
};
#endif /* NO_SOCKADDR_STORAGE */
+#ifndef SSL_OP_NO_TICKET
+#define SSL_OP_NO_TICKET 0x00004000L
+#endif
+
#ifdef __cplusplus
}
#endif