summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-01-04Initial import of vino, version 2.8.1:jmmv4-0/+117
VNC (Virtual Network Computing) software makes it possible to view and fully-interact with one computer from any other computer or mobile device anywhere on the Internet. VNC software is cross-platform, allowing remote control between different types of computer. VNC has a wide range of applications including system administration, IT support and helpdesks. It can also be used to support the mobile user, both for hot desking within the enterprise and also to provide remote access at home, or on the road. The system allows several connections to the same desktop, providing an invaluable tool for collaborative or shared working in the workplace or classroom. Computer support within the geographically spread family is an ever popular use. Vino is an VNC server that integrates cleanly within the GNOME Desktop.
2005-01-04Merge changes between tnftp-20030825 & tnftp-20050103lukem21-424/+559
2005-01-04RCD_SCRIPTS_EXAMPLEDIR moved. Should fix to actually use the variable.markd2-4/+4
2005-01-04Update to netatalk 2.0.2.markd7-33/+46
Changes in 2.0.2 NEW: cnid: Add an indexes check and rebuild, optional for dbd (parameter check default no), standalone program cnid_index for cdb. UPD: Enhanced afpd's -v command line switch and added -V for more verbose information UPD: uams_gss: build the principal used by uams_gss.so from afpd's configuration, don't use GSS_C_NT_HOSTBASED_SERVICE UPD: cnid_dbd: add process id in syslog and small clean up REM: remove netatalkshorternamelinks.pl FIX: afpd: check for DenyRead on FPCopyFile FIX: afpd: add missing flush for AD2 Metadata on FPCopyFile FIX: afpd: Deal with AFP3 connection and type 2 (non-UTF8) names. reported by Gair Heaton, HI RESOLUTION SYSTEMS FIX: afpd: Broken 'crlf' option FIX: afpd: fix afpd/dhx memory bug, by Ralf Schuchardt FIX: afpd: Return an error if we cannot get the db stamp in afp_openvol. FIX: afpd: Fix slp registration with Solaris9 slpd, from hat at fa2.so-net.ne.jp
2005-01-04When linking against libssl, also link against libcrypto.wiz2-1/+24
2005-01-04Update nicotine to 1.0.8. Needed to connect to slsk these days.hubertf2-6/+5
Changes: - Added the missing handler for server-pushed searches - Allow users to have negative speed-ratings - Double click downloads in searches and browsers, join room in room list
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-2/+2
2005-01-03Remove KDE2 packages (and their dependencies) as proposed on tech-pkg.wiz12-1107/+1
2005-01-03Import tnftp 20050103.lukem10-361/+453
Various changes, including: * forbid mget of filenames that aren't in or below the local cwd. * improve auto-fetch transfers * improve www/proxy authentication support * improve http response header parsing * change UCB-licensed code from 4-clause to 3-clause
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.