diff options
author | pi <pi@FreeBSD.org> | 2015-01-11 18:21:24 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-01-11 18:21:24 +0800 |
commit | a4d517a91a5b87aa206350157560cd59cd3ea95f (patch) | |
tree | c52746f1f10ebe4f6c6fd18d11eaefcf6a358bb2 /net | |
parent | e478e4178a15b2f323396c53f9586bb6de8fa19d (diff) | |
download | freebsd-ports-gnome-a4d517a91a5b87aa206350157560cd59cd3ea95f.tar.gz freebsd-ports-gnome-a4d517a91a5b87aa206350157560cd59cd3ea95f.tar.zst freebsd-ports-gnome-a4d517a91a5b87aa206350157560cd59cd3ea95f.zip |
net/kamailio: 4.2.1 -> 4.2.2
ChangeLog:
http://www.kamailio.org/pub/kamailio/4.2.2/ChangeLog
Diffstat (limited to 'net')
-rw-r--r-- | net/kamailio/Makefile | 3 | ||||
-rw-r--r-- | net/kamailio/distinfo | 4 | ||||
-rw-r--r-- | net/kamailio/files/patch-modules__pipelimit__pipelimit.c | 11 | ||||
-rw-r--r-- | net/kamailio/files/patch-modules__ratelimit__ratelimit.c | 11 |
4 files changed, 25 insertions, 4 deletions
diff --git a/net/kamailio/Makefile b/net/kamailio/Makefile index 53de5d7ce18e..a94afc6144de 100644 --- a/net/kamailio/Makefile +++ b/net/kamailio/Makefile @@ -3,8 +3,7 @@ # PORTNAME= kamailio -PORTVERSION= 4.2.1 -PORTREVISION= 1 +PORTVERSION= 4.2.2 CATEGORIES= net MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src diff --git a/net/kamailio/distinfo b/net/kamailio/distinfo index aef45c4eb3f9..c8e5a541de9c 100644 --- a/net/kamailio/distinfo +++ b/net/kamailio/distinfo @@ -1,2 +1,2 @@ -SHA256 (kamailio-4.2.1_src.tar.gz) = 52169e917b58d3b666fe7b33e46d79128844ae311f359595590d35b57fbfda93 -SIZE (kamailio-4.2.1_src.tar.gz) = 11135125 +SHA256 (kamailio-4.2.2_src.tar.gz) = 10fb05cdc8a5223e5b0a8faf2b24819c60b40f232809c621569eda3e620f0ee5 +SIZE (kamailio-4.2.2_src.tar.gz) = 11148160 diff --git a/net/kamailio/files/patch-modules__pipelimit__pipelimit.c b/net/kamailio/files/patch-modules__pipelimit__pipelimit.c new file mode 100644 index 000000000000..91136ab1ab77 --- /dev/null +++ b/net/kamailio/files/patch-modules__pipelimit__pipelimit.c @@ -0,0 +1,11 @@ +--- modules/pipelimit/pipelimit.c.orig 2015-01-11 11:02:38.000000000 +0100 ++++ modules/pipelimit/pipelimit.c 2015-01-11 11:02:48.000000000 +0100 +@@ -192,7 +192,7 @@ + int get_num_cpus() { + int count = 0; + +-#if defined (__OS_darwin) || defined (__OS_freebsd) ++#if defined (__OS_darwin) + int nm[2]; + size_t len; + diff --git a/net/kamailio/files/patch-modules__ratelimit__ratelimit.c b/net/kamailio/files/patch-modules__ratelimit__ratelimit.c new file mode 100644 index 000000000000..bca6f639b9e5 --- /dev/null +++ b/net/kamailio/files/patch-modules__ratelimit__ratelimit.c @@ -0,0 +1,11 @@ +--- modules/ratelimit/ratelimit.c.orig 2015-01-11 11:06:53.000000000 +0100 ++++ modules/ratelimit/ratelimit.c 2015-01-11 11:06:58.000000000 +0100 +@@ -303,7 +303,7 @@ + int get_num_cpus() { + int count = 0; + +-#if defined (__OS_darwin) || defined (__OS_freebsd) ++#if defined (__OS_darwin) + int nm[2]; + size_t len; + |