Commit graph

31 commits

Author SHA1 Message Date
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
cube
4a6d6803bb - Update to 1.3.0
- Drop maintainership
- Fix a reference to /usr/pkg that was committed by accident in a file
  [hi joerg!]
- Remove MESSAGE because it's about NetBSD 1.6 and older
- Add USE_DESTDIR support

1.3.0: released 2005-08-03

- disable Van Jacobson compression by default [Pokrywka]
- prototype packet buffering and reordering [Cameron/Anonymous]
- comply with RFC2637 on echo wait and idle wait parameters [Brox]
- new pptpd-logwtmp-strip-domain option [Cameron]
- defer writes to pty until pppd has set it up properly [Cameron]
- process initial packet length header properly [Beregszaszi]
- ignore ENETDOWN and ENXIO on sendto in bcrelay [Cameron]
- add section on debugging to pptpd.8 [Mueller]

1.2.3: released 2005-02-17

- error check critical dup2 calls [Cameron]
- performance, use writev() if available, avoiding memcpy() [Sundberg]
- compilation fix for gcc old versions [Cameron]

1.2.2: released 2005-01-05

- fix deadlock hang due to syslog(3) called by signal handler [Cameron]
- turn off logging to stderr, to prevent loopback [Hall]
2009-02-24 21:22:41 +00:00
rillig
d5140de49d Fixed "test ==". 2006-11-11 16:48:14 +00:00
joerg
14b09873ae DragonFly support. 2006-03-23 00:53:48 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
reed
ee8be9d0c1 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.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
cube
67d1335182 Correctly reference location of the logwtmp plugin. Otherwise it makes
pppd fail and the connection doesn't happen.  PKGREVISION++.
2005-01-12 12:28:04 +00:00
cube
97d4635778 PLIST update forgotten in previous commits. 2005-01-02 19:30:56 +00:00
cube
ed49106a15 Update poptop to version 1.2.1.
pkgsrc changes and patches:
 o As pppd binary location is configurable at run-time, it is no longer
   necessary to use ./configure tricks to use another pppd.
 o Add a rc.d script.
 o Disable bcrelay build unconditonally, until it is made portable.
 o Move configuration file over to PKG_SYSCONFDIR.

Changes:

1.2.1: released 2004-06-23

[* Nothing relevant *]

1.2.0-b4: released 2004-05-25

- fix for options file check when no options file wanted [Cameron]
- fix for SIGTERM handling [Guraj]
- minor manual page edits [Wilson]
- fix printing of connection speed [Dubiec]
- fix segfault if built --with-bcrelay but no option used [Cameron]
- add --logwtmp option to track users online [Cameron/Guraj]
- remove vpnwho.pl from package (due to --logwtmp) [Cameron]
- include README.portslave in distribution [Cameron]

1.2.0-b3: released 2004-04-25 (ANZAC day)

- add hint for EIO to suggest pppd option syntax [Cameron]
- add routing checklists to pptpd.conf man page [Cameron]
- fix broken --stimeout option [Cameron]
- rework all manual pages, cross check against programs [Cameron]
- add --ppp option for portslave support [Cameron]
- fix unanticipated exit() when --noipparam option used [Cameron]
- fix segfault on pptpctrl called with no arguments [Cameron]
  {closes: Bug#140709}
- include vpnwho.pl in package [!3runo]
- note that speed is ineffective on Linux [Cameron]
- rework comments in sample configuration files [Cameron]
- update references to web sites [Cameron]
- minor edits to manual pages [Cameron]
- improve script comments [Cameron]

1.2.0-b2: released 2004-04-22 to test team (Peter & Bruno)

- fix build without bcrelay [Cameron]
- adopt bcrelay version from main package [Cameron]
- when built without bcrelay, the bcrelay will exit [Cameron]

1.1.4-b4:

- terminate call on any CALL_CLR_RQST [!3runo]
- unblock SIGCHLD [Stamfest]
  {closes: Bug#248123}
- report pppd path in debug mode [Cameron]
- report cause of failed execvp() [Cameron]
- explain pppd launch failure [Cameron]
- pass ipparam to pppd [Ammirata]
- add bcrelay [Bolhuis]
- fix loss of first GRE packet [fghdgh]
- fix inheritance of console file descriptors [fghdgh]
- fix pidfile option [Mandzgaladze]
- fix two buffer overflows [Otero]
- fix potential buffer overflow [Vroede]
- enhance callid [Latypov] {does not close Bug#171831}
2005-01-01 06:26:41 +00:00
snj
87a080981c Convert to buildlink3. 2004-04-25 08:01:15 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
cube
e2f781bf9e Update to 1.1.3.20030409 ; this project is now hosted at SourceForge.
Take over maintainership (per discussion with dbj@).

OK'd by seb@ and dbj@.

Close pkg/22706.

Poptop ChangeLog
---------------------------------------------------------------------------
v1.1.3
* Wed Apr  9 2003 Richard de Vroede <r.devroede@linvision.com>
- fixed a potential buffer-overflow in ctrlpacket.c

* Thu Aug 22 2002 Richard de Vroede <richard@linvision.com>
- added stimeout option to pptpd.conf manpage
- updated the Changelog file ;-)

* Tue Aug 20 2002 Richard de Vroede <richard@linvision.com>
- removed debug commandline option from pptpd.init

* Thu Aug  1 2002 Richard de Vroede <richard@linvision.com>
- added config(noreplace) so old configs don't get replaced
- fixed postscriptlet
- adapted spec to cvs tree

* Wed Jun 26 2002 Richard de Vroede <richard@linvision.com>
- specfile now supports --with[out] options

---------------------------------------------------------------------------
v0.9.13 -> v1.1.3
* June 18 2002 Richard de Vroede <richard@linvision.com>
- migrated to version higher than last poptop release
- bugfixed

---------------------------------------------------------------------------
2003-09-17 19:37:08 +00:00
hubertf
997eff6fd9 beautify 2003-09-07 14:40:32 +00:00
hubertf
cc29c308a8 post-1.6 is also affected, noted by Quentin Garnier 2003-09-07 14:39:35 +00:00
hubertf
a2fdc20f9b Add hint that NetBSD 1.6 and earlier has problems with this and
the gre interface.
2003-09-07 11:32:26 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
salo
a55f8fb942 Use buildlink2 to prevent false dependency on gettext-lib. Noticed by cyber@.
Remove now unnecessary post-patch target, delint, whitespaces, better wording
and formatting.
2003-06-18 01:01:20 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
kim
630505b840 Upgrade to poptop-1.0.1 since the old distribution was no longer
available, you get an HTML page instead.  Fixed a syntax error in
configure.in that caused compilation to fail (even with the old
version) due to gettext(3) not found (-lintl was dropped).
2001-12-23 17:18:12 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
648f6af2e7 (re)gen 2000-01-10 01:25:11 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
agc
a93cea9408 Move from RUN_DEPENDS to DEPENDS, and clean up the directory path. 1999-11-24 10:33:01 +00:00
dbj
ab6f85f54a A PPTP server which can support Microsoft VPN clients. 1999-10-08 04:32:23 +00:00