summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorPavel Vinogradov2016-06-21 11:23:52 -0400
committerPavel Vinogradov2016-06-21 11:25:41 -0400
commit13a754d3105ddabdc3da692fc3988e087f37a114 (patch)
tree5574d596b24ae3c02a1348f402e4c25f6330b206 /chat-im
parent950cae65b0af2149d36ecc0d1c688d7fae1f00d4 (diff)
chat-im/pidgin: version 2.11.0, SECURITY_PATCH++
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/pidgin/DEPENDS7
-rwxr-xr-xchat-im/pidgin/DETAILS4
-rw-r--r--chat-im/pidgin/HISTORY6
3 files changed, 13 insertions, 4 deletions
diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index 10c9e7642b..dc83b109e4 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -117,4 +117,9 @@ optional_depends libidn \
optional_depends sqlite \
'--enable-cap' \
'--disable-cap' \
- 'for contact availability prediction'
+ 'for contact availability prediction' &&
+
+optional_depends cyrus-sasl \
+ "--enable-cyrus-sasl" \
+ "--disable-cyrus-sasl" \
+ "for SASL authentication method in IRC/XMPP"
diff --git a/chat-im/pidgin/DETAILS b/chat-im/pidgin/DETAILS
index 66171510ea..725f64e4da 100755
--- a/chat-im/pidgin/DETAILS
+++ b/chat-im/pidgin/DETAILS
@@ -1,6 +1,6 @@
SPELL=pidgin
- VERSION=2.10.12
- SECURITY_PATCH=17
+ VERSION=2.11.0
+ SECURITY_PATCH=18
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index fc9e0c2ff4..ad7ae6a1f4 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,9 +1,13 @@
+2016-06-21 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: updated spell to 2.11.0, SECURITY_PATCH++,
+ (CVE-2016-23[65-80])
+ * DEPENDS: added cyrus-sasl, optionally
+
2016-01-02 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: updated spell to 2.10.12
* pidgin.gpg: replaced the old key with A8AC8032,
Gary Kramlich (grim) <grim@reaperworld.com>
-
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)