Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2023 16:18:02 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e9b7c7598b95 - main - net/igmpproxy: update to 0.4
Message-ID:  <202304281618.33SGI2Bg044591@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e9b7c7598b956dd924dc655c88026a17454ff2ae

commit e9b7c7598b956dd924dc655c88026a17454ff2ae
Author:     Franco Fichtner <franco@opnsense.org>
AuthorDate: 2023-04-28 09:29:28 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-04-28 16:17:29 +0000

    net/igmpproxy: update to 0.4
    
    Changelog: https://github.com/pali/igmpproxy/releases/tag/0.4
    
    PR:             271093
---
 net/igmpproxy/Makefile                    |  2 +-
 net/igmpproxy/distinfo                    |  6 +++---
 net/igmpproxy/files/patch-src_igmpproxy.h | 15 ++++++++++++---
 3 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile
index 448107b30d50..08678abba821 100644
--- a/net/igmpproxy/Makefile
+++ b/net/igmpproxy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	igmpproxy
-DISTVERSION=	0.3
+DISTVERSION=	0.4
 PORTEPOCH=	1
 CATEGORIES=	net
 
diff --git a/net/igmpproxy/distinfo b/net/igmpproxy/distinfo
index 7c4f7d0d4c5f..815055ba36e5 100644
--- a/net/igmpproxy/distinfo
+++ b/net/igmpproxy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610439794
-SHA256 (pali-igmpproxy-0.3_GH0.tar.gz) = 1aa45dbcd253531b92c09cef3ba0af7056fc2f89395948177ba27f8650b55449
-SIZE (pali-igmpproxy-0.3_GH0.tar.gz) = 42656
+TIMESTAMP = 1681465181
+SHA256 (pali-igmpproxy-0.4_GH0.tar.gz) = b905c492aa54212d022220631ab3176f2f5052c4f9a31e369e4d948210f24277
+SIZE (pali-igmpproxy-0.4_GH0.tar.gz) = 43664
diff --git a/net/igmpproxy/files/patch-src_igmpproxy.h b/net/igmpproxy/files/patch-src_igmpproxy.h
index c665f05ec3a0..31e2b23ee0ce 100644
--- a/net/igmpproxy/files/patch-src_igmpproxy.h
+++ b/net/igmpproxy/files/patch-src_igmpproxy.h
@@ -1,11 +1,20 @@
---- src/igmpproxy.h.orig	2021-01-12 08:24:34 UTC
+--- src/igmpproxy.h.orig	2022-10-29 10:01:46 UTC
 +++ src/igmpproxy.h
-@@ -112,7 +112,7 @@ void my_log( int Serverity, int Errno, const char *Fmt
+@@ -115,7 +115,7 @@ void my_log( int Serverity, int Errno, const char *Fmt
  
  /* ifvc.c
   */
 -#define MAX_IF         40     // max. number of interfaces recognized
-+#define MAX_IF         140     // max. number of interfaces recognized
++#define MAX_IF         240     // max. number of interfaces recognized
  
  // Interface states
  #define IF_STATE_DISABLED      0   // Interface should be ignored.
+@@ -183,7 +183,7 @@ struct Config {
+     unsigned short	defaultInterfaceState;	// 0: disable, 2: downstream
+     //~ aimwang added done
+     char                chroot[PATH_MAX];
+-    char                user[LOGIN_NAME_MAX];
++    char                user[MAXLOGNAME];
+ };
+ 
+ // Holds the indeces of the upstream IF...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304281618.33SGI2Bg044591>