Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.7,1 12 Sep 2024 22:36:35 |
Vladimir Druzenko (vvd) Author: martin |
net/miniupnpd: Update 2.3.6 → 2.3.7
Changelog:
- FreeBSD: use libpfctl (FreeBSD 15+ or --libpfctl)
- default NOTIFY interval of 900s minus a random value
- ipv6: prefer globally routable addresses
http://miniupnp.free.fr/files/changelog.php?file=miniupnpd-2.3.7.tar.gz
Port improvements:
- use release tarball from upstream instead of USE_GITHUB;
- replace spaces with tabs;
- sort options in USES and in PLIST_FILES;
- use PORTNAME variable in USE_RC_SUBR;
- pet portclippy.
PR: 281099
Approved by: squat@squat.no (maintainer, timeout > 14 days) |
2.3.6,1 14 Jul 2024 13:02:56 |
Gleb Popov (arrowd) Author: Self-Hosting-Group |
net/miniupnpd: Update package description to include PCP as supported
PR: 276657
Approved by: maintainer timeout
Pull Request: https://github.com/freebsd/freebsd-ports/pull/223 |
2.3.6,1 29 May 2024 15:02:08 |
Baptiste Daroussin (bapt) Author: Kristof Provost |
net/miniupnpd: update to 2.3.6
PR: 273207
PR: https://redmine.pfsense.org/issues/15470
Sponsored by: Rubicon Communications, LLC ("Netgate") |
2.3.3_3,1 25 Feb 2024 09:17:55 |
Muhammad Moinur Rahman (bofh) |
net/miniupnpd: Moved man to share/man
Approved by: portmgr (blanket) |
2.3.3_2,1 13 Nov 2023 09:39:43 |
Kristof Provost (kp) |
net/miniupnpd: use libpfctl
Start using libpfctl to replace the removed ioctl calls (DIOCGETSTATUS,
DIOCGETRULE).
PR: 274819
Approved by: maintainer timeout
Sponsored by: Rubicon Communications, LLC ("Netgate") |
2.3.3_1,1 26 Jun 2023 23:30:28 |
Robert Clausecker (fuz) Author: R. Christian McDonald |
net/miniupnpd: remove ipfw port option
It is well-known that net/miniupnpd does not work with IPFW. However,
the port options still allow building with IPFW support. In order to
prevent unnecessary foot-shooting, let us eliminate this option outright
and unconditionally use pf instead.
PR: 271732
Approved by: squat@squat.no (maintainer timeout, two weeks)
Sponsored by: Rubicon Communications, LLC ("Netgate") |
2.3.3,1 22 May 2023 07:08:55 |
Fernando Apesteguía (fernape) Author: R. Christian McDonald |
net/miniupnpd: Update to 2.3.3
PR: 271244
Reported by: rcm@rcm.sh
Approved by: squat@squat.no (maintainer, timeout > 2 weeks) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.20200510,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1.20200510,1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.1.20200510,1 15 Jun 2021 16:17:15 |
Kevin Bowling (kbowling) Author: Emanuel Haupt |
net/miniupnpd: Update to 2.1.20200510
From Tor Halvard Furulund:
* Update to latest upstream.
* Remove the extra patches as they are incorporated upstream
From Emanuel Haupt:
* Port cleanups
PR: 246925
Reported by: Tor Halvard Furulund <squat@squat.no>
Approved by: maintainer timeout, maintainer (previous version) |
2.1.20190210,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.1.20190210,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.20190210,1 16 Dec 2019 08:13:39 |
pi |
net/miniupnpd: Fix build when CHECK_PORTINUSE option enabled
PR: 233963
Reported by: ncrogers@gmail.com
Submitted by: w.schwarzenfeld@utanet.at
Reviewed by: franco@opnsense.org
Approved by: squat@squat.no (maintainer) |
2.1.20190210,1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
2.1.20190210,1 25 Mar 2019 13:28:37 |
rodrigo |
Upgrade net/miniupnpd from 2.0.20180503 to 2.1.20190210
Add a patch to unbreak port when CHECK_PORTINUSE option
is activated. The issue was caussed by changes in the
structures xtcpcb and xinpcb returned by the kernel after
r315662. The fix was inspired by changes made in
usr.bin/systat/netstat.c tool.
The patch was submitted to the upstream project and
merged : https://github.com/miniupnp/miniupnp/pull/353
PR: 236173
Reported by: Igor Pavlov <igor.arabesc.pavlov@gmail.com>
Approved by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
2.0.20180503,1 04 Jun 2018 04:55:48 |
miwi |
- Complete the update to 2.0.20180504
Reported by: Andrjez Tobola
Sponsored by: iXsystems Inc. |
2.0.20180503,1 03 Jun 2018 12:56:23 |
miwi |
- Update to 2.0.20180503
PR: 228052
Submitted by: gaod@hychen.org
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
1.9.20160113,1 14 Nov 2016 02:45:27 |
danfe |
Ensure that option selection dialog is readable (fits the window):
- Rename PF_ENABLE_FILTER_RULES -> PF_FILTER_RULES
- Reword UPNP_STRICT_DESC text to make it shorter and clearer
- Drop IPV6_DESC which is already in standard descriptions pool |
1.9.20160113,1 11 Sep 2016 00:46:33 |
marino |
net/miniupnpd: Honor LDFLAGS (for SSL support)
Approved by: SSL blanket |
1.9.20160113,1 15 Jan 2016 09:50:18 |
garga |
Update net/miniupnpd to 1.9.20160113
This version fixes a regression that make some clients (eg Xbox / Windows 10)
to fail when try to open ports
PR: 206241
Approved by: Tor Halvard Furulund <squat@squat.no> (maintainer)
Obtained from: pfSense
MFH: 2016Q1
Sponsored by: Rubicon Communications (Netgate) |
1.9.20151212,1 08 Jan 2016 10:21:01 |
garga |
Update net/miniupnpd to 1.9.20151212
PR: 206014
Approved by: Tor Halvard Furulund <squat@squat.no> (maintainer)
Obtained from: pfSense
Sponsored by: Rubicon Communications (Netgate) |
1.9.20151118,1 02 Dec 2015 10:59:50 |
garga |
Update net/miniupnpd to 1.9.20151118
PR: 204694
Approved by: Tor Halvard Furulund (maintainer)
Obtained from: pfSense
Sponsored by: Rubicon Communications (Netgate) |
1.9.20150922,1 11 Nov 2015 10:08:48 |
garga |
Update net/miniupnpd to 1.9.20150922
PR: 204015
Submitted by: brnd
Approved by: Tor Halvard Furulund (maintainer) |
1.9.20150721,1 19 Sep 2015 12:20:33 |
garga |
- Update net/miniupnpd to 1.9.20150721 [1]
- Stop calling uuidgen on port Makefile, miniupnpd Makefile already does it
- Do not modify CFLAGS since it's already attributed using ?=
- Remove do-install: target from ports Makefile, let miniupnpd Makefile
installs it
- Patch miniupnpd Makefile to install conf with .sample suffix
- Patch miniupnpd Makefile to install manpage in the proper place, respecting
MANPREFIX
PR: 203191 [1]
Submitted by: Tor Halvard Furulund <squat@squat.no> [1]
Approved by: Tor Halvard Furulund <squat@squat.no> (maintainer)
Sponsored by: Rubicon Communications (Netgate) |
1.9_1,1 27 Jun 2015 19:30:35 |
pgollucci |
net/miniupnpd: properly link against ports OpenSSL/LibreSSL
PR: 199390
Submitted by: franco@opnsense.org and brnrd@
Approved by: maintainer timeout (squat@squat.no ; 76 days) |
1.9_1,1 24 Apr 2015 23:09:26 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.9_1,1 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
1.9,1 07 Nov 2014 15:29:50 |
ak |
- Update to 1.9
* Improve NAT-PMP and IPv6 implementations
PR: 194812
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.8.20141022,1 04 Nov 2014 21:11:12 |
marino |
net/miniupnpd: Upgrade version 1.8.20140523 => 1.8.20141022
PR: 193577
Submitted by: razzfazz (gmail)
Approved by: maintainer (Tor Halvard Furulund) |
1.8.20140523,1 21 Jun 2014 15:52:16 |
wg |
net/miniupnpd: update to 1.8.20140523
- Expose more config options
PR: 189061
Submitted by: razzfazz gmail com
Approved by: maintainer |
1.8.20140310,1 04 Apr 2014 13:55:55 |
bapt |
s/-script://
Unhide installation |
1.8.20140310,1 15 Mar 2014 13:38:36 |
pawel |
- Update to version 1.8.20140310 [1]
- Use option helper
PR: ports/187105 [1]
Submitted by: maintainer |
1.8_1,1 26 Jan 2014 14:27:10 |
marino |
net/miniupnpd: Bump PORTREVISION
The previous commit fixed the intended action on a standard option;
it should have been bumped. |
1.8,1 26 Jan 2014 13:56:39 |
marino |
net/miniupnpd: Fix PF rules issue, support stage
PR: ports/184726
Submitted by: Chris Scott
Approved by: maintainer (Tor Halvard Furulund)
Stage support: marino@ |
1.8,1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.8,1 07 Feb 2013 19:40:37 |
jgh |
- update to 1.8
- while here trim historical header, adopt optionsNG
PR: 175928
Submitted by: maintainer, squat@squat.no |
1.7,1 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
1.7,1 20 Jun 2012 13:25:04 |
sperber |
- readd patch pf_enable_filter_rules.patch to fix PF_ENABLE_FILTER_RULES
PR: ports/169205
Submitted by: Tor Halvard Furulund <squat _at_ squat.no> (maintainer)
Approved by: decke (mentor) |
1.7,1 02 Jun 2012 11:03:26 |
sperber |
- update to 1.7
PR: ports/168462
Submitted by: Tor Halvard Furulund <squat _at_ squat.no> (maintainer)
Approved by: decke (mentor) |
1.6,1 11 May 2012 18:19:38 |
pawel |
- Update to version 1.6 [1]
- Respect global CFLAGS during build
- Mark MAKE_JOBS_UNSAFE
PR: ports/167770 [1]
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) [1] |
1.5,1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.5,1 20 Apr 2011 07:01:55 |
erwin |
Restore PORTEPOCH
PR: 156512
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.5 25 Mar 2011 13:46:07 |
dhn |
- Update to 1.5
PR: ports/155929
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.4.20100921 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.4.20100921 12 Oct 2010 14:29:12 |
jpaetzel |
Update to latest version.
Add option to enable PF support
PR: ports/151394
Submitted by: Eric F Crist <ecrist@secure-computing.net>
Approved by: Maintainer (Tor Halvard Furulund <squat@squat.no>)
Sponsored by: ClaimLynx, Inc |
1.4.20100511 18 Jul 2010 15:50:08 |
araujo |
- Update to 1.4.20100511.
PR: ports/148529
Submitted by: Andrew Fernandes <andrew@fernandes.org>
Approved by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.4_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.4_2 24 Dec 2009 15:29:51 |
amdmi3 |
- Install man page
PR: 141346
Submitted by: Nikolai Saoukh <nms+bsd@otdel-1.org>
Approved by: maintainer timeout |
1.4_1 27 Nov 2009 01:33:35 |
sylvio |
- Fix build
- BUMP PORTREVISION
PR: ports/140861
Submitted by: maintainer
Approved by: miwi (mentor)
Reported by: pointyhat via pav |
1.4 20 Nov 2009 22:28:28 |
sylvio |
- Update to 1.4
PR: ports/140319
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: maintainer (timeout > 14 days), miwi (mentor) |
1.3,1 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
1.3,1 23 Apr 2009 09:09:24 |
miwi |
- Update to 1.3
PR: 133854
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.1,1 28 Apr 2008 13:55:01 |
miwi |
- Update to 1.1
PR: 123168
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.0,1 04 Feb 2008 08:10:37 |
miwi |
- Update to 1.0
- Set PORTEPOCH (1.0-RC14 -> 1.0 Release)
PR: 120076
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.0_13 12 Jan 2008 13:10:53 |
miwi |
- Update to 1.0rc13
PR: 119486
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.0_12 19 Dec 2007 12:31:45 |
pav |
- Update to 1.0rc12
PR: ports/118856
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.0_11 27 Oct 2007 02:48:46 |
chinsan |
- Update to 1.0-RC11
- Pass maintainership
PR: ports/117529
Submitted by: Tor Halvard Furulund <squat at squat dot no>
Approved by: maintainer |
1.0_9 24 Oct 2007 18:46:34 |
delphij |
Oops, forced commit to clarify that previous commit was:
Approved by: maintainer (with another e-mail address) |
1.0_9 24 Oct 2007 18:43:01 |
delphij |
Update to 1.0-RC9.
PR: ports/116825
Submitted by: Tor Halvard Furulund <squat squat no>
Approved by: maintainer timeout |
1.0_8 20 Sep 2007 02:45:54 |
miwi |
- Update to 1.0-RC8
PR: 115894
Submitted by: Tor Halvard Furulund <squat@squat.no>
Approved by: maintainer |
1.0_4 02 Apr 2007 20:55:58 |
koitsu |
New port: net/miniupnpd
Minor changes to miniupnpd/pkg-message (grammatical).
PR: 110906
Submitted by: Daniel J. O'Connor <darius@dons.net.au>
Approved by: philip |