Commit graph

29 commits

Author SHA1 Message Date
OBATA Akio
61781e92f4 And update distinfo. 2008-07-29 02:56:21 +00:00
OBATA Akio
3847c9cd8b Another fix for PF. 2008-07-29 00:35:15 +00:00
OBATA Akio
403860ba77 Try to fix PF parts. 2008-07-28 08:30:53 +00:00
OBATA Akio
7e0e2f38e3 Add support for DESTDIR. 2008-02-03 02:59:44 +00:00
OBATA Akio
e2077279ff Added shutdown keyword to rc file. 2007-11-08 05:09:33 +00:00
OBATA Akio
9a734e9098 Change to use net/libupnp instead of wip/libupnp. 2007-08-19 02:21:42 +00:00
OBATA Akio
299048b3a1 Enable to get status of network on NetBSD and OpenBSD (possibly). 2007-07-10 13:42:00 +00:00
OBATA Akio
cd1f07407f Add newline to command for ipfilter (lost when rev1.5 to 1.6....) 2007-07-10 04:41:32 +00:00
OBATA Akio
81061313df Change my mail address to @NetBSD.org. 2007-04-01 02:19:12 +00:00
OBATA Akio
11447f5d45 Update linuxigd to 1.0.
CHANGES:
2007-02-07 Daniel J Blueman <daniel.blueman@gmail.com>
  * Fixed interface statistics gathering and streamlined
    into a single function.

  * linux-igd 1.0 released

2006-10-01 Daniel J Blueman <daniel.blueman@gmail.com>
  * Fixed compilation on GCC-2.9x, noticed by Vyacheslav Garashchenko.

  * Use bounded string functions, to protect from overflow exploits/stack-smashing.
2007-03-11 06:26:21 +00:00
Thomas Klausner
35b3fcf4ba Fix path to upnpd. From Hiroshi Nakamoto on pkgsrc-wip-discuss. 2006-10-14 15:09:00 +00:00
OBATA Akio
f90bc69a7f Update linuxigd to 0.95.
Main cange since 0.92 is code written with C instead of C++.
Complete ChangeLog is unknown.
Recent changelog:

2006-08-13 Daniel J Blueman <daniel.blueman@gmail.com>
  * linux-igd 0.95 released

2006-07-25 Daniel J Blueman <daniel.blueman@gmail.com>
  * Added option ALLOW_MULTICAST to init script, which when not
    set to 'no', enables multicast packets to be received by
    internal interface

  * Added '-f' option to run in foreground for debugging etc

  * Validate internal interface name correctly

  * Other minor tweaks, such as making variables local to block
    to save on stack space, interface name length fixes

2006-05-23 Daniel J Blueman <daniel.blueman@gmail.com>
  * Added manpage contributed by Jose' Fonseca <j_r_fonseca@yahoo.co.uk>

2006-05-19 Daniel J Blueman <daniel.blueman@gmail.com>
  * Protect against bad addresses being passed to inet_addr()

  * Enable compiler optimization in makefile

  * Fix compile warnings and uninitialised variable possible use

  * Some makefile and code cleanups

2006-05-04 mhyllander
  * Updated installation instructions for libupnp 1.3.1, and also
    added a note about installing with precompiled libraries on Fedora
    Core 5.

2006-02-01 mhyllander
  * Fixed problem with multiple children being forked when using
    iptables to modify the netfilter tables. upnpd was doing a
    fork+system without a following exit, so children continued living
    on. Now a fork+exec+exit is done.

  * Included a patch from Juho Va"ha"-Herttua to fix inserting of
    forward rules when using libiptc.

    http://sourceforge.net/forum/forum.php?thread_id=1270012&forum_id=174960
    http://users.tkk.fi/~jvahaher/linux-igd/linux-igd_insert.diff

  * Added handling of port mapping duration. Port mappings will be
    automatically removed when they expire. If the client doesn't set
    a duration, a default duration can be used. The default duration
    can either be set as a relative time (e.g. two hours), or as an
    absolute time of day (e.g. 04:00 every day).

  * You can force upnpd to delete all port mappings by sending it the
    SIGUSR1 signal. The SIGINT and SIGTERM signals terminate upnpd.

  * Made parsing of the configuration file more secure by guarding
    against buffer overflow.

  * In the configuration file, the path to the iptables command is now
    specified between quotes, to allow all characters to be used in
    the path.

  * syslog messages are now sent to local6. Trace output is sent to
    LOG_DEBUG. You can specify the log level in the configuration file
    by setting debug_mode between 0 (no output)  and 3 (all output).

  * added an example init.d script: etc/upnpd.rc.

  * Some code cleanups, like only defining globals in one place
    (i.e. not in an include file), and some improvements to the
    Makefile.
2006-08-27 15:00:00 +00:00
OBATA Akio
86524ea3a4 libupnp moved to libupnp10 2006-06-22 08:18:38 +00:00
Johnny C. Lam
64bfcf7b60 Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
2006-03-14 01:27:57 +00:00
OBATA Akio
c62762a906 use ${.CURDIR:Q} instead of ${.CURDIR} 2006-02-26 12:37:06 +00:00
OBATA Akio
e0867a8564 fix pkglint -Wall 2006-02-11 16:20:06 +00:00
OBATA Akio
80e1dcd225 change compile option to switch filter command. 2005-09-27 14:28:05 +00:00
OBATA Akio
a4d017a461 fix patch to delete port map. 2005-09-25 12:00:07 +00:00
Dieter Baron
ae0366bf9c Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:02:09 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Jeremy C. Reed
7cd5218772 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Not all of these packages have been tested.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:38 +00:00
OBATA Akio
21fe0cdbe6 Don't add/delete multicast routing in startup script.
add messages for multicast routing.
2005-04-22 02:30:56 +00:00
OBATA Akio
f84ee3ac33 re-format and add RCS Id. 2005-04-22 01:51:18 +00:00
OBATA Akio
bc1f913408 add MESSAGE for pf user. 2005-04-21 13:18:12 +00:00
OBATA Akio
d424c5b66f remove end blank line. 2005-04-21 13:08:51 +00:00
OBATA Akio
5512eccaf1 add option to select packet filtering command (ipchains, pf, ipfilter) 2005-04-21 13:04:57 +00:00
OBATA Akio
3868974433 fix typo. 2005-04-21 11:12:01 +00:00
OBATA Akio
4ba551d22c USE_BUILDLINK3 is now the default. 2005-03-31 02:58:48 +00:00
OBATA Akio
2d2d0d8485 This project is a deamon that emulates Microsoft's Internet Connection
Service (ICS). It implements the UPnP Internet Gateway Device specification
(IGD) and allows UPnP aware clients, such as MSN Messenger to work properly
from behind a NAT firewall.
2005-03-13 12:48:21 +00:00