summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-01-02Still allow pervious behaviour to detect kernel PPP support.cube2-8/+20
2005-01-02PLIST update forgotten in previous commits.cube1-5/+7
2005-01-02Add our revision 1.50 of sys-bsd.c that I had forgotten. It adds supportcube2-14/+39
for cloning ppp(4) as found in -current.
2005-01-02Remove ppp-mppe, obsoleted by pppd and mppe-lkm. I can't really say I willcube62-10037/+1
regret it.
2005-01-02Add an enable mppe-lkm and pppd.cube1-1/+3
2005-01-02Initial import of mppe-lkm, version 0.0.4, into the NetBSD Packagescube7-0/+810
Collection. To get encryption over a PPTP connection, you need the kernel to support the MPPE algorithm. It is used as a PPP compression module, and the mppe-lkm package provides a LKM (Loadable Kernel Module) that will install the functionality into your NetBSD kernel.
2005-01-02Initial import of pppd, version 2.4.3, into the NetBSD Package Collection.cube46-0/+4983
The PPP Daemon is the userland part of the Point-to-Point Protocol. It works in combination with a dedicated kernel network interface usually named ppp. PPP is a very extensible protocol and pppd supports a large number of options, including compression (through various algorithms), cryptography (Microsoft's MPPE) and authentication (PAP, CHAP, Microsoft CHAP), provided the kernel has the relevant back-ends in some cases.
2005-01-01Add missing dependencies (glib2, pkgconfig) and bump PKGREIVISION.minskim1-1/+4
2005-01-01Update poptop to version 1.2.1.cube11-1026/+493
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}
2004-12-31Disable threads.kim3-9/+77
2004-12-31Upgrade to irrd-2.2.3:kim4-49/+58
- RPSLng and IPv6 support
2004-12-31A bug in the configure script made it partly ignore our request ofkristerw3-3/+21
--disable-thread. Fix this. This closes PR pkg/21553. Bump PKGREVISION.
2004-12-31Update openvpn-current to 2.0rc1. Changes from version 2.0beta15 include:jlam3-7/+8
* Addition of management interface over loopback to provide a way for non-root users to control the openvpn daemon. * Fixed bug where --resolv-retry was not working properly with multiple --remote hosts. * Improvements to EasyRSA included with OpenVPN distribution. * Fixed SSL context initialization bug. * Changed default port number to 1194 per IANA official port number assignment. * Changed client virtual IP derivation precedence: (1) use --ifconfig-push directive from --client-connect script, (2) use --ifconfig-push directive from --client-config-dir, and (3) use --ifconfig-pool address. * Added --echo directive. * Added --auth-nocache directive.
2004-12-31Add the __PREFIX__ replacement back, which was deleted by mistake inminskim2-10/+11
the previous commit. No PKGREIVISION bump since it was bumped in minutes ago.
2004-12-31Set the path to perl in scripts correctly using REPLACE_PERL. Notedminskim3-10/+16
by Martti Kuparinen on tech-pkg@. Bump PKGREVISION.
2004-12-31VISION, not VISIN.wiz1-2/+2
2004-12-31Remove unnecessary patch-aa after adding the hidden dependency on openssl,jlam3-33/+5
since ctorrent links against both libssl and libcrypto. Bump the PKGREVISION to 1 as a result of the dependency change.
2004-12-30Remove RCS Ids from patches.tron3-21/+5
2004-12-30Fix build errors under NetBSD-current triggered by the recent changestron3-1/+77
to "ctype.h".
2004-12-29Move "User-settable rc.conf variables and their default values"schmonz9-86/+30
section above the inclusion of rc.subr, and express the default assignments more succinctly (from Todd Vierling). Remove Jonathan de Boyne Pollard's dnscache-showctl and tinydns-showctl, since they don't apply to services run with these rc.d scripts. Bump version.
2004-12-29Use VARBASE.minskim3-6/+6
2004-12-29Use VARBASE.minskim5-10/+10
2004-12-29- Update oinkmaster to 1.1adrianp3-22/+33
- Tidy up of package - New homepage on SourceForge - Install man page, extra examples and extra doco - Lots of change/bugfixes see: http://oinkmaster.sourceforge.net/changelog.shtml
2004-12-29- Update to 0.21adrianp3-11/+10
- Security fix (http://www.atstake.com/research/advisories/2003/a080703-2.txt) - PPP interfaces supported
2004-12-29- Bump to 2.01adrianp2-7/+6
* New Release INET6-2.01 . * Patch from Wouter de Jong <wouter (at) widexs.nl> - fixing the parser on regexp at sock_info() * Patch from Olaf M.Kolkman <olafr (at) ipe.net> - Toggle the -w flag to avoid some warning messages around tests * fixing peerhost method.
2004-12-29update to 2.0.1recht2-7/+6
pyorbit-2.0.1: 4-October-2004 - x86_64 build fixes (Mark McLoughlin) - export pyorbit versions (Gustavo) - Python 2.4 fixes (James) - Bug fixes (James, Bowin Owens)
2004-12-28Bump PKGREVISIONs due to libtiff update.reed3-6/+6
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Use shell conditional instead of ".if exists()" and "BUILDLINK_PREFIX"tron1-10/+8
instead of "X11PREFIX".
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed46-64/+92
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27Maintainer says in PR 28643 to restrict this package on NetBSDwiz1-2/+2
to NetBSD<2.0 -- make it so.
2004-12-27Make this build with GTK+ version 2.6.0 or newer.tron1-1/+10
2004-12-26Update net/polsms to version 2.0.2zuntum5-69/+18
* misc improvements and bugfixes (english changelog is not available)
2004-12-26Mark this package as broken until it can be taught to use a newer OpenSSLjlam1-1/+3
release.
2004-12-26Update to 0.7.1.wiz3-20/+5
Changes since 0.7.0: - Workaround for problems with big files (DVD images) when compiling with GCC 3.0 to 3.3. - removed "too many files missing, won't attempt to download them from fallback mirror" logic in jigdo-lite because it was broken - .jigdo file format: Semantics of multiple [Image] sections have changed: Formerly, the idea was that one .jigdo could provide multiple images, but the idea never caught on and the idea "one .jigdo => one image" is firmly planted in people's minds now. The original incentive of allowing multiple [Image] sections was to make it possible to avoid duplication of .jigdo data, by providing all 7 CDs and the single DVD in one .jigdo. This duplication can now be avoided by [Include]ing the CDs' files from the DVD's, because all except the first [Image] section are ignored. - Fixed minor bug in jigdo-lite; it would sometimes abort even if no error code was returned by jigdo-file - GUI: Added code for processing of .jigdo files and [Include] - GUI: Added simple caching of downloaded data during .jigdo downloads - Bugfix for "jigdo-file make-image" (Steve McIntyre): Failed assertion `nextAlignedOff>off' and huge .template with >4GB image. - Bugfix for "jigdo-file make-template": Sometimes *incorrectly* reports: "You have found a bug". (Maxim Reznik) - Bugfix for "jigdo-file make-image": Handle I/O errors more gracefully (Brian Bennett) - Bugfix for "jigdo-file make-image" (Andreas Krüger): Do not allocate on the stack an array whose size is the number of matched files in the image. This gave, er, "funny" results with tens of thousands of matches... <slap> - Added comfortable debugging aids ("debug(fmt,...)", --debug=...) - Various documentation updates (manpages, Hacking.txt, changelog;-P) - Fix for build problems if size_t is 64 bits wide - Various fixes to allow compilation with GCC 3.4 - Added unit tests for many parts of the code, with support in depend.awk - Fixed bug in html-beautify.awk - Vanity meter reports 26000 lines of code in 120 files
2004-12-25Update to 0.67:wiz4-10/+10
v0.67 Bad keyboarding by REW caused this one out the door. Sorry. No changes. v0.66 Through the Debian bugtracking system a bug report and fix was sent my way, that deals with stupid optmization trying to save some 768 bytes of memory, sacrificing "it works" on a different architecture... (default char signedness)
2004-12-25Depend on py-wxWidgets instead of py-wxWindows. Bump PKGREVISION.wiz2-5/+6
2004-12-25Revert previous, committed by accident.wiz2-15/+15
2004-12-25Grammar fixes.wiz4-24/+25
2004-12-25Add and enable mldonkey-gui.jmmv1-1/+2
2004-12-25Initial import of mldonkey-gui, version 2.5.21, which provides the GTK GUIjmmv3-0/+42
that comes with mldonkey.
2004-12-25Change this package to only install mldonkey's core program and add a rc.djmmv6-63/+101
script to ease its startup as an unprivileged user. While here, split the Makefile to help the forthcoming mldonkey-gui package. This makes it very easy to run mldonkey on a dedicated server w/o X11. Furthermore, this approach is similar to what other systems do (like Gentoo). Bump PKGREVISION to 3. Ok'ed by wiz@, the maintainer.
2004-12-25Remove ftp.gw.com (mirror discontinued).kim1-2/+1
2004-12-24Adjust dependencies after ocaml has been splitted into three differentjmmv3-6/+6
packages: ocaml, ocaml-graphics and labltk. Bump PKGREVISION.
2004-12-23This package builds fine with the latest version of Python.darcy1-2/+2
2004-12-23Update skype to 0.93.0.3. Changes include:rh3-30/+35
* feature: system tray alerts for contacts coming online, incoming calls, IM-s (configurable in Options) * feature: configurable/overridable resource directory * feature: "ringing" sound for caller * feature: incoming IM notifications (incoming im sound && typo on start page) * feature: call duration and time displaying * feature: tooltips in Contact List * change: send contacts error dialogs * change: accessing "Send Contacts" function * change: Contacts should be sorted in conference dialog * change: 'Add a contact' dialog behaviour * change: delete contact using Del key * change: renaming Contact - dialog behaviour * change: use DISPLAYNAME instead of FULLNAME in call list and elsewhere * change: Put active call on hold - missing dialog * change: Dismiss conference - missing dialog * change: new items to Help menu * bugfix: Gnome floating tray icon * bugfix: some buttons and functions should be disabled, if you have blocked someone * bugfix: Add a SkypeOut contact- ugly dialog window * bugfix: Information dialog is not correct when trying to send file to blocked user * bugfix: Receive a file - header is missing in some languages * bugfix: Recycle bin button in Call History should be disabled if filter doesn't contain any calls * bugfix: Incorrect IM sorting logic * bugfix: Enter key in block dialog * bugfix: Time display in authorization request window * bugfix: missing context menu items * bugfix: Ugly highlight color * bugfix: too long "about" text messes profile viewer up * bugfix: Start tab watermark problems with missed ims/calls/authrequests * bugfix: Conference dialog shouldn't contain blocked users * bugfix: Start tab event cosmetics
2004-12-23Update speedtouch to 1.3.1.skrll9-71/+256
The main changes is to support revision 4 modems (silver cycle helmet/beetle) and to use the threaded pppo3 if native threads are available. Tested on: - stringray by David Brownlee (abs@) and me - purple cycle helmet/beetle by David Brownlee - silver cycle helment/beetle by me
2004-12-22Note new homepage for netcat.adrianp1-2/+2
2004-12-22I'm unable to maintain this package. (No homepage found; move to gnetcat.)kim1-2/+2
2004-12-22- Portability fix, use @ROOT_USER@:@ROOT_GROUP@ as opposed to hardcodingadrianp2-3/+5
root:wheel in the startup script. - Again thanks to kbrand (at) dplanet.ch for the suggestion.
2004-12-22+ netgroupxtraeme1-1/+2