summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2021-12-17 21:40:06 +0000
committerschwarz <schwarz@pkgsrc.org>2021-12-17 21:40:06 +0000
commit2f0c372b52b9939be4c03f21cdc11d4efbfe9ac6 (patch)
treefaa8c81cc5fba2e60c213ac41a12029bfaaa8d91
parent10e68f9212895617bc4716c6d373cd855fd671b5 (diff)
downloadpkgsrc-2f0c372b52b9939be4c03f21cdc11d4efbfe9ac6.tar.gz
updated net/sipsak to 0.9.8.1
Changes since 0.9.6 (copied from ChangeLog): * version 0.9.8 - removed support for ruli - lots of internal refactoring to make sipsak compile with -fno-common (>= gcc-10) * version 0.9.7 - added new option -E which overrules SRV result - added new option -J to take ha1 instead of password - dont retransmit on reliable transports - added --disable-ips configure option which allows to compile the oldstyle --numeric behavior - added new option -k only available with TLS support - added 'star' as special word for the contact option -C - fixed overwritting of outbound proxy if domainname is an IP; thanks to Alexander Litvak - added option -Z to modify SIP_T1 at run time - added syslog support - enabled -c parameter for Inivte mode - added new options for TLS (ca-cert, client-cert, ignore-cert-failure) Note: these options are only available as long options - added option to ignore TLS certificate verification errors - added option -k, --local-ip - added SHA-256 as a possible algorithm for digest authentication
-rw-r--r--doc/CHANGES-20213
-rw-r--r--net/sipsak/Makefile17
-rw-r--r--net/sipsak/distinfo9
-rw-r--r--net/sipsak/patches/patch-aa33
4 files changed, 10 insertions, 52 deletions
diff --git a/doc/CHANGES-2021 b/doc/CHANGES-2021
index a398be74549..d259287cc53 100644
--- a/doc/CHANGES-2021
+++ b/doc/CHANGES-2021
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2021,v 1.6270 2021/12/17 20:08:58 maya Exp $
+$NetBSD: CHANGES-2021,v 1.6271 2021/12/17 21:40:06 schwarz Exp $
Changes to the packages collection and infrastructure in 2021:
@@ -9402,3 +9402,4 @@ Changes to the packages collection and infrastructure in 2021:
Updated biology/vsearch to 2.18.0 [bacon 2021-12-17]
Updated sysutils/pciutils to 3.7.0nb2 [maya 2021-12-17]
Updated www/firefox to 95.0nb1 [maya 2021-12-17]
+ Updated net/sipsak to 0.9.8.1 [schwarz 2021-12-17]
diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile
index 5c79bbb1967..604b8b6f1df 100644
--- a/net/sipsak/Makefile
+++ b/net/sipsak/Makefile
@@ -1,27 +1,18 @@
-# $NetBSD: Makefile,v 1.18 2020/01/18 21:50:25 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2021/12/17 21:40:06 schwarz Exp $
+
+DISTNAME= sipsak-0.9.8.1
+MASTER_SITES= https://github.com/nils-ohlmeier/sipsak/releases/download/${PKGVERSION_NOREV}/
-DISTNAME= sipsak-0.9.6-1
-PKGNAME= ${DISTNAME:S/-1//}
-PKGREVISION= 8
CATEGORIES= net comms
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sipsak.berlios/}
MAINTAINER= schwarz@NetBSD.org
HOMEPAGE= https://sourceforge.net/projects/sipsak.berlios/
COMMENT= Sipsak is a command-line SIP testing utility
LICENSE= gnu-gpl-v2
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-1//}
-
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
-# get rid of inline
-SUBST_CLASSES+= inline
-SUBST_STAGE.inline= pre-configure
-SUBST_FILES.inline= header_f.h header_f.c
-SUBST_SED.inline= -e 's/^inline //g'
-
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../security/openssl/buildlink3.mk"
diff --git a/net/sipsak/distinfo b/net/sipsak/distinfo
index 186765a1026..29fd2d72f6a 100644
--- a/net/sipsak/distinfo
+++ b/net/sipsak/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:06:56 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/12/17 21:40:06 schwarz Exp $
-BLAKE2s (sipsak-0.9.6-1.tar.gz) = 0dfc1e8d59b9e83125bbeaa3ed06b1186d4099293f6f909b9d35e0fc7bf8d0ea
-SHA512 (sipsak-0.9.6-1.tar.gz) = c2d62ddaf2ecc9616941cf002a0494d2f9c43747e6b527f8b1542e9b5ae143fc69b18fc140bd3f255896b0e8eb02f7d198cc1799a4041e2d0c95d90b653591fe
-Size (sipsak-0.9.6-1.tar.gz) = 158776 bytes
-SHA1 (patch-aa) = 3436b5d669c016a8d6d43a68b3d09cbe04d581a4
+BLAKE2s (sipsak-0.9.8.1.tar.gz) = a0bd7f2c86bcc6b7e8a16c474ea110d307fabd12bc04fd2325b4fbad2b26c8a6
+SHA512 (sipsak-0.9.8.1.tar.gz) = 8313d1176e6f3cab78dada33fbf8d3c7c6e6434671dd6a7402d1433bbec50f53e2bf98496d8ac1b8021586f19940c32dbdd15e93ff7ed88ee1b690a037b46ab8
+Size (sipsak-0.9.8.1.tar.gz) = 202545 bytes
diff --git a/net/sipsak/patches/patch-aa b/net/sipsak/patches/patch-aa
deleted file mode 100644
index 24ad0567f5e..00000000000
--- a/net/sipsak/patches/patch-aa
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2018/02/02 10:17:49 jperkin Exp $
-
-Leave pkgsrc to handle security features.
-
---- configure.orig 2006-01-28 21:11:34.000000000 +0000
-+++ configure
-@@ -2952,7 +2952,7 @@ ssp_cc=no
- fi
- rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
- echo $ssp_cc
-- if test "X$ssp_cc" = "Xno"; then
-+ if true; then
- CFLAGS="$ssp_old_cflags"
- else
-
-@@ -5501,7 +5501,7 @@ rm -f conftest.err conftest.$ac_objext \
-
-
-
--if test "X$LIBGNUTLS_LIBS" == "X";then
-+if test "X$LIBGNUTLS_LIBS" = "X";then
-
- for ac_header in openssl/md5.h
- do
-@@ -6083,7 +6083,7 @@ fi
-
- fi
-
--if test "X$SIPSAK_HAVE_ARES" == "X"; then
-+if test "X$SIPSAK_HAVE_ARES" = "X"; then
-
- echo "$as_me:$LINENO: checking for ruli.h" >&5
- echo $ECHO_N "checking for ruli.h... $ECHO_C" >&6