summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-02-29 17:15:41 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-02-29 17:15:41 +0000
commit2a46a56d5426bed9b59ed796155a860649cd3488 (patch)
tree5eabc629c18e4ac5278a2d46db7c7c1509be679c /irc
parentAdd acme-tiny, a tiny script to issue and renew TLS certs from Let's Encrypt. (diff)
Update to 1.6.3.
Notes
Notes: svn path=/head/; revision=409820
Diffstat (limited to 'irc')
-rw-r--r--irc/znc/Makefile2
-rw-r--r--irc/znc/distinfo4
-rw-r--r--irc/znc/files/patch-src_Csocket.cpp10
3 files changed, 3 insertions, 13 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile
index 22f78b36f2cb..824c3aceb738 100644
--- a/irc/znc/Makefile
+++ b/irc/znc/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= znc
-PORTVERSION= 1.6.2
+PORTVERSION= 1.6.3
CATEGORIES= irc ipv6
MASTER_SITES= http://znc.in/releases/ \
http://znc.in/releases/archive/
diff --git a/irc/znc/distinfo b/irc/znc/distinfo
index 358f4a975753..1d5ec1a97ba7 100644
--- a/irc/znc/distinfo
+++ b/irc/znc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (znc-1.6.2.tar.gz) = eef17727c0c6433fed1affba0ea76ec7fd60198d2f3c234d8529bd5fb26f0593
-SIZE (znc-1.6.2.tar.gz) = 1463898
+SHA256 (znc-1.6.3.tar.gz) = 631c46de76fe601a41ef7676bc974958e9a302b72b25fc92b4a603a25d89b827
+SIZE (znc-1.6.3.tar.gz) = 1464200
diff --git a/irc/znc/files/patch-src_Csocket.cpp b/irc/znc/files/patch-src_Csocket.cpp
deleted file mode 100644
index a4ccb11c74ed..000000000000
--- a/irc/znc/files/patch-src_Csocket.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Csocket.cpp.orig 2015-11-15 17:54:20 UTC
-+++ src/Csocket.cpp
-@@ -47,6 +47,7 @@
- #include <stdio.h>
- #include <openssl/conf.h>
- #include <openssl/engine.h>
-+#include <openssl/comp.h>
- #endif /* HAVE_LIBSSL */
-
- #ifdef HAVE_ICU