wahpipe-7.0.25.tgz

This commit is contained in:
Harald Welte 2021-12-29 19:10:11 +01:00
parent 358132eb03
commit bdfb7f1efe
33 changed files with 36 additions and 16 deletions

View File

@ -1,2 +1,2 @@
wanpipe_linux: git ver 320b9b1
wanpipe_linux: git ver d678326
wanpipe_common: git ver 410a541

View File

@ -1 +1 @@
wanpipe-7.0.24
wanpipe-7.0.25

View File

@ -7,7 +7,11 @@ Copyright (c) 1995-2017 Sangoma Technologies Inc.
For more info visit: http://wiki.sangoma.com
------------------------------------------------------------------------------
* Thu Oct 12 2017 Pushkar Singh <psingh@sangoma.com> - 7.0.24
* Wed Feb 23 2019 Nenad Corbic <ncorbic@sangoma.com> - 7.0.25
==================================================================
- Fix the build for DATA
* Wed Nov 15 2017 Pushkar Singh <psingh@sangoma.com> - 7.0.24
==================================================================
- Adding backward compatibility for older kernel both debian as well redhat

2
Setup
View File

@ -7449,7 +7449,7 @@ KERNEL_UNAME=`uname -r`
PKG_NAME=wanpipe
DISTR_NAME="WANPIPE"
PROD=wanrouter
PROD_VER=7.0.24
PROD_VER=7.0.25
PROD_HOME=`pwd`
META_CONF=$PROD_HOME/$PROD.rc
WAN_INTR_DIR=$PROD_HOME/interfaces

View File

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

View File

@ -10,14 +10,14 @@
#define WANPIPE_COMPANY "Sangoma Technologies Inc"
/********** LINUX **********/
#define WANPIPE_VERSION "7.0.24"
#define WANPIPE_VERSION "7.0.25"
#define WANPIPE_SUB_VERSION "0"
#define WANPIPE_LITE_VERSION "1.1.1"
#if defined(__LINUX__)
#define WANPIPE_VERSION_MAJOR 7
#define WANPIPE_VERSION_MINOR 0
#define WANPIPE_VERSION_MINOR1 24
#define WANPIPE_VERSION_MINOR1 25
#define WANPIPE_VERSION_MINOR2 0
#endif

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
%define WANPIPE_VER wanpipe-modules
%define name %{WANPIPE_VER}
%define version 7.0.24
%define version 7.0.25
%define release 0
%define serial 1
%define MODULES_DIR /lib/modules
@ -58,7 +58,11 @@ fi
%changelog
* Thu Oct 12 2017 Pushkar Singh <psingh@sangoma.com> - 7.0.24
* Wed Feb 23 2019 Nenad Corbic <ncorbic@sangoma.com> - 7.0.25
==================================================================
- Fix the build for DATA
* Wed Nov 15 2017 Pushkar Singh <psingh@sangoma.com> - 7.0.24
==================================================================
- Adding backward compatibility for older kernel both debian as well redhat

View File

@ -1,6 +1,6 @@
%define WANPIPE_VER wanpipe-util
%define name %{WANPIPE_VER}
%define version 7.0.24
%define version 7.0.25
%define release 0
%define serial 1
%define UTILS_DIR /usr/sbin
@ -228,7 +228,11 @@ chmod 755 /usr/local/sbin/setup-sangoma
%changelog
* Thu Oct 12 2017 Pushkar Singh <psingh@sangoma.com> - 7.0.24
* Wed Feb 23 2019 Nenad Corbic <ncorbic@sangoma.com> - 7.0.25
==================================================================
- Fix the build for DATA
* Wed Nov 15 2017 Pushkar Singh <psingh@sangoma.com> - 7.0.24
==================================================================
- Adding backward compatibility for older kernel both debian as well redhat

View File

@ -1,7 +1,7 @@
%define KERNEL_VERSION %{?kern_ver}
%define WANPIPE_VER wanpipe
%define name %{WANPIPE_VER}
%define version 7.0.24
%define version 7.0.25
%define release 0
%define serial 1
%define UTILS_DIR /usr/sbin
@ -245,7 +245,11 @@ chmod 755 /usr/local/sbin/setup-sangoma
%changelog
* Thu Oct 12 2017 Pushkar Singh <psingh@sangoma.com> - 7.0.24
* Wed Feb 23 2019 Nenad Corbic <ncorbic@sangoma.com> - 7.0.25
==================================================================
- Fix the build for DATA
* Wed Nov 15 2017 Pushkar Singh <psingh@sangoma.com> - 7.0.24
==================================================================
- Adding backward compatibility for older kernel both debian as well redhat

View File

@ -2231,7 +2231,7 @@ init_global_params()
{
if [ $OSYSTEM = "Linux" ]; then
ROUTER_VERSION=7.0.24
ROUTER_VERSION=7.0.25
IFCONFIG_LIST=ifconfig
MODULE_STAT=lsmod
WAN_DRIVERS="wanpipe"

View File

@ -25,7 +25,7 @@
#
%define NAME wanpipe
%define VERSION 7.0.24
%define VERSION 7.0.25
%define RELEASE 0
%define KVERSION %{?kernel}
%define KSRC %{?ksrc}
@ -259,7 +259,11 @@ fi
################################################################################
%changelog
* Thu Oct 12 2017 Pushkar Singh <psingh@sangoma.com> - 7.0.24
* Wed Feb 23 2019 Nenad Corbic <ncorbic@sangoma.com> - 7.0.25
==================================================================
- Fix the build for DATA
* Wed Nov 15 2017 Pushkar Singh <psingh@sangoma.com> - 7.0.24
==================================================================
- Adding backward compatibility for older kernel both debian as well redhat