summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-01-11Fix ${MACHINE_ARCH} conditional (it's "x86_64, not "amd64"). Sinceschmonz2-5/+59
Bernhard Roth's tinydns-data patch for 64-bit systems is no longer available on the net, store it directly in pkgsrc.
2006-01-10Removing seemingly verbose noop.joerg1-6/+1
2006-01-10Add DragonFly.joerg2-4/+4
2006-01-10Include sys/types.h before openssl/sha.h to get size_t on DragonFly.joerg2-1/+13
2006-01-10Fix errno. Since this is a multithreaded program, bump revision.joerg6-2/+88
2006-01-09Use SUBST framework.joerg1-6/+7
2006-01-08Add DragonFly support. Use PTHREAD_* instead of -lpthread.joerg4-9/+13
LDFLAGS is exported automatically, but add -lmd for DragonFly.
2006-01-08Add DragonFly support.joerg7-2/+94
2006-01-08Fix errno.joerg2-1/+21
2006-01-08Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysqlxtraeme9-16/+18
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08Use SUBST framework.joerg1-3/+9
2006-01-08Remove build phase: nothing to substitute.joerg1-6/+3
2006-01-08Use SUBST framework, add man pages to the list of files in need ofjoerg7-29/+28
substituation. Use PKG_SYSCONFDIR instead of PREFIX/etc, it can be different. Bump revision.
2006-01-08Add some bug fix patches from hlfl's CVS, reported by ISIHARAwiz6-2/+89
Takanori in PR 27105. Bump PKGREVISION.
2006-01-08This package contains a hardwired list of device driver names(ewww).wiz9-268/+189
Assume that x86_64 has the same drivers as i386, addresses PR 32332. No PKGREVISION bump since it didn't compile on amd64 before. While here: remove superfluous patches patch-af, patch-ag to config.sub files (get replaced by CONFIG_SUB_OVERRIDE anyway) split up multi-patch patch-aa into four patches patch-a[hijk]
2006-01-08Use SUBST framework.joerg1-7/+5
2006-01-06Update to 107.3. Changes unknown.wiz5-11/+46
2006-01-06Update to 2.7.2:wiz4-10/+8
2006/01/05: version 2.7.2 = tag release-2-7-2 4764: Patch for MLDonkey-compiled Ocaml-3.09.1 to fix GTK1 oldgui compile 4763: Compile patch for GTK1 oldgui with Ocaml 3.09.1 Ocaml 3.09.1 has a bug which prevents compiling GTK1 oldgui. A patch can be found here: http://caml.inria.fr/mantis/view.php?id=3948 2006/01/04 4761: Insert glibc version in archives build by release targets 4760: Allow use of Ocaml 3.09.1 MLDonkey can now be compiled with Ocaml 3.08.3/4, 3.09.0/1 Default for MLDonkey-compiled Ocaml is now 3.09.1 4759: Configure: Improve gcc check 4757: Compile patches for MorphOS (Christian Rosentreter) 4748: HTML: Allow rename of files with '#', '&' and '%', remove invalid chars from filenames depending on OS (thx to pango) 4756: HTML: Print build- and runinfo on main page, fix reload bug when changing html_mods/html_themes (Knocker) 2006/01/03 4751: Ease use of messages_filter option (pango) 4753: Allow upper case MD4 for ed2k-links in mldonkey_submit (fcrozat) 4754: New parameter --auth for mldonkey_command (plf team) 2006/01/02 4749: GUI: send shared sub_files to gui (zet) 2006/01/01 4712: Change terminal color for command line from blue to cyan (romildo) 4742: Log: remove verbosity "tor" & "file", improve verbosity "verb" 4743: EDK: Print "File is already shared" when trying to start downloading an already shared file 4744: Split client_timeout into ED2K-client_timeout and BT-client_timeout, increase BT-client_timeout to 90 (tradie) 4745: Update config.guess and config.sub to version 2005-12-23 2005/12/28 4725: Check if ulimit is sufficient for MLDonkey, auto-adjust max_opened_connections * moved ED2K-max_indirect_connections to downloads.ini * max_indirect_connections is now a %-value of max_opened_connections * minimum ulimit for open files is now 150 (most systems have 1024), MLDonkey will refuse to start if ulimit is lower * minimum max_opened_connections is now 75 * reduced max_concurrent_downloads from 60 to 50 * minimum ulimit -n 150 is used like this: - 75 max_opened_connections - 50 downloading files - 5 upload slots - 20 fd as reserve for ini files 4704: Fix some C compile warnings (schlumpf) 4739: Fix some cross-compiling obstacles, remove Ocaml 3.08.2 compatability * Cross-compiling is only possible with a correct Ocaml toolchain * MLDonkey can not build this Ocaml toolchain * This patch only fixes some autoconf checks 4735: MinGW: pause before core exit because of existing Pid file 4736: New commands: sysinfo, runinfo and diskinfo * removed temp_directory and core_directory from shares command output * new commands sysinfo, runinfo and diskinfo * buildinfo now prints only buildinfo * runinfo prints run-time information * new command diskinfo prints filesystem data about temp_directory, core_directory and all shared dirs * sysinfo prints buildinfo, runinfo and diskinfo alltogether 4712: Change terminal color for downloading files from blue to cyan (romildo) 2005/12/24 4732: Log: More infos for verbosity = " verb" 2005/12/21 4728: fix date format (zet) 4730: BT: parse path.utf-8 (zet) 2005/12/19 4726: New option space_overhead to adjust garbage collection (bogeyman) 4724: Windows: 10 seconds pause when core start fails to make error messages readable 2005/12/18 4723: New build target: make ocamldoc (pango) 4721: Log: Improve output for verbosity "verb", remove verbosity "hid" 2005/12/17 4719: Fix linking of dp500 (pango) 4715: OV: Improve searching, longer ov timeout, some more bugfixes (bogeyman) 4718: Fix bug which prevented proper write to files introduced in patch #4694 4717: EDK: Removed unused variable file_md4s_to_register (bogeyman) 2005/12/16 4703: BT: Deactivate dead trackers, re-enable them if no active trackers are found (pango) 4708: HTML upstats: Enable preview for shared files 4652: dllink: reject EDK files > 4GB, print access errors for .torrent files 2005/12/15 Removed orphaned files: src/networks/donkey/donkeyFiles.mli src/networks/donkey/donkeyInteractive.mli src/networks/donkey/donkeyMain.mli 4710: Re-add some protocol information as comments removed by patch 4694 4709: Fix zip file extract broken due to patch 4694 (Ocaml 3.09) 4707: Fix recover_temp broken by patch 4674 (force_download) 2005/12/14 4706: EDK: Remove donkeyChunks, use commonSwarming for op_file_check 4702: Correct timezone in e-mail, nicer uptime, timezone and uptime in runinfo 4694: Fix lots of compile warnings in Ocaml 3.09 4705: Update config.guess and config.sub to version 2005-11-11 Mozilla MLdonkey Protocol Handler updated to version 1.7 2005/12/13 Removed orphaned files: src/networks/fasttrack/fasttrack.ml src/networks/gnutella/gnutella1.ml src/networks/gnutella/gnutella.ml src/networks/gnutella/gnutellaScheduler.ml src/networks/gnutella/gnutellaZlib.ml src/networks/gnutella2/g2Scheduler.mlt src/networks/gnutella2/gnutella2.ml 4700: Log: New verbosity option "gui" to debug GUI protocol 4696: Fix some C compiler warnings 2005/12/10 4687: Compile fix for Ocaml 3.09.0 (gildor), MLDonkey can now be compiled with Ocaml 3.08.[2,3,4] and Ocaml 3.09.x (4687_min2.patch) 4693: Compile patch in sha1.c for FreeBSD (lioux) 4689: Catch exception in file_completed_cmd to let commit complete 4691: file_completed_cmd: $DURATION in seconds (debonair)
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz13-25/+26
2006-01-06Per PR pkg/30133 majordomo conflicts with net/bounce.garbled1-1/+3
2006-01-06Use SUBST framework. Be pedantic and also replace /bin/sh with ${SH}.joerg3-8/+14
2006-01-05Update to 2.3.5, from Sergey Svishchev in PR 32460:wiz2-8/+6
07/03/2005: Version 2.3.5 - Fix crash with replay live mode (-S) - Fix longstanding tcpprep auto/router mode bug 06/05/2005: Version 2.3.4 - Support libpcap <= 0.5 for OpenBSD - libpcap 0.5 doesn't have pcap_open_dead, so disable -w, -W and -D in that case - Fix configure errors regarding libpcapnav - Fix compile problem in libpcap.c with OpenBSD - Fix compile problem where libpcap and libnet are in /usr and libpcapnav is somehwere else - Don't ship .svn directories - Close stdin so we can reopen it if necessary Remove BROKEN_IN, since it builds fine for me on 3.99.15/i386.
2006-01-05Apply my logging patch until kim updates his package.christos3-2/+37
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz6-18/+12
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-03Update vpnc to 0.3.3. Changes:hubertf5-22/+157
* ignore \r in config files * (hopefuly) fixed 64bit bugs (Nicolas Boichat and Zach Brown) * added support for "Split-Net" Routing * introduced vpnc-script and removed vpnc-connect * always search for configfiles in /etc/vpnc/ expect if the filename contains at least one "/" * only read /etc/vpnc/default.conf and /etc/vpnc.conf if no other configfiles are provided * various other fixes contributed by Anton Altaparmakov, Randy Chou, "krabat", Andre Vanha and Nikolay Sturm
2006-01-03Include database schemas in the installadrianp4-4/+14
Bump snort{-mysql,-pgsql} to nb1
2006-01-03One more update of distinfo by USE_RUBY_DIST_SUBDIR change.taca1-4/+4
2006-01-02Update to version 0.10.14salo7-410/+10
Bug Fixes Three security vulnerabilities have been fixed since the previous release (fixed in pkgsrc via patches): - The IRC dissector could go into an infinite loop. - iDefense found a buffer overflow in the OSPF dissector. and - The GTP dissector could go into an infinite loop. New and Updated Features The following features are new (or have been significantly updated) since the last release: - The Windows installer now ships with GTK+ 2.6 instead of GTK+ 2.4. This should fix several long-standing bugs. - If you're loading a saved capture file and press "Cancel", Ethereal will now display the packets read up to that point. In previous versions, Ethereal would abort the attempt completely and clear the packet list. This means that if you're loding a huge capture file, you can stop loading in the middle and still be able to analyze part of the file. - The maximum number of files allowed in a ring buffer has been increased from 1024 to 10,000. - OID to name resolution has been improved. - TCP graphs now handle upper and lower bounds better. New Protocol Support 3Com Netjack200, CDT, CIGI, DAP, DISP, DOP, DSP, FTBP, MS NLB, NBAP, NCP SSS, NCS, NHRP, P_Mul, RNSAP, SMB2, STANAG 5066, TIPC, UDP-Lite, X.501 Updated Protocol Support ACSE, AIM, ALCAP, AMR, ANSI MAP, BER, BitTorrent, BOOTP, CAMEL, CMP, CMS, COPS, CRMF, DCCP, DCERPC (DCERPC, DSSETUP, INITSHUTDOWN, NT, WINREG), DEC DNA RT, DNP, DTP, eDonkey, ENIP, ESS, Etheric, FC-DNS, FC-FZS, FMIPv6, GRE, GSM A, GSM MAP, GTP, H.225, H.235, H.245, H.248, H.263, H.450, IAPP, IEEE 802.11, INAP, IP, IPv6, IRC, ISIS LSP, ISUP, IUUP, Juniper, LLDP, M3UA, MIP, MIPv6, Modbus/TCP, MTP3, NCP, NDPS, NDS, NEMO, NMAS, NTLMSSP, OSPF, PER, PN-DCP, PPP CHAP, PPPoE, PVFS2, Q.931, RADIUS, RANAP, RDT, RLOGIN, RMT, ROS, RTCP, RTP, RTSE, S4406, SCCP, SCTP, SES, SIP, SMB, SNDCP, SRVLOC, STUN, T.38, UMA, WINS Replication, X.411, X.420, X.509 New and Updated Capture File Support DOS Sniffer, Endace ERF, HP-UX nettl, IBM iSeries traces, Tektronix K12
2006-01-02Update net/samba to 3.0.21a. Changes since version 3.0.20b include:jlam25-222/+184
Bugfixes: o Address a bug in the oplock code which may cause clients to stall when multiple users are accessing a share concurrently o Missing groups in a user's token when logging in via kerberos o Incompatibilities with newer MS Windows hotfixes and embedded OS platforms o Portability and crash bugs. o Performance issues in winbindd. Additions: o Complete NTLMv2 support by consolidating authentication mechanism used at the CIFS and RPC layers. o The capability to manage Unix services using the Win32 Service Control API. o The capability to view external Unix log files via the Microsoft Event Viewer. o New libmsrpc share library for application developers. o Rewrite of CIFS oplock implementation. o Performance Counter external daemon. o Winbindd auto-detection query methods when communicating with a domain controller. o The ability to enumerate long share names in libsmbclient applications.
2006-01-02Add hack to fix build on OS X with BIND9 system resolver.schmonz1-0/+9
2006-01-02Include a set of patches from Jukka Salmi in PR# 30805adrianp6-2/+201
The patches are a modified version of some enhancements to tcpflow from Debian Adds the following options: -e When outputting to the console each flow will be output in alternating colours. -C Console print without the packet source and destination details being printed. Print the contents of packets to stdout as they are received, without storing any captured data to files (implies -s).
2006-01-01Update "howl" package to version 1.0.0. Changes since version 0.9.10:tron4-40/+28
- update to mDNSResponder core 58-8-1 - compile out heap debugging when NDEBUG macro is set during compilation - errors encountered when parsing conf file are logged - fix various unsafe sprintf calls (contributed by David Young dyoung@pobox.com) - compiles cleanly using cygwin - support for compiling under OpenBSD - error in docs regarding swapped parameters to sw_discovery_publish_reply
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz11-15/+22
Bump BUILDLINK_RECOMMENDED.
2005-12-29Add aiccu.ghen1-1/+2
2005-12-29Import net/aiccu, ok'ed by wiz.ghen8-0/+152
AICCU (Automatic IPv6 Connectivity Client Utility) makes it easy for users to get IPv6 connectivity via SixXs. After having requested an account, tunnel and optionally a subnet, AICCU can be used to automatically configure the tunnel. AICCU supports TIC (Tunnel Information & Control protocol), which it uses for retrieving the tunnel configuration information, AYIYA, which allows tunnels to be created even behind firewalls and NATs.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam93-187/+93
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Add ez-ipupdate and netcat6.ghen1-1/+3
2005-12-28Import ez-ipupdate from pkgsrc-wip. Ok by wiz.ghen10-0/+199
ez-ipupdate is a small utility for updating your host name for the any of the dynamic DNS service offered at: * http://www.ez-ip.net * http://www.justlinux.com * http://www.dhs.org * http://www.dyndns.org * http://www.ods.org * http://gnudip.cheapnet.net (GNUDip) * http://www.dyn.ca (GNUDip) * http://www.tzo.com * http://www.easydns.com * http://www.dyns.cx * http://www.hn.org * http://www.zoneedit.com The key features are: support for multiple service types, daemon mode that monitors your IP address and only sends updates when your IP address changes.
2005-12-28Import netcat6 from pkgsrc-wip.ghen6-0/+77
Netcat6 is a total rewrite of netcat, with several advantages: * It fully supports IPv6. * It is far more efficient, utilizing flexible buffering and minimal (or no) data copying or analysis. * The source is well structured, documented and very easy to follow. One of the main objectives of netcat6 is to produce an excellent example of AF independent networking and efficient data transfer. The code has minimal dependency on the address family or protocol type and can be trivially extended to talk many layer 3 protocols. * Greatly improved configuration and platform independence. * Can support servers or clients that use TCP half-close. Some features of the original netcat are not present in netcat6, either because they haven't yet been implemented or because there exists better tools for the job. See the TODO file included in the netcat6 package for more information.
2005-12-28# USE_INET6 (pick this up for README-IPv6.html)ghen1-3/+1
won't help, since the code does the following (from pkgsrc/Makefile): @${GREP} -l -e '^BUILD_DEFS.*=.*USE_INET6' -e '^PKG_SUPPORTED_OPTIONS.*=.*inet6' \ (noted by wiz).
2005-12-28Import new tspc package from PR#32252. Ok by grant and wiz.ghen9-0/+156
2005-12-28This package is outdated and unmaintained, replace it with a newer one fromghen9-199/+0
PR#32252. Ok by grant and wiz.
2005-12-27In INSTALLATION_DIRS precreate PKGMANDIR directories not "man".reed1-2/+2
2005-12-27Use PKGMANDIR instead of hard-coded "man".reed1-3/+3
2005-12-27Install man page to PKGMANDIR instead of hard-coded "man".reed1-3/+3
2005-12-27Fix errno. Prefer NAME_MAX. Add DragonFly.joerg5-18/+64
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb12-24/+24
2005-12-27Fix errno. Fix GCC 3.4+ due to mismatch between implied andjoerg10-23/+152
real prototype. Add DragonFly.
2005-12-27Fix errno usage. Add DragonFly support. Always use config.guess /joerg12-42/+110
config.sub from pkgsrc.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz6-6/+24
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.