wanpipe-3.2.7.1.tgz

This commit is contained in:
Harald Welte 2021-12-29 18:17:14 +01:00
parent 95e4552558
commit b40a1554e2
9 changed files with 15 additions and 8 deletions

View File

@ -7,6 +7,13 @@ Author: Nenad Corbic <ncorbic@sangoma.com>
Copyright (c) 1995-2008 Sangoma Technologies Inc.
------------------------------------------------------------------------------
* Thu Aug 21 2008 Nenad Corbic <ncorbic@sangoma.com> - Stable - 3.2.7.1
========================================================================
- Fixed bug in wancfg_zaptel configuration utility
This bug was introduced in previous release. It will set d-channels
as "dchan" instead of "hardhdlc" for zaptel-1.4.x .
No driver changes.
* Thu Jul 16 2008 Nenad Corbic <ncorbic@sangoma.com> - Stable - 3.2.7
========================================================================

2
Setup
View File

@ -6357,7 +6357,7 @@ KERNEL_UNAME=`uname -r`
PKG_NAME=wanpipe
DISTR_NAME="WANPIPE"
PROD=wanrouter
PROD_VER=3.2.7
PROD_VER=3.2.7.1
PROD_HOME=`pwd`
WAN_CONF_DIR=/etc/wanpipe
META_CONF=$PROD_HOME/$PROD.rc

View File

@ -1,5 +1,5 @@
Package: wanpipe
Version: 3.2.7-0
Version: 3.2.7.1-0
Section: networking
Priority: optional
Architecture: all

View File

@ -6,7 +6,7 @@
#define WANPIPE_COMPANY "Sangoma Technologies Inc"
/********** LINUX **********/
#define WANPIPE_VERSION "3.2.7"
#define WANPIPE_VERSION "3.2.7.1"
#define WANPIPE_SUB_VERSION "0"
#define WANPIPE_VERSION_BETA 0
#define WANPIPE_LITE_VERSION "1.1.1"

View File

@ -1,6 +1,6 @@
%define WANPIPE_VER wanpipe-modules
%define name %{WANPIPE_VER}
%define version 3.2.7
%define version 3.2.7.1
%define release 0
%define serial 1
%define MODULES_DIR /lib/modules

View File

@ -1,7 +1,7 @@
%define KERNEL_VERSION %{?kern_ver}
%define WANPIPE_VER wanpipe-util
%define name %{WANPIPE_VER}
%define version 3.2.7
%define version 3.2.7.1
%define release 0
%define serial 1
%define ETC_DIR /etc

View File

@ -1,7 +1,7 @@
%define KERNEL_VERSION %{?kern_ver}
%define WANPIPE_VER wanpipe
%define name %{WANPIPE_VER}
%define version 3.2.7
%define version 3.2.7.1
%define release 0
%define serial 1
%define UTILS_DIR /usr/sbin

View File

@ -2178,7 +2178,7 @@ WANPIPE_IS_RUNNING=/var/run/wanpipe_is_running
RUGGEDCOM=No
if [ $OSYSTEM = "Linux" ]; then
ROUTER_VERSION=3.2.7
ROUTER_VERSION=3.2.7.1
IFCONFIG_LIST=ifconfig
MODULE_STAT=lsmod
WAN_DRIVERS="wanpipe"

View File

@ -240,7 +240,7 @@ my $date=`date +%F`;
chomp($date);
my $debug_tarball="$wanpipe_conf_dir/debug-".$date.".tgz";
if( $zaptel_installed= $TRUE){
if( $zaptel_installed == $TRUE){
set_zaptel_hwhdlc();
}
prepare_files();