update to iaxmodem-1.3.2

This commit is contained in:
sthen 2021-02-21 16:49:50 +00:00
parent 1fd0846f22
commit 8feafc55c1
7 changed files with 15 additions and 26 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2019/07/17 14:39:43 danj Exp $
# $OpenBSD: Makefile,v 1.11 2021/02/21 16:49:50 sthen Exp $
COMMENT= a software fax modem that uses an IAX channel
DISTNAME= iaxmodem-1.3.0
DISTNAME= iaxmodem-1.3.2
CATEGORIES= telephony
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iaxmodem/}
REVISION= 0
HOMEPAGE= http://iaxmodem.sourceforge.net/

View File

@ -1,2 +1,2 @@
SHA256 (iaxmodem-1.3.0.tar.gz) = nc/5C7xBhG5cORnKkmh99LF/VNjfaSlAuMZ8TpgodTU=
SIZE (iaxmodem-1.3.0.tar.gz) = 2483995
SHA256 (iaxmodem-1.3.2.tar.gz) = ZnFQIwhwVKRTYHJm5KAy/XsdtWO1GJyV5DFuytvw1jI=
SIZE (iaxmodem-1.3.2.tar.gz) = 2479070

View File

@ -1,4 +1,5 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/04/21 03:49:22 todd Exp $
$OpenBSD: patch-Makefile_in,v 1.2 2021/02/21 16:49:50 sthen Exp $
--- Makefile.in.orig Thu Feb 7 20:57:47 2008
+++ Makefile.in Thu Mar 27 21:58:54 2008
@@ -3,13 +3,13 @@ DSPVER= @DSPVER@

View File

@ -1,4 +1,5 @@
$OpenBSD: patch-configure,v 1.2 2017/07/27 18:45:41 sthen Exp $
$OpenBSD: patch-configure,v 1.3 2021/02/21 16:49:50 sthen Exp $
Index: configure
--- configure.orig
+++ configure

View File

@ -1,4 +1,5 @@
$OpenBSD: patch-iaxmodem-cfg_ttyIAX,v 1.1.1.1 2008/04/21 03:49:22 todd Exp $
$OpenBSD: patch-iaxmodem-cfg_ttyIAX,v 1.2 2021/02/21 16:49:50 sthen Exp $
--- iaxmodem-cfg.ttyIAX.orig Sun Apr 20 22:18:51 2008
+++ iaxmodem-cfg.ttyIAX Sun Apr 20 22:19:30 2008
@@ -1,5 +1,5 @@

View File

@ -1,4 +1,5 @@
$OpenBSD: patch-iaxmodem_c,v 1.2 2017/07/27 18:45:41 sthen Exp $
$OpenBSD: patch-iaxmodem_c,v 1.3 2021/02/21 16:49:50 sthen Exp $
Index: iaxmodem.c
--- iaxmodem.c.orig
+++ iaxmodem.c
@ -36,7 +37,7 @@ Index: iaxmodem.c
#ifndef MODEMVER
#define MODEMVER "0.0.0"
@@ -167,6 +161,9 @@ int logmode = S_IRUSR | S_IWUSR | S_IRGRP;
@@ -168,6 +162,9 @@ int logmode = S_IRUSR | S_IWUSR | S_IRGRP;
#include "compat/headers.h"
#include "sys/stropts.h"
#endif
@ -46,12 +47,12 @@ Index: iaxmodem.c
#ifdef __FreeBSD__
#include "compat/strndup-freebsd.c"
@@ -666,7 +663,8 @@ iaxmodem(const char *config, int nondaemon)
@@ -688,7 +685,8 @@ iaxmodem(const char *config, int nondaemon)
int fd;
char logfile[256];
- printlog(LOG_ERROR, "Modem started\n");
+ printlog(LOG_ERROR, "Modem %s started\n",config);
+ printlog(LOG_ERROR, "Modem %s started\n", config);
+ setproctitle("uucp [%s]",config);
pwent = getpwnam("uucp");

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-lib_spandsp_configure,v 1.1 2017/07/27 18:45:41 sthen Exp $
Index: lib/spandsp/configure
--- lib/spandsp/configure.orig
+++ lib/spandsp/configure
@@ -19658,7 +19658,7 @@ fi
case "${ax_cv_c_compiler_vendor}" in
gnu)
- COMP_VENDOR_CFLAGS="-std=gnu99 -ffast-math -Wall -Wunused-variable -Wunused-but-set-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
+ COMP_VENDOR_CFLAGS="-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
if test "$enable_avx" = "yes" ; then
COMP_VENDOR_CFLAGS="-mavx $COMP_VENDOR_CFLAGS"
fi