pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc updated net/sipsak to 0.9.8.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/180c28e1cd72
branches: trunk
changeset: 771378:180c28e1cd72
user: schwarz <schwarz%pkgsrc.org@localhost>
date: Fri Dec 17 21:40:06 2021 +0000
description:
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
diffstat:
doc/CHANGES-2021 | 3 ++-
net/sipsak/Makefile | 17 ++++-------------
net/sipsak/distinfo | 9 ++++-----
net/sipsak/patches/patch-aa | 33 ---------------------------------
4 files changed, 10 insertions(+), 52 deletions(-)
diffs (100 lines):
diff -r 753e5ba9377b -r 180c28e1cd72 doc/CHANGES-2021
--- a/doc/CHANGES-2021 Fri Dec 17 20:10:24 2021 +0000
+++ b/doc/CHANGES-2021 Fri Dec 17 21:40:06 2021 +0000
@@ -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 @@
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 -r 753e5ba9377b -r 180c28e1cd72 net/sipsak/Makefile
--- a/net/sipsak/Makefile Fri Dec 17 20:10:24 2021 +0000
+++ b/net/sipsak/Makefile Fri Dec 17 21:40:06 2021 +0000
@@ -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.6-1
-PKGNAME= ${DISTNAME:S/-1//}
-PKGREVISION= 8
+DISTNAME= sipsak-0.9.8.1
+MASTER_SITES= https://github.com/nils-ohlmeier/sipsak/releases/download/${PKGVERSION_NOREV}/
+
CATEGORIES= net comms
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sipsak.berlios/}
MAINTAINER= schwarz%NetBSD.org@localhost
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 -r 753e5ba9377b -r 180c28e1cd72 net/sipsak/distinfo
--- a/net/sipsak/distinfo Fri Dec 17 20:10:24 2021 +0000
+++ b/net/sipsak/distinfo Fri Dec 17 21:40:06 2021 +0000
@@ -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 -r 753e5ba9377b -r 180c28e1cd72 net/sipsak/patches/patch-aa
--- a/net/sipsak/patches/patch-aa Fri Dec 17 20:10:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index