Commit graph

8381 commits

Author SHA1 Message Date
tonio
4e56793dd8 patch-ac wasn't applying cleanly 2008-01-13 21:20:58 +00:00
wiz
f83ba07cf1 Update HOMEPAGE and MASTER_SITES. 2008-01-12 11:55:02 +00:00
adam
707dd64033 db4 update related revision bump 2008-01-12 11:36:28 +00:00
taca
85833aafc0 Remove ja-samba package.
ja-samba; Samba Japanese isn't maintained for these years and it contains
unfixed security problem.  And it is Samba 2.x base, so it's time to say
"Good by".
2008-01-12 06:07:38 +00:00
taca
6d02fdf14d Delete ja-samba. 2008-01-12 06:05:00 +00:00
reed
7cf1897b34 This package was renamed from WIP version.
Add a CONFLICTS for the previous name (which I had installed).
2008-01-10 18:53:16 +00:00
ghen
1d9ee80bb7 Full DESTDIR support. 2008-01-09 13:13:09 +00:00
hubertf
babda1af94 Fix a few leftovers from previous update, noted by Jukka Sallmi in private mail:
* remove RCS ID from patch-ab
 * remove duplicate line in Makefile
 * Update checksums
2008-01-09 12:25:40 +00:00
hubertf
c3381295ee Update to 0.5.1, regard PKG_SYSCONFDIR
furthermore cisco-decrypt(1) and pcf2vpnc(1) also get installed.

Changes in vpnc-0.5.1:
    * link against -lcrypto instead of -lssl, fix from: Christophe Thil
    * fixed crashes on 64bit platforms by Tomas Mraz, report by Brian Downing
    * fixes to keepalive code from Brian Downing
    * generate options part of the manpage automatically, by Wolfram Sang
    * fix dead peer detection problems with Sonicwall, by Gerald Hanusch and
      Wolfgang Astleitner
    * fix disconnect problems with Sonicwall (please test if it fixes the known
      problems with Cisco), by Gerald Hanusch and Wolfgang Astleitner
    * again special thanks Joerg Mayer for handling all patches since the
    * various other fixes contributed by Scott Rankin, Markus Meschederu

Changes in vpnc-0.5.0:
    * Dead-Peer-Detection support by Kyle McKay
    * Hybrid-Auth support by Andreas Hoffmann, merged by Chris Walter (depends
      on OpenSSL, deactivatable at compile-time)
    * granted Joerg Mayer svn commit privileges, special thanks to him for doing
      so much work on vpnc during the last month (-:
    * various other fixes contributed by Kyle McKay, Petr Salinger, Christian
      Faulhammer, Kyle McKay, Paolo Zarpellon, Joerg Mayer, Marcus Obst, Mika
      Liljeberg, Eduard Bloch, Wolfram Sang, Jukka Salmi, Gustavo Sverzut Barbieri,
      Soren Hansen, Mike Javorski.
    * first round of a general code cleanup (far less global variables / etc)

Patch submitted by Jukka Sallmi in PR pkg/37046.
2008-01-09 11:35:26 +00:00
bjs
dda10a6315 Update to version 0.12. While here, add full DESTDIR support.
I've also included pthread.buildlink3.mk to define PTHREAD_CFLAGS et. al.
for configure and USE_FEATURES.openssl=threads.

Changes:

btpd 0.12:
----------

Misc:
- btpd now starts with the same set of active torrents as it had when it was
  last shut down. The new '--empty-start' option disables this feature.
- btpd now supports the key tracker extension.
- btpd now supports the multi tracker extension.
- btcli list and stat print headers for the presented data. Both commands
  displays more data than before.
- Torrent management has changed, with changes to the add and del commands
  and two new commands, start and stop, as a result. Operation on torrents
  can now be done by number as well as torrent file.
- A small delay has been added for contacting the same announce URL.
- btpd sends keepalive messages.
- The number of have messages sent has been reduced by not sending them to
  peers that already have the piece.
- The structure of the torrents directory in the btpd directory has changed.
  It is best to remove it before running btpd 0.12.

Bug fixes:
- Zero sized files in a torrent were not always created.
2008-01-09 09:26:38 +00:00
heinz
c3df777e65 Updated to version 0.62.
Pkgsrc changes:
  - A C compiler is necessary.

Changes since version 0.61:
===========================
*** 0.62, 28 December 2007
Features: Move of some functionality out of the Packet to the Question
   and RR classes; parsing of elements in the packet is now performed
   by calling the appropriate subclasses.

   New methods were introduced:
   * Net::DNS::Packet->parse()
   * Net::DNS::RR->parse()
   * Net::DNS::Question->parse()

   The Packet class now defers parsing of authority/additional until
   their content is really needed. This should cause a bit of
   performance improvement.

   Dick Franks is acknowledged for this Good Work (TM).

Feature: the Net::DNS::Packet's answersize() method will from now on
    ignore its arguments and just return the size of the packet.

Feature: The Net::DNS::RR->new() method used to call
    Net::DNS::RR->new_from_data() whenever called with the appropriate
    combination of arguments. That (undocumented) behavior has been deprecated.
    Use Net::DNS::RR->new_from_data() directly if you depended on that.

Feature: Net::DNS::Packets unique_push now ignores the TTL in
    comparison of uniqueness, this is closer to the intend of
    RFC2181, but not yet fully compliant.

Fix rt.cpan.org #29816
    Acquiring the IP address for the Resolver under Cygwin is made
    more resilient.

Fix rt.cpan.org #31425
    Empty question section in Base.pm search method detected

Fix rt.cpan.org #31042
    Makefile corrected to add a library target.

Fix rt.cpan.org #29818
    10-recurse.t used to fail in very specific environment (where a query for
    qname="." and qtype="NS" would return with an empty additional section).
    Fixed by adding the hints explicitly; this also forces the tests to take
    place under the root served by a-m.root-servers.net

Fix rt.cpan.org #29877
    Made 00-version.t recognize a "GIT" environment.

Fix rt.cpan.org #29878
   SPF.pm did not evaluate as true. Thanks Bjorn Hansen.

Fix rt.cpan.org #21398
   answersize() and answerfrom() set for persistent sockets

Fix rt.cpan.org #29883
   Fix various tests only available through SVN, so they are
   more robust (Acknowledgements Bjoern Hansen)

Fix rt.cpan.org #24343
   Resolver's nameserver() method would do silly things with undefined
   arguments.

Fix rt.cpan.org #29531
   Nameserver.pm, Packet.pm and Question.pm modified to avoid erroneous PTR
   lookup in response to mischievous query packet containing an IP address.

Fix rt.cpan.org #27970 better netdns.o
    Marek Rouchal provided two minor improvements for linking the C
    code sniplets

Fix rt.cpan 28345
    A fix in Test::Simple revealed an off by 1 error in the testplan
    for 05-rr-rrsort.t. The fix is to remove a test, creating a dependency
    on Test::Simple 0.71 seemed overkill.
2008-01-08 19:29:45 +00:00
spz
6f360fd091 fix bug in AutNumSelector::AutNumSelector reported by
Matthew Moyle-Croft <mmc@mmc.com.au>
2008-01-07 15:33:02 +00:00
ghen
d9f5e36421 Full DESTDIR support. 2008-01-07 12:26:20 +00:00
jschauma
874e70d459 correct suggested link on how to torify your browsers 2008-01-06 19:56:54 +00:00
jschauma
e86115e28b new homepage and dist site is http://www.torproject.org/ 2008-01-06 19:44:23 +00:00
heinz
e79a70281e The package supports instalation to DESTDIR. 2008-01-06 17:22:45 +00:00
adrianp
3e87a878b2 Update to 2.8.0.1
[*] Improvements
* Updates to build with new versions of libPCRE.
* Fix Stream5 debugging output to actually compile and have correct output
  for normal & IPv6 enabled builds.
* Correct perfmonitor statistic calculation for pattern matcher percentage.
2008-01-06 00:28:44 +00:00
rillig
c525b1005c Fixed gcc4 build failures. 2008-01-05 15:15:01 +00:00
rillig
774cf291f9 + AUTO_MKDIRS 2008-01-05 15:04:57 +00:00
spz
c29a2a508a Hagen Boehms cache patch broke RAWhoisClient::getSet for all objects but
RSSets and ASSets, which are also getting served by this function (so that
eg "peval -compressed fltr-bogons" no longer worked).
Revert the change to RAWhoisClient::getSet; introduce RAWhoisClient::getASSet
for ASSets and RSSets and use that in RAWhoisClient::expandASSet and
RAWhoisClient::expandRSSet
2008-01-05 14:35:22 +00:00
spz
8b618a20a1 USE_DESTDIRify the package.
patch-dm is not for upstream but for pkgsrc infrastructure only.
2008-01-04 20:23:45 +00:00
jmmv
9032d7984a Bump PKGREVISION due to boost update to 1.34.1. 2008-01-04 20:05:11 +00:00
ghen
3a1d5465a3 Full DESTDIR support. 2008-01-04 14:36:41 +00:00
ghen
4787373d8c Full DESTDIR support. 2008-01-04 12:50:13 +00:00
ghen
3240af4566 Full DESTDIR support. 2008-01-04 12:18:27 +00:00
ghen
158f5ed93c Full DESTDIR support. 2008-01-04 11:55:37 +00:00
seb
b068169142 Fix floating point exception on NetBSD/sparc64 by applying the same
fix (and error checking) on
agent/mibgroup/hardware/memory/memory_netbsd.c:netsnmp_mem_arch_load()
via new patch file patch-ah as the one applied on
agent/mibgroup/ucd-snmp/memory_netbsd1.c:var_extensible_mem() by
patch file patch-es. Sorry I missed this in november 2006...

Bump PKGREVISION to 1.
2008-01-03 19:10:09 +00:00
joerg
806e7641d4 Fix build on older DragonFly. 2008-01-03 18:18:30 +00:00
rillig
7519dfb32c Fixed a pkglint warning, which revealed a naming conflict. Fixed that
too.
2008-01-03 17:08:52 +00:00
obache
080579b8b9 Update libupnp to 1.6.3.
*******************************************************************************
Version 1.6.3
*******************************************************************************

2007-12-25 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Using pthread flags for the whole project, not just at the places
	individually indicated by several Makefile.am files spread all over
	the directories. That was too much error prone.

2007-12-24 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Added a configure test to check if pthread_rwlock_t is available.
	Define _GNU_SOURCE if needed. The fallback behaviou will only be
	implemented if _GNU_SOURCE prooves to be insufficient on some
	platforms. Thanks to Jonathan Casiot (no_dice) and Robert Gingher
	(robsbox).

2007-12-17 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Removed unused iasnprintf.{c,h} files.

2007-12-17 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Removed STATSONLY() macro from ThreadPool.{c,h}.
	* Removed time() usage from ThreadPool.c.
	* Fixed STATS = 0 compilation.

2007-12-16 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Library was not compiling on FreeBSD 7. Code now no longer uses
	ftime(), using gettimeofday() instead. Thanks to Josh Carroll.
2008-01-03 12:32:34 +00:00
adrianp
4907e8970b Add a CONFLICTS for the upcoming import of 4.x
Sync PID file location between versions
PKGREVISION++
2008-01-03 12:25:01 +00:00
adrianp
c974469bcc 0.97 Jul 25 2007
- Allow for better handling of setlogsock depending upon the version of Sys::Syslog installed (David Schweikert)
- Update examples with minimal pod and working synopses
- Added post_client_connection_hook (Mihail Nasedkin)

0.96   Mar 23 2007
- Allow for conf_file to be specified in the default_values.
- Add perldoc for why we use a template in options.
- Fix syslog log options regex again (Carlos Velasco)
- Fix ->autoflush (needs FileHandle) (Paul Miller)
- Add handle_syslog_error to allow catching errors during syslog writes (Patrik Wallstrom)
- Add open_syslog to slightly abstract opening of syslog.
- Add numerous patches from Rob Mueller to cleanup child accounting in PreFork server.

0.95   Feb 02 2007
- Warn clean on the chld hanlder in PreFork. (Michael Virnstein)
- Allow lock_file for lock serialization to only be opened once (Rob Mueller)
- Add additional log messages during failure in accept (Mark Martinec)
- Fix double decrement bug in PreFork.pm (Bill Nesbitt, Carlos Velasco)
- Fix precedence bug with non-parened open (John W. Krahn)
- Check setuid better after POSIX setuid (Ricardo Signes)
- Update Syslog options parsing (Carlos Velasco)
- Allow no_client_stdout to work with Multiplex (Steven Lembark)
- Allow Sys::SysLog keyworks be passed through the ->log method (Peter Beckman)
- Allow more characters through in syslog_ident (Peter Beckman)
- Fix Fork server bug which had post_accept_hook called twice (Curtis Wilbar)
- Added pre_fork_hook to Fork server to handle removed duplicate post_accept_hook call.
- Reopen STDIN/STDOUT to /dev/null at end of child connection to avoid spurious warnings (Rob Mueller)
- Don't process STDIN/STDOUT in post_accept if udp_true (Rob Mueller)
- Cleanup child processing code in PreFork server (Rob Mueller)
- Try and let tests fail gracefully if localhost is not setup properly (Peter Beckman)
- Add numerous tests for configuration passing.
- Add perldoc about adding your own custom options.
2008-01-03 12:16:16 +00:00
taca
80f97951ff Fix error with bulk build as netatalk1 package; check-interpreter.
- Add dependency to shells/rc and repleace path of acleandir.rc.

Bump PKGREVISION because of addition of dependency.
2007-12-31 09:22:07 +00:00
spz
772602ba16 sneaking in an update for a quite leafy package :)
- remove patches/patch-bv since if you use gmake it's for a generated file,
  even if the original tar contains it (and the diff grows rather large due
  to differing yacc versions)
- add irrd-cache-usage-patch by Hagen Boehm <hboehm@brutus.NIC.DTAG.DE>
- add JunOS @RtConfig import patch by Stan Barber <sob@academ.com>
- add IPv6 ACL list numbers patch by Timo Koehler <tkoehler@acm.org>
2007-12-31 09:15:14 +00:00
taca
ea89fa7af0 Fix error with bulk build; check-interpreter.
- Add dependency to shells/rc and repleace path of acleandir.rc.

Bump PKGREVISION because of addition of dependency.
2007-12-31 05:41:36 +00:00
adrianp
0a711f4f24 Leaf only updates for DHCP packages to get the startup scripts working
and mirror the named9 package behaviour with rc.d
2007-12-30 12:30:52 +00:00
adrianp
2af0d1c164 PLIST fix
PKGREVISION++
2007-12-29 01:06:53 +00:00
joerg
1631886d4a Fix type issue with siglongjmp. Fix autoconf test for pthread_barrier
macros to actually work, using assert(3) for possibly non-existing
functions with -DNDEBUG set earlier and without linkage is not likely
tobe a good test.
2007-12-27 18:54:18 +00:00
joerg
c1ef44e275 Fix build on DragonFly. Fix PLIST. Bump revision. 2007-12-27 17:46:53 +00:00
joerg
e84de7d5ac Disable BPF frontend and force vsnprintf to allow build on DragonFly. 2007-12-27 17:06:11 +00:00
joerg
4195907ee7 Fix build on DragonFly. 2007-12-27 15:45:19 +00:00
joerg
5f09e6a2e4 Remove trailing white-space. 2007-12-27 14:24:00 +00:00
obache
2f8fe1549b * Use *_MAKE_FLAGS instead of *_TARGET to pass variables.
* Add DESTDIR support.
* Honor PKGMANDIR.

Bump PKGREVISION.
2007-12-27 12:08:01 +00:00
obache
3fed96084c * Need some pre-created directories.
* Avoid check of target directory in configure script, it may not exists.
 * Honor PKGMANDIR.

Bump PKGREVISION.
2007-12-27 11:43:51 +00:00
obache
f574120196 pkglint said, "The .gz extension is unnecessary for manual pages.". 2007-12-27 11:40:28 +00:00
is
e14fc5d131 Wrong download information fixed. Thanks to veego@ for pointing out. 2007-12-25 17:39:39 +00:00
obache
329fab16f8 * Need some cirectories before install.
* Fix for platform PKGMANDIR =! man.
Bump PKGREVISION.
2007-12-24 08:47:31 +00:00
obache
1e7e6c597f Some cleanups and fix.
* SDIST_PAWD is BUILD_DEFS.
 * Need sbin and man directory before install.
 * Use *_MAKE_FLAGS instead of *_TARGET to pass make variables.
 * Fix manual installation path for platform PKGMANDIR != man.
 * DESTDIR ready.
Bump PKGREVISION.
2007-12-24 08:34:51 +00:00
obache
c4d0d65281 Sort 2007-12-24 08:07:42 +00:00
minskim
f1ff987e15 vsftpd needs libcrypt on Linux when pam is not used.
Based on the patch provided by Matteo in PR 33801.
2007-12-22 23:07:37 +00:00
obache
befca473f9 Fix a patch, lost 'create example directory'.
Then DESTDIR ready.
2007-12-22 13:01:07 +00:00
obache
2f6ee65f51 Update radiusd-cistron to 1.6.8.
pkgsrc changes:
  * add a patch to fix build problem with gcc4.

Changes:
radiusd-cistron (1.6.8) cistron; urgency=low

  * Allow Tunnel attributes to be proxied.
  * Change log() -> log_msg() everywhere to shut up GCC 3.x
  * free() authreq after receiving packet from unknow client
  * Add wildcard flag to realms file
  * Use wildmat for Realm = compares in users file
  * Fix an endianness bug in rad_check_multi (Simon Byrnand <simon@igrin.co.nz>)
2007-12-22 12:39:57 +00:00
obache
392290f57c Update pxe to 1.4.2.
pkgsrc changes:
Need 'sbin' before install.  now DESTDIR ready.

Changes:
May 26, 2004: pxe 1.4.2 released.
	Fixed un-initialised variable in the multicast setup
January 19, 2004: pxe 1.4.1 released.
	GCC 3.3 fixes
2007-12-22 12:08:58 +00:00
obache
8bd360fe1d Also need sbin directory before install.
Then DESTDIR ready.
2007-12-22 11:48:09 +00:00
obache
845d764774 Need makedepend command to build. 2007-12-22 11:25:52 +00:00
obache
f70c6ead95 Fix build failuer with gcc4 (static v.s. extern). 2007-12-22 11:18:17 +00:00
joerg
17adb7cfd1 I18N (PR 37581) and DESTDIR support. 2007-12-21 20:35:36 +00:00
drochner
c8fa83b3b6 fix the problems with SIOCGIFCONF and its wrong use here by adding
a getifaddrs-based implementation,
fix another botch in the patch for "configure",
bump PKGREVISION
2007-12-21 17:32:24 +00:00
obache
9ce8e066fe Fix build problems with gcc4.
* invalid lvalue cast
* static v.s. extern
2007-12-21 13:30:12 +00:00
obache
4fb697ec0b Name of sample config files has been changed.
Bump PKGREVISION.

And this package is DESTDIR ready.
2007-12-21 12:43:09 +00:00
obache
f3276d3c80 Sort 2007-12-21 12:40:35 +00:00
obache
acde0d9ca9 Add DESTDIR support. 2007-12-21 11:59:39 +00:00
obache
c89746bcf1 * Also need ${PKGMANDIR}/man5 before install.
* Should use INSTALL_LIB instead of INSTALL_DATA for library.
* Add DESTDIR support.
2007-12-21 11:49:38 +00:00
obache
736ef18a71 * Also ${PKGMANDIR}/cat1 before install, then DESTDIR ready.
* Honor ${PKGMANDIR}, maybe fixed on platform PKGMANDIR != share
2007-12-21 11:20:40 +00:00
christos
bf48810b80 Upgrade to sup-0.2; fixes linux build. New features:
- setproctitle for supfilesrv
	- don't fail catastrophically in supscan on filesystem full errors
2007-12-20 20:29:36 +00:00
obache
abbc70d1c3 Fix possibility of installation problem.
While here, add DESTDIR support.
2007-12-20 15:11:06 +00:00
obache
ee7e9afa35 Need some pre-created directories before install. 2007-12-20 14:54:48 +00:00
obache
d972cec0fd Need 'sbin' rather than 'bin'.
Then DESTDIR ready.
2007-12-20 14:08:34 +00:00
obache
77939cd4f8 Need some pre-created directories.
Then add DESTDIR support.
2007-12-20 14:00:07 +00:00
obache
3827fc183a Need sbin subdirectory before install. 2007-12-20 13:55:56 +00:00
tron
e024d2597d Update "wireshark" package to version 0.99.7.
Changes since version 0.99.7pre2:
- bug-fixes
- documentation updates

Approved by Alistair Crooks.
2007-12-19 14:26:07 +00:00
taca
d4a708aabc Remove an obsolete configuration file which already deleted from PLIST.
This change should fix a problem with CHECK_FILES=yes.
2007-12-19 03:18:49 +00:00
rillig
155ab1210c + CVS Id 2007-12-16 21:51:54 +00:00
rillig
6f225ea2f9 Restored the checksum for patch-ab from the previous revision, since
patch-ab had not been changed.
2007-12-16 21:18:42 +00:00
tron
c22640f683 Update "wireshark" package to version 0.99.7pre2. Changes since
version 0.99.6:
- Fixes for the security problems reported in "wnpa-sec-2007-03"
- Most of the capture code has been moved out of the GUI, which means
  that Wireshark no longer needs to be run as root.
- Many display filter names have been cleaned up. If your favorite
  display filter just went missing, please consult the display filter
  reference to find out where it ended up.
- You can now filter directly on SNMP OIDs.
- IO graphs have more display options, and you can now export graphs.
- You can now follow UDP streams in addition to TCP and SSL streams.
- You can now disable coloring rules without deleting them.
- Main window toolbar buttons are now available even when the window is
  small.
- Optimizations have been applied in some places to make Wireshark start up
  and run faster.
- New Protocol Support
  ANSI TCAP, application/xcap-error (MIME type), CFM, DPNSS, EtherCAT,
  ETSI e2/e4, H.282, H.460, H.501, IEEE 802.1ad and 802.1ah,
  IMF (RFC 2822), RSL, SABP, T.125, TNEF, TPNCP, UNISTIM, Wake on LAN,
  WiMAX ASN Control Plane, X.224
- Updated Protocol Support
  3Com XNS, 3G A11, ACN, ACP123, ACSE, AIM, ANSI IS-637-A, ANSI MAP,
  Armagetronad, BACapp, BACnet, BER, BFD, BGP, Bluetooth, CAMEL, CDT,
  CFM, CIP, Cisco ERSPAN, CLNP, CMIP, CMS, COPS, CTDB, DCCP, DCERPC
  ATSVC, DCERPC PNIO, DCERPC SAMR, DCERPC, DCOM CBA-ACCO, DCP ETSI,
  DEC DNA, DFS, DHCP/BOOTP, DHCPv6, DIAMETER, DISP, DMP, DNP, DNS,
  DOP, DTLS, DUA, eDonkey, ELSM, ESL, Ethernet, FC ELS, FC, FCOE,
  FTAM, FTP, GDSDB, GIOP, GPRS-LLC, GSM A, GSM MAP, GTP, HSRP, HTTP,
  IAX2, ICMPv6, IEEE 802.11, INAP, IP, IPMI, IPv6, ISAKMP, ISIS, iSNS,
  ISUP, IUUP, JXTA, K12, Kerberos, L2TP, LAPD, LDAP, LINX, LPD, LWAPP,
  MEGACO, MIKEY, MIME Multipart, MMS, MP2T, MPEG PES, MPEG, MTP2,
  MySQL, NBAP, NetFlow, nettl, NFS, NSIP, OSPF, P_MUL, PANA, PER,
  PKCS#12, PMIPv6, PN-PTCP, PN-RT, PPI, PPPoE, PRES, PROFINET, PTP,
  Q.932 ROS, Q.932, QSIG, Radiotap, RADIUS, RANAP, RNSAP, ROS, RTCP,
  RTP, RTSE, RTSP, SCCP, SCTP, SDP, SIGCOMP, SIP, Slow Protocols, SMB,
  SMPP, SMTP, SNDCP, SNMP, SRP, SSL, STANAG 4406, STUN2, TCAP, TCP,
  text/media, TIPC, ULP, UMA, UMTS FP, V5UA, VNC, WiMAX M2M, WiMAX,
  WLCCP, X.411, X.420, X.509 SAT, XML
- New and Updated Capture File Support
  Catapult DCT 2000, Endace ERF, Juniper NetScreen snoop, Visual Networks,
  Windows Sniffer (NetXRay)
2007-12-15 13:53:27 +00:00
bjs
5b691bc753 Update to version 0.12.0. Also, fix nbcompat includes (they were missing
<nbconfig/config.h>.  Partial list of changes:


2007-12-09  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

	Removed unnecessary string copy. Updated doc and corrected indentation.
	* src/Base64.cc

	Fixed compilation warnings
	* test/DataTest.cc
	* test/HttpRequestTest.cc
	* test/MetaFileUtilTest.cc
	* test/RequestTest.cc

	* Release 0.12.0

	Added Brazilian Portuguese, Catalan, Italian, Spanish, Swedish
	translations. Many thanks to translators.
	* po/{ca,es,it,pt_BR,sv}.po
	* po/LINGUAS

	Fixed the bug#1845750; CTRL+C does not stop torrent.
	aria2 repeatedly sends stopped request when tracker returns error code.

	Added a message when ctrl-c is hit.
	Now second ctrl-c is also handled in signal handler.


	Changed Direct/IO enable/disable procesure in file allocation routine.
	Disable directIO if offset is not multiple of 512.
	(~SingleFileAllocationIterator): Removed a call to disableDirectIO.
	* src/MultiFileAllocationIterator.cc (allocateChunk):
	Enable created SingleFileAllocationIterator's directIO.
	* src/FileAllocationEntry.cc
	(FileAllocationEntry): Enable directIO here.
	(~FileAllocationEntry): Disable directIO here.

	Fixed the bug: aria2 doesn't utilize fast set index offered by peer.

	Rewritten direct I/O support routine

	Fixed compile error without message digest support.

	Enable direct I/O support in checksum checking.


	Added --allow-piece-length-change option.

	Fixed: duplicated result entry appears when exception is thrown in
	RequestGroup::createInitiateConnectionCommand().
	* src/RequestGroupMan.cc (fillRequestGroupFromReserver):
	Add RequestGroup to _requestGroup after RequetGroup::
	createInitiateConnectionCommand() succeeds.

	Externalized  message


	Forced download abort when received negative response from http/ftp
	server.

	Added XML2SAXMetalinkProcessor class, which is a lot faster than
	the predecessor, Xml2MetalinkParser class.
	I tested them against 94KB metalink file with 1234 chunk checksums.
	The new one parsed it in 22msec, while it took 6000msec with old one.

	Rewritten Base64 class for better performance.

	Fixed the bug#1841757: aria2 will connect to server to only get
	file size.

	Suppressed wrong message when finding PreDownloadHandler


	Eliminated g++-4.2 warning
	Fixed bug: --check-integrity doesn't work for multi file torrent.


	Added direct I/O support. The current implementation uses O_DIRECT,
	which is not posix standard and is tested on linux 2.6.21.
	Currently only file allocation uses direct I/O.
2007-12-14 12:46:21 +00:00
taca
1daa94d58b More fix from wip to pkgsrc: s/wip/net/. 2007-12-13 02:54:49 +00:00
wiz
b524dc18ff Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
adrianp
96fe9342e8 Remove old pkgsrc-wip file 2007-12-12 20:09:16 +00:00
adrianp
74f5dc3520 +isc-dhclient
+isc-dhcp
+isc-dhcpd
+isc-dhcrelay
2007-12-12 20:08:00 +00:00
adrianp
deb6337794 This package provides the ISC Dynamic Host Configuration Protocol (DHCP)
Client.

The Internet Software Consortium DHCP Client, dhclient, provides
a means for configuring one or more network interfaces using DHCP
or BOOTP, or by statically assigning an address (if these protocols
fail). The actual network configuration is done by dhclient-script.

This package contains the Relay component.

Imported from pkgsrc-wip.  Inital packaging by reed@
2007-12-12 20:05:11 +00:00
adrianp
5d136413cc This package provides the ISC Dynamic Host Configuration Protocol (DHCP)
server and DHCP relay agent.

It includes an DHCP (and BOOTP) server daemon used to distribute network
information, an Object Management API command shell for querying and
modifying DHCP server attributes (while it is running), and an agent
for relaying DHCP and BOOTP requests between subnets.

This package contains the Server component.

Imported from pkgsrc-wip.  Inital packaging by reed@
2007-12-12 20:04:29 +00:00
adrianp
5df93649fc This package provides the ISC Dynamic Host Configuration Protocol (DHCP)
Client.

The Internet Software Consortium DHCP Client, dhclient, provides
a means for configuring one or more network interfaces using DHCP
or BOOTP, or by statically assigning an address (if these protocols
fail). The actual network configuration is done by dhclient-script.

This package contains the Client component.

Imported from pkgsrc-wip.  Inital packaging by reed@
2007-12-12 20:03:48 +00:00
adrianp
a436f97f76 This package provides the ISC Dynamic Host Configuration Protocol (DHCP)
server and DHCP relay agent.

It includes an DHCP (and BOOTP) server daemon used to distribute network
information, an Object Management API command shell for querying and
modifying DHCP server attributes (while it is running), and an agent
for relaying DHCP and BOOTP requests between subnets.

This package contains the Base component.

Imported from pkgsrc-wip.  Inital packaging by reed@
2007-12-12 20:02:08 +00:00
obache
ca1289788a Update libupnp to 1.6.2.
Pkgsrc changes:
	Added test target.

Changes:
*******************************************************************************
Version 1.6.2
*******************************************************************************

2007-12-10 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Fixed a compilation error due to a missing #ifdef in
	upnp/src/genlib/miniserver/miniserver.c. Thanks to Eugene Christensen.

2007-11-12 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* "make check" was failing because ixml/test/test_document.sh did not
	have the executable flag set. Thanks to Steve Bresson.

2007-11-12 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Fixed a memory leak in upnpapi.c to delete gMiniServerThreadPool in
	the call to UpnpFinish(). Thanks to Fabrice Fontaine.

2007-11-09 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Added a isleep() call to the error handler of select() in
	RunMiniServer(), so that it does not take 100% cpu in case select()
	fails repeatedly.
2007-12-11 00:21:20 +00:00
adrianp
a3e47bbfa6 Add a patch for http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6015
PKGREVISION++
2007-12-10 21:44:47 +00:00
wiz
c414df5d94 Update to 0.9.5, provided by Sergey Svishchev in private mail:
- Fixed stats not being cleared when disconnected
- Added user specified format for labels.
- Added user customizable label for the not connected condition.
- Removed global variables in stats gathering functions.

pkgsrc fix: don't cast 64-bit counters to unsigned long.
2007-12-09 23:41:11 +00:00
wiz
fc51a24a76 Fix path to file in patch-ac. Should fix problem seen in DragonFly bulk build. 2007-12-09 19:08:15 +00:00
christos
fe2377d338 upgrade to sup-0.1; portability fixes. 2007-12-06 22:02:02 +00:00
abs
c654d48358 ....aaand update distinfo 2007-12-05 11:13:15 +00:00
abs
aa42c5ae08 I *know* I typed 'cvs add patches/patch-ac', and my shell history even
agrees with me... so why din't this get added in the previous commit? Grrr.
2007-12-05 11:12:23 +00:00
abs
bbdd917aff Update ktorrent from 2.2.1 to 2.2.4
Changes in 2.2.4 :
- Fix crash in fileview
- Added patch from Rafel Milecki to add file selection in the coldmilk webgui
- Added patch from Rafel Milecki to add a confirmation dialog when the user shutsdown KT in the default webgui
- Fixed bug which caused the set max rate menu in the system tray icon menu to fail in recent KDE versions
- Optimized SHA1HashGen a bit
- Use Qt int types to be sure size is correct
- Do not stop ONLY_SEED chunks, but let them finish

Changes in 2.2.3 :
- Fix datacheck of 4GB+ files on 32 bit systems
- Prioritise at least 1 % of multimedia files instead of 1 chunk
- Fix crashes caused by SIGXFSZ (BUG: 149747)
- Make sure body tag is OK in 404 and 500 error defines in webgui (BUG: 150023)
- Fix bug which allows clients to trick KT in enabling PEX on private torrents
- If do not use KDE proxy is enabled and no alternative proxy is set, make sure we use no proxy at all for HTTP tracker connections. (BUG: 150284)
- Removed slashes which prevent opening torrents to work in ktshell
- Fix broken preexsting file check, which can result in files being deleted when the user deselects them and they already exist. (
BUG: 150563)
- When stop all and start all is pressed, make sure that start and stop buttons are updated properly (BUG: 149549)
- Make URL of tracker selectable in tracker tab
- Fix issue with speed calculating, causing the displayed speed to grow enormously
- Updated Peer ID list with more clients
- Fix crash when trying to download an empty link with the RSS plugin (BUG: 150879)
- Fix crash at exit when the RSS plugin was loaded
- Make TrayHoverPopup dissapear faster (BUG: 148243)
- Sort IP addresses by their actual value and not by their string representation (BUG: 150328)
- Added patch from Jaak Ristioja, which updates the FileView in a separate thread.
- Make sure only the files of a torrent are moved when the data directory is changed.
- Make sure window is not hidden when hidden_on_exit is true and the system tray icon is not enabled
- Added patch from Stefan Monov to hide the menubar (BUG: 151450)
- Fix crash at exit (BUG: 149827)
- Added patch from The_Kernel, which allows you to change file priorities in the webgui
- Backported fix for refresh bug from KDE4 version
- Added option to limit the number of outgoing connection setups, so that people can limit the number of TCP connections in SYN_SENT state, should their router not be able to handle to much
- Replaced TOS setting by DSCP setting
- Added several patches from Rafael Mileki which fix and improve some things in the webgui
- Change buttons in recreate popup to Recreate and Do Not Recreate (BUG: 151805)
- Added patch from Lukasz Fibinger which adds a filter bar to search for torrents
- Make sure that day and month names are not translated in HTTP headers.

Changes in 2.2.2 :
- Several minor bugfixes
2007-12-05 11:05:24 +00:00
abs
d4efb29957 Add share/examples/rc.d/sockd tp PLIST 2007-12-04 14:40:33 +00:00
abs
353b2cea60 Update dante to 1.1.19nb1:
Add rc.d startup script
2007-12-04 13:30:06 +00:00
rillig
e47af9e6a7 mount(2) with 5 parameters is available since 4.99.24, not 4.99.23. 2007-12-02 14:33:05 +00:00
wiz
8a5b10ea93 Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
wiz
df38714416 Depend on appropriate libpcap version. From Sergey Svishchev. 2007-12-02 12:59:11 +00:00
wiz
542e619325 Standardize statvfs test. From Sergey Svishchev. 2007-12-02 12:55:08 +00:00
wiz
bb60724301 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:18:09 +00:00
wiz
1548997f1b Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:15:45 +00:00
wiz
80eab693c5 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:14:01 +00:00
wiz
8e64dde9a5 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 11:31:00 +00:00
wiz
9d69626687 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:30:04 +00:00
wiz
0ef636a244 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:25:02 +00:00
rillig
d6085f130e There is no configuration file called gnugk.ini. 2007-12-02 09:49:28 +00:00
rillig
f338d15c24 Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
2007-12-02 08:32:23 +00:00
tonio
f949727f6b Update net/unison-devel to 2.27.48
Mostly bugfixes
2007-12-01 22:46:44 +00:00
rillig
ee6801d862 Fixed "extra qualification". 2007-12-01 16:20:09 +00:00
rillig
9a64613609 Two patches, so that the package builds with g++4. 2007-12-01 15:54:28 +00:00
rillig
35a79ca37d Adjusted my last patch to apply only for NetBSD >= 4.99.23. 2007-12-01 14:07:30 +00:00
rillig
c1ac3212e5 Fixed invalid lvalue cast and reminded the programmers that the return
value of sscanf needs to be checked.
2007-12-01 13:39:05 +00:00
rillig
e4ff5b9d6d Don't let the build fail because of "pointer targets that differ in
signedness".
2007-12-01 13:23:14 +00:00
rillig
8e0b1b25ab Homepage and Download site changed. 2007-12-01 13:20:51 +00:00
rillig
e29d2ffc01 static functions must not be declared inside functions. 2007-12-01 13:03:27 +00:00
rillig
8d869041fc Needs pre-created directories. 2007-12-01 12:58:56 +00:00
rillig
5f6127d0ae Added a patch for NetBSD >= 4.99. 2007-11-30 23:55:39 +00:00
rillig
2897c3319c Fixed gcc4 build failure. 2007-11-30 22:53:54 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
joerg
a227380662 Update to nsd-3.0.7:
- fix man pages and improve consistency
- improved handling for malformed IXFRs
- report source and zone for denied AXFR requests
- improved handling of malformed nsec3 records
- fix ignored return value in region-allocator.
2007-11-30 21:44:29 +00:00
rillig
c3dea53e3a Fixed "static after extern". 2007-11-30 21:00:13 +00:00
mishka
0fd0cc6499 The pkgsrc developer's guide says: "... changes that do merit an
increase to PKGREVISION include: Changes to the PLIST" [1]. DTRT.

[1] http://www.NetBSD.org/docs/pkgsrc/fixes.html#bumping-pkgrevision
2007-11-30 09:51:51 +00:00
drochner
afb1fbb95b update to 2.2.104
changes:
-minor bugfixes
-a new test/sample program
-fixed some more memory leaks
2007-11-29 20:24:33 +00:00
rillig
3f207e6309 Solaris needs -lm. 2007-11-29 10:03:19 +00:00
seb
1875a27324 - Install PREFIX/libexec/nagios/check_icmp set-user-id root and executable
by NAGIOS_GROUP.
- Bump PKGREVISION to 3
2007-11-26 22:14:27 +00:00
seb
4af75b1299 - Minor fix to MESSAGE file.
- Add NAGIOS_USER user and NAGIOS_GROUP handling.
- Explicitly configure NAGIOS_USER/NAGIOS_GROUP as Nagios NSCA user/group
hence this package now follows NAGIOS_USER and NAGIOS_GROUP settings.
- When deleting the package allow removal of directories shared
with other Nagios packages to fail.
- Bump PKGREVISION to 1
2007-11-26 22:14:23 +00:00
seb
7a3c5dca7b Get NAGIOS_USER and NAGIOS_GROUP definitions via mk/bsd.prefs.mk 2007-11-26 22:14:19 +00:00
seb
40ba22b280 Bump PKGREVISION to 4.
As proposed on pkgsrc-users@...

- Introduce NAGIOSDIR, defaults to VARBASE/spool/nagios, for log
and status files.

- Drop unused(?) 'nagadmin' user and group.

- Sync user and group handling with Nagios install
documentation/recommendations. Introduce the Nagios "external
command" group, NAGIOSCMD_GROUP, defaults to APACHE_GROUP. The
Nagios user should be manually added after package installation to
the NAGIOSCMD_GROUP group. Add this recommandation to the MESSAGE
file. Make the "external command directory", NAGIOSDIR/rw, owned
by NAGIOS_USER:NAGIOSCMD_GROUP.

- Use /var/run/nagios.lock as pidfile.

- Only install existing example configuration files.

- Put default values of NAGIOSDIR, NAGIOS_USER, NAGIOS_GROUP and
NAGIOSCMD_GROUP in mk/defaults/mk.conf and allow MAKECONF to
override them.

- Miscellaneous clean up and sync with the changes mentionned above.

- When deleting the package allow removal of directories shared
with other Nagios packages to fail.
2007-11-26 22:14:13 +00:00
tron
0f7788d98b Fix incorrect use of "glib2" inlining which breaks the build if C99
compliant inlining is used. This package builds again with the
Mac OS X Leopard patch in the "glib2" package.
2007-11-26 14:00:41 +00:00
adrianp
d5faee3467 Fix builds on Solaris using the SunPRO compiler. This should fix PR# 36186.
Also do some pkglintification while we are here.
2007-11-24 17:40:36 +00:00
adrianp
e3b2c8ec02 Fix builds on Darwin 9.*
Goes part way to address PR# 37405
See http://net-snmp.sourceforge.net/docs/README.osX.html for hints on this.
2007-11-23 21:29:17 +00:00
tron
24eb420373 Update "libtorrent" package to version 0.11.9 and "rtorrent" package
to version 0.7.9. Changes since 0.11.8 respectively 0.7.8:
- Improved detection of unnecessary handshakes to decrease the load when
  using PEX.
- Limit the number of PEX connections to 8 per download.
- Fixed several bugs in PEX.
- Fixed several sigc++ 2.1 compile errors.
- Print to the log when close_on_diskspace gets triggered.

This is not a stable version. The update was however necessary after
the premature update of the "libsigc++" package which broke the build
of these packages.
2007-11-23 09:49:04 +00:00
bjs
5503c5a98c Update to version 0.11.5. Remove interim patches from SVN.
Changes (patches took us to ~2007-11-11):

2007-11-17  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

	Synchronized translation files with launchpad.
	* po/fr.po
	* po/ru.po
	* po/de.po: Now utf-8 encoding
	* po/ja.po: Now utf-8 encoding

	* Release 0.11.5

2007-11-11  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

	urlencode the given url inside Request::parseUrl(...)
	* src/Request.{h, cc}
	* src/Util.{h, cc}
	* test/RequestTest.cc

	Removed #!metalink3! notation support because it is deleted from
	the metalink specification.
	* src/Request.{h, cc}
	* test/RequestTest.cc

2007-11-10  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

	* src/SocketCore.cc (writeData): Fixed send error with GnuTLS.

2007-10-29  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

	* src/HttpRequest.cc (createProxyRequest): Removed urlencode from
	user-agent.
	* test/HttpRequestTest.cc (testUserAgent): Added.
2007-11-23 07:46:34 +00:00
adrianp
447c0f375b Fix the path when SpeedyCGI is installed 2007-11-22 22:56:01 +00:00
adrianp
4e9978bbe9 Update to 2.2.7
New in Version 2.2
* Ajax based ineractive graph zooming.
Click on any graph in detail mode and use the mouse to mark your area of
interest in navigator graph.
* Multi Target Graphs
Show information from multiple targts in a graph.
* Master/Slave setup for multi source smokeping deployments.
With one central Smokeping Master node, you can run a series of Slave nodes,
taking their configuration from the master. This allows you to ping a single
target from multiple locations.
* Standard Deviation
The standard deviation is now used in several places to give a number for
the variation in round trip times as depicted by the smoke.

See http://oss.oetiker.ch/smokeping/pub/CHANGES for all the details.

OK'ed bouyer@
2007-11-22 20:25:54 +00:00
abs
7f6b07db43 Add perl to USE_TOOLS to fi xbuild 2007-11-22 09:27:44 +00:00
dsainty
2995988958 If the "ssl" option is not present, inhibit SSL support by configuring
with --without-openssl.  Corrects package build on systems with
non-Pkgsrc OpenSSL installations.  Fixes breakage under Linux.
2007-11-20 07:51:35 +00:00
phil
946d4bf0f6 Update to version 2.1.56, the most recent in the 2.1.X line. 2007-11-20 05:11:30 +00:00
adrianp
6eb4b8ca55 Fix builds on Darwin 2007-11-18 00:36:37 +00:00
adrianp
f299d75aed Update to 6.0.2
Unfortunately the only information available is "Bug fixes only"
2007-11-18 00:16:38 +00:00
rillig
105dd4b97c Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
2007-11-17 12:04:11 +00:00
rillig
ef1663188d Updated jigdo to 0.7.3.
Changes since 0.7.1:

jigdo 0.7.3 -- Richard Atterer, 19 May 2006

  - A maintenance release with some bug fixes
  - Fix for compilation on 64 bit architectures (sigh, as usual...)
  - Fixes to make the code compile cleanly with GCC 4.1

jigdo 0.7.2 -- Richard Atterer, 12 Jul 2005

  - jigdo-file: Added support for bzip2 (de)compression in .template
    files, as an alternative to zlib compression. Bzip2 is disabled by
    default (but may become the default in the future). Use --bzip and
    --gzip to switch between the two.
  - Patch by Jochen Hepp: New switch --scan-whole-file for "jigdo-file
    scan" command: Scan whole file instead of only first block
  - Patch by Jochen Hepp: New switch --no-greedy-matching for
    "jigdo-file make-template" prevents small matches from cancelling
    pending larger matches.
  - jigdo: Switched over from libwww to libcurl for downloads
  - jigdo-lite: Fixed regular expressions so they work with sed 4.1
    and non-GNU sed
  - jigdo-lite: --noask switch to allow running jigdo-lite from cron
    jobs (Silas Bennett)
  - jigdo-file: Bugfix for the code which deduces missing --image/
    --jigdo/--template arguments. Broken in 0.7.1, would deduce
    /x.iso.template from /x.iso, instead of /x.template (Adrian Bunk)
  - Fix for compilation on 64 bit architectures
  - Fixed "compiler recent enough" check in configure.ac for GCC 3.5+
  - Fixes for GCC 4.0
2007-11-17 11:40:59 +00:00
tron
bcc9c9dcd1 Apply security fixes for CVE-2007-4572 and CVE-2007-5398 released by the
Samba project. Bump package revision.
2007-11-16 11:41:38 +00:00
bjs
24cd7e68e8 Sync with stable-0.11 branch. Bump rev. 2007-11-16 08:06:33 +00:00
bjs
52b7990643 Update to version 0.1.2.18. Changes since the last release:
o Major bugfixes (crashes):
    - If a connection is shut down abruptly because of something that
      happened inside connection_flushed_some(), do not call
      connection_finished_flushing(). Should fix bug 451:
      "connection_stop_writing: Assertion conn->write_event failed"
      Bugfix on 0.1.2.7-alpha.
    - Fix possible segfaults in functions called from
      rend_process_relay_cell().

  o Major bugfixes (hidden services):
    - Hidden services were choosing introduction points uniquely by
      hexdigest, but when constructing the hidden service descriptor
      they merely wrote the (potentially ambiguous) nickname.
    - Clients now use the v2 intro format for hidden service
      connections: they specify their chosen rendezvous point by identity
      digest rather than by (potentially ambiguous) nickname. These
      changes could speed up hidden service connections dramatically.

  o Major bugfixes (other):
    - Stop publishing a new server descriptor just because we get a
      HUP signal. This led (in a roundabout way) to some servers getting
      dropped from the networkstatus lists for a few hours each day.
    - When looking for a circuit to cannibalize, consider family as well
      as identity. Fixes bug 438. Bugfix on 0.1.0.x (which introduced
      circuit cannibalization).
    - When a router wasn't listed in a new networkstatus, we were leaving
      the flags for that router alone -- meaning it remained Named,
      Running, etc -- even though absence from the networkstatus means
      that it shouldn't be considered to exist at all anymore. Now we
      clear all the flags for routers that fall out of the networkstatus
      consensus. Fixes bug 529.

  o Minor bugfixes:
    - Don't try to access (or alter) the state file when running
      --list-fingerprint or --verify-config or --hash-password. Resolves
      bug 499.
    - When generating information telling us how to extend to a given
      router, do not try to include the nickname if it is
      absent. Resolves bug 467.
    - Fix a user-triggerable segfault in expand_filename(). (There isn't
      a way to trigger this remotely.)
    - When sending a status event to the controller telling it that an
      OR address is readable, set the port correctly. (Previously we
      were reporting the dir port.)
    - Fix a minor memory leak whenever a controller sends the PROTOCOLINFO
      command. Bugfix on 0.1.2.17.
    - When loading bandwidth history, do not believe any information in
      the future. Fixes bug 434.
    - When loading entry guard information, do not believe any information
      in the future.
    - When we have our clock set far in the future and generate an
      onion key, then re-set our clock to be correct, we should not stop
      the onion key from getting rotated.
    - On some platforms, accept() can return a broken address. Detect
      this more quietly, and deal accordingly. Fixes bug 483.
    - It's not actually an error to find a non-pending entry in the DNS
      cache when canceling a pending resolve. Don't log unless stuff
      is fishy. Resolves bug 463.
    - Don't reset trusted dir server list when we set a configuration
      option. Patch from Robert Hogan.
2007-11-16 05:30:13 +00:00
seb
1d3ee5267c Remove unused file. 2007-11-15 01:29:06 +00:00
seb
68a995154e Remove package ripe-whois-tools superseded for a long time at least
for the "whois part" by ripe-whois package , now also removed,
and now by the whois3 package.
2007-11-15 01:06:18 +00:00
seb
6955e7b962 Add & enable whois3.
Remove package ripe-whois superseded by package whois3.
2007-11-15 01:00:18 +00:00
seb
15380a566c Initial import of whois3 version 3.2.2 into The NetBSD
Packages Collection.

This is whois3, a very simple and generic whois client.

This client, unlike the "classic" whois client,
does not check for supported flags at the client side,
except for -h (whois host) and -p (whois port).
The syntax checks for flags are made at the server side.
The default host and port of whois3 is whois.ripe.net
at port 43 (or to be more exact, the tcp port specified
for whois in /etc/services).

Note: This is in fact a "reimport" of an updated version
of package net/ripe-whois which is going to be removed.
Most notable change from the last version of net/ripe-whois
package is the addition of the -4 and -6 switches to select
either IPv4 or IPv6 as transport.
2007-11-15 00:56:21 +00:00
sborrill
11b56ba55d Make the installer recognise DragonFly as a BSD 2007-11-13 09:16:59 +00:00
hiramatsu
7686245ab4 Update p5-IO-Interface to 1.03.
Changes from 0.98:

1.03    Mon Jan 22 16:38:24 EST 2007
        Fix to compile cleanly on solaris systems.

1.02    Thu Sep 14 08:54:04 EDT 2006
        More documentation fixes.

1.01    Wed Sep 13 20:52:32 EDT 2006
        Documentation fix.

1.00    Wed Sep 13 17:01:46 EDT 2006
        Introduced IO::Interface::Simple.
        Added index methods.
        Compiles on CygWin.
2007-11-13 08:43:46 +00:00
seb
db6e0c7035 Also fix perl's path in bin/pod_arg_link_fix and
mibs/diff_dir scripts.
2007-11-12 23:10:08 +00:00
adrianp
eb71cc46c4 Make sure snmp_perl.pl is installed 2007-11-12 21:06:17 +00:00
heinz
5fcd8ad0cd Old HOMEPAGE did not resolve in DNS anymore. 2007-11-12 20:44:17 +00:00
heinz
0f470ec87d Removed ftp.rge.com from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37321.
2007-11-12 20:05:38 +00:00
wiz
a93f1ac2bb Remove tf.tcp.com from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37325.
2007-11-12 00:01:39 +00:00
wiz
f51c60318d Remove ftp.bitcon.no from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37326.
2007-11-12 00:00:49 +00:00
wiz
7b4a03aeb3 Remove ftp.middle-earth.it from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37324.
2007-11-12 00:00:12 +00:00
wiz
cc4d78d507 Remove ftp.net-smnp.org from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37323.
2007-11-11 23:59:23 +00:00
wiz
6082e3fad4 Remove ftp.merit.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37322.
2007-11-11 23:58:30 +00:00
wiz
05b2348906 Remove ftp.rge.com from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37321.
2007-11-11 23:57:39 +00:00
adrianp
dd0dcee099 snort ipv6 support does not work on SunOS 2007-11-11 21:24:24 +00:00
mishka
a8e6b5afb3 SNMPv3 requires the Net_SNMP_util.pm custom library. 2007-11-09 16:41:50 +00:00
joerg
e725e20c42 Bump version or revision of all packages that have a runtime dependency
on gzip.
2007-11-08 19:39:42 +00:00
joerg
59eb0208d2 Add DESTDIR support. 2007-11-08 19:32:27 +00:00
obache
a3eda3ee26 Update libupnp to 1.6.1.
While here, add DESTDIR support.

Changes:
*******************************************************************************
Version 1.6.1
*******************************************************************************

2007-11-07 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* SF Bug Tracker [ 1825278 ] AdvertiseAndReply sleeps with handle lock out
	Applied patch from Alex (afaucher) to change some write locks to read
	locks.

2007-11-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Adjusting libtool library numbers to reflect the last changes.

2007-11-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* SF Bug Tracker [ 1825278 ] AdvertiseAndReply sleeps with handle lock out
	GlobalHndMutex, which was a mutex is now GlobalHndRWLock, which is a
	rwlock. HandleLock() is mapped to HandleWriteLock() while all other
	instances have not been checked. One instance in AdvertiseAndReply()
	has been changed to HandleReadLock(). Thanks to Alex (afaucher) for the
	bug report and suggestions.

2007-11-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Added support for rwlocks.

2007-11-05 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* SF Bug Tracker [ 1825929 ] woker thread still alive after UpnpFinish()
	Submitted By: Luke Kim - nereusuj
	Worker thread still alive after calling UpnpFinish() because
	ThreadPoolShutdown() is in the #ifdef DEBUG block.
	421
	422 #ifdef DEBUG
	423 ThreadPoolShutdown( &gSendThreadPool );
	424 ThreadPoolShutdown( &gRecvThreadPool );

2007-08-28 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Changed the calls to virtualDirCallback.open(filename, UPNP_WRITE)
	to (virtualDirCallback.open)(filename, UPNP_WRITE) (notice the
	parenthesis) due to a change in glibc that produces compilation
	errors.

2007-08-28 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Initialization of the "randomness" struct so that valgrind does not
	complain.

2007-08-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Merge of patch submitted By Keith Brindley - brindlk
	SF Bug Tracker [ 1762758 ] Seek not working for large files
	Problem:
	Requests from the uPnP client to seek to a position beyond 2GB in a large
	file are handled as a request to see from the 2GB point.

	Impact:
	Varies depending on client. The Xbox 360 kills the connection when it
	realises.

	Solution:
	GetNextRange function (webserver.c) is updated to handle large file sizes.
	Fix should also recognise when built on a 32bit platform rather than 64 and
	handle accordingly.

2007-08-05 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Merge of Mac OS X patch from Stephane Corthesy (davelopper),
	SF Bug Tracker [ 1686420 ] Modifications for MacOSX.
	Some of the proposed changes were already done by Rene Hexel's patch.
2007-11-08 03:56:58 +00:00
bjs
a774c57ff4 Employ USE_FEATURES for getopt_long and snpritnf. Remove devel/libgetopt dependency. Bump rev. 2007-11-07 08:08:18 +00:00
tron
4b8a89c9f4 Update "libtorrent" package to version 0.11.8 and "rtorrent" package
to version 0.7.8. Changes since version 0.11.7/0.7.7:
- Several new commands for use with XMLRPC. See the SVN log for a
  complete list.
- Fixed the wrong tracker requests being sent when finishing a torrent.
- Added Peer Exchange support, enable with the "peer_exchange=yes"
  option.
- Don't skip the last line in rc files missing the final newline.
- The torrent is no longer closed on finished for on_finished commands
  as it did last release. Instead d.set_directory causes the download to
  call close_directly to allow moving of finished torrents.
- Added "close_on_ratio".
- Allow commands to be appended to "{stop,close}_on_ratio", so you can
  e.g. erase a torrent that has finished.
- Set "encryption=allow_incoming,prefer_plaintext,enable_retry" by default.
2007-11-06 21:38:07 +00:00
rillig
ef2f11f2fd Fixed an expansion of @mandir@ that accidentally got into patch-ba in
revision 1.5.

PKGREVISION++
2007-11-06 00:47:48 +00:00
rillig
6f5d4148d3 Added some recently imported packages to their category Makefiles. 2007-11-04 12:36:13 +00:00
rillig
3040c7791a Imported net6.
net6 is a library which eases the development of network-based
applications as it provides a TCP protocol abstraction for C++. It is
portable to both the Windows and Unix-like platforms.
2007-11-04 10:05:44 +00:00
drochner
e2c219f35c update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-03 16:32:49 +00:00
drochner
62f0e08670 update to 2.2.103
changes:
-bugfixes
-Allow trailing whitespace after HTTP version in
 Response-Line, for compatibility with broken servers
-Implement soup_session_queue_message() for SoupSessionSync
2007-11-03 15:42:07 +00:00
bjs
c424663663 Update to version 0.11.4. This is almost entirely a bug-fix release.
Please see ChangeLog for changes (it's too verbose to list them here).
2007-11-02 18:27:59 +00:00
gdt
dfd3a09827 add
# XXX missing
LICENSE=		socks5-license

due to

RESTRICTED=		no commercial use
2007-10-31 21:45:02 +00:00
drochner
3f37e5ed51 update to 2.14.10
changes: minor bugfixes
2007-10-31 19:48:32 +00:00
adrianp
4da828180a Snort 2.8.x supports IPv6 2007-10-31 16:49:17 +00:00
martti
9fc7653761 Based on some feedback, comment out the newly added LICENSE=xxx for now.
I'll re-activate this later when the global license stuff is activated.
2007-10-30 19:31:38 +00:00
seb
5562f2420e pkg-config is needed for build. I'm not sure how I missed that. 2007-10-30 16:04:09 +00:00
martti
67e8b6936e Added LICENSE=gnu-gpl-v2 2007-10-30 14:00:44 +00:00
martti
c95b7ca9f8 Added LICENSE=gnu-gpl-v2 2007-10-30 13:57:17 +00:00
martti
2e8958a121 Added LICENSE=gnu-gpl-v2 2007-10-30 13:44:22 +00:00
wiz
18dbc9b040 Update to 2.9.2:
2007/10/20: version 2.9.2 = tag release-2-9-2
6242: Allow deactivation of [telnet|gui|gift]_port by setting it to 0

2007/10/17
6240: GTK1 oldgui: Hide password in server settings
6239: Update GNU config.guess and config.sub to version 2007/07
Updated Mozilla protocol handler to version 2.2
- original source from http://www.informatik.uni-oldenburg.de/~dyna/mldonkey
6238: Fix statvfs code on alpha platform (Alexander Kotelnikov)
6237: EDK: Load server.met files from archives even if unpack fails
- http://www.gruk.org/server.met.gz is not a gz archive at the moment...

2007/10/10
6231: Swarming: Propagate chunks of finished file before commit (pango)
      to other downloading files

2007/10/04
6223: GTK2 GUI: Compile with lablgtk-2.10.0 by default
- this patch changes the lablgtk2 version used by ./configure
- self-compiled lablgtk-2.10.0 must be patched with patches/lablgtk-2.10.0.patch

2007/09/30
6221: Configure: Remove unneeded checks
6220: GTK2 GUI: Fix compile bug due to changed API in lablgtk-2.10.0
- GTK2 GUI still compiles with older versions of lablgtk2

2007/09/13
6197: Options backup: Better log messages, remove useless exception
2007-10-29 16:08:44 +00:00
agc
0f9a65b4ae Add and enable openwbem 2007-10-29 15:06:30 +00:00
agc
f61373b2e2 Initial import of openwbem-3.2.2 into the Packages Collection.
OpenWBEM is an enterprise-grade open-source implementation of WBEM,
	written in C++, suitable for commercial and non-commercial
	applications.  It provides a foundation for development of management
	frameworks that overcome cross-platform barriers and empower true
	interoperability.  Developers can use OpenWBEM as a management agent
	and WBEM framework to provide applications for configuration and
	change management, system health monitoring, and enterprise-wide
	management functionality.
2007-10-29 15:05:20 +00:00
seb
ea6683fce7 Update to version 0.3.1.
Changes since last packaged version (0.2.12): this
changes list comes from the NEWS file in the distribution tarball
and some changes are listed under section "Changes in scli 0.3.2"
even if the advertised version is 0.3.1. And more these changes
are effectively present in the 0.3.1 version!?

Changes in scli 0.3.2:
- new "show bridge vlan info" command
- new "show bridge vlan details" command
- removed the SNMP specific option which are now provided by gsnmp
- dropped getopt in favour of glib's option parsing library
- reworked the behaviour on an non-interactive tty (aka protocol mode)
- minor bug fixes plus some new bugs

Changes in scli 0.3.1:
- many new commands (I am too lazy to list them here)
- scli now uses gsnmp which uses gnet
- IPv6 support and some SNMP over TCP support
- some initial support for SNMP URLs
- minor bug fixes plus some new bugs
2007-10-29 09:53:13 +00:00
seb
cd16e488fc Add & enable gsnmp 2007-10-29 09:50:23 +00:00
seb
72cbeaa0d9 Initial import of gsnmp version 0.2.0 into the NetBSD Packages Collection.
GNET-SNMP is an SNMP library implementation based on glib and gnet.
This library has been developed as part of the scli package (an
SNMP command line interface).
2007-10-29 09:48:31 +00:00
salo
5904e751be Remove bind4 (hi adrianp!). 2007-10-28 23:16:15 +00:00
adrianp
628be7e501 Add a fix for CVE-2006-4003
PKGREVISION++
2007-10-28 13:40:47 +00:00
tnn
6af094ceb0 remove empty hacks.mk 2007-10-28 11:07:47 +00:00
tnn
9783aa4c32 Fix build on OSF/1 by using the correct config.h define when setting
sin.sin_len. No reply from lukem in ~2 weeks but I am confident this is the
correct fix.
2007-10-28 10:40:36 +00:00
taca
22c60d0987 Update samba to 3.0.26a.
pkgsrc change: Add support for DESTDIR.

Changes from 3.0.24 are huge, please refer WHATSNEW.txt.

<http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_3_0_26/WHATSNEW.txt?rev=22651&view=markup>
2007-10-28 07:28:45 +00:00
adrianp
fa58d7a98f As threated a while ago on tech-pkg@, remove bind4 from pkgsrc. 2007-10-27 20:38:55 +00:00
gendalia
a9fb92f278 Updated OpenAFS to 1.4.5. conditionalized several of the options.
Fixed a couple of files, in theory should work on NetBSD 3.x & 4.x, and
i386 & amd64 now.

OpenAFS Release Notes - Version 1.4.5
_________________________________________________________________
All systems:
- fileserver address tracking is improved to avoid potentially merging
  unrelated hosts.
- Documentation updates.
- namei fileserver now does fsync()s in background batches for performance
  improvements.
- Kerberos ticket support corrected in bundled Kerberos 4 utilities on 64
  bit platforms.
- fileserver includes limited per-host thread quota support to avoid
  resource starvation.
- fileserver deals with more types of damaged volumes without asserting.
- vos validates dumpfiles before attempting restores.
- vos clone will no longer potentially delete the parent volume.
- Client no longer permits empty UUID to be created.
- fs uuid command for checking, regenerating UUID added.
- Updates for gcc 4.2.
- fileserver treats w (write) permission as granting read lock permission
  in addition to write.
2007-10-27 09:11:10 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
obache
687e42d44f Change to pass PKG_SYSCONFDIR to configure, fixes PR 37195.
While here, change user/group and directory handling to the usual manner.

Bump PKGREVISION.
2007-10-25 14:58:29 +00:00
joerg
4441b6a833 Supports DESTDIR. 2007-10-24 14:39:59 +00:00
adrianp
a2b8769b99 Update to 2.8.0
* Port lists
* IPv6 support
* Packet performance monitoring
* Experimental support for target-based stream and IP frag reassembly
* Ability to take actions on preprocessor events
* Detection for TCP session hijacking based on MAC address
* Unified2 output plugin
* Improved performance and detection capabilities
2007-10-21 00:22:53 +00:00
markd
43f177bd45 Update to KDE 3.5.8
Kopete
* Fix adding of yahoo contacts.
* Fix crash after duplicate login.
* Jabber groupchat history is only shown for currently present members.
* Enable Kopete to respond to chats started by others who are blocking you.
* Newlines seen when sending richtext to gaim and trillian clients.
* Fix webcam problems.
* Kopete does not keep toolbar settings.
* < and > in contact nicknames aren't well supported.
* "Message handling" unset when setting it to "Open messages instantly"
  and reopening the configuration dialog.
* Deactivate the Join Chatrooms action when offline.
* Fix error in chatroom search so that all chatrooms are listed.
* Fix msn live emoticons.
* Fix issue with MSN webcam images being garbled.
* Fix crash on Yahoo protocol.
2007-10-20 10:40:23 +00:00
jnemeth
59a3cbf132 add and activate aria2 2007-10-19 06:54:33 +00:00
taca
c4c173a301 Avoid c99'ism. 2007-10-19 03:48:47 +00:00
taca
6e189d916c Avoid automatic handling of RCD_SCRIPTS.
Should be fix build problem.
2007-10-19 03:39:32 +00:00
obache
e50d1cd8e6 Update trafshow to 5.2.3.
Based on patch provided by Jason White in PR 37142.
Bump depeneing libpcap to 0.8.1.

Version 5.2.2 at Jan  8 12:34:34 NOVT 2006
------------------------------------------

* The sources was cleaned for new version of gcc 4.0. No complains
  any more. No other improvements has been made.

Version 5.2.3 at Mar 12 15:04:12 NOVT 2006
------------------------------------------

* Significant improvement for *BSD packets capturing scheme using
  libpcap version 0.8 capabilities (pcap_get_selectable_fd() function).
* Bug-fix against core dumps on the list of interfaces with aliases
  and so on.
2007-10-18 09:32:43 +00:00
bjs
8ed291ca0f Oops, let's try that again ... now pkglint is happy. ;) 2007-10-17 09:51:14 +00:00
bjs
19daf391c0 Change libares/libcares options to ares/cares. 2007-10-17 09:50:14 +00:00
bjs
e0800a2a31 Kill PKGREVISION which remained from pkgsrc-wip. 2007-10-17 09:44:44 +00:00
bjs
0ca60cabd3 Import aria2 0.11.3 (patched to stable-0.11 branch).
aria2 is a download utility with resuming and segmented downloading.
	Supported protocols are HTTP/HTTPS/FTP/BitTorrent; it also supports
	MetaLink 3.0.

	Some of its features:

	* Command-line interface
	* Download files through HTTP/HTTPS/FTP/BitTorrent
	* HTTP Proxy support
	* FTP through HTTP Proxy
	* HTTP BASIC authentication support
	* HTTP Proxy authentication support
	* Segmented downloading
	* Download speed throttling
	* Upload speed throttling in BitTorrent
	* Cookie support
	* Load Cookies from file whose format is one used by Netscape and
	  Mozilla.
	* Run as a daemon process.
	* Selective download in multi-file torrent/metalink
	* BitTorrent Fast extension support
	* Multi-tracker support
	* Metalink version 3.0 support(HTTP/FTP/BitTorrent)
	* Chunk checksum validation in Metalink
	* Can disable segmented downloading in Metalink
	* netrc support
	* Configuration file support
	* Download URIs found in a text file or stdin
	* Parameterized URI support
2007-10-17 09:42:39 +00:00
tnn
24d5b54409 Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. 2007-10-16 23:48:58 +00:00
tnn
4828ded692 Update to youtube-dl-20071012. Corrects a regexp used when parsing URLs
and improves on download ETA calculation.
2007-10-16 22:31:48 +00:00
jlam
76cf548398 Update net/couriertcpd to 0.57.1. Changes from version 0.56.0 include:
* Avoid hardcoding file descriptor numbers where possible.

* Include remote port number in IMAP and POP3 logs.

* Ignore SIGPIPE errors in couriertcpd, preventing couriertcpd from being
  terminated if the stderr logger crashes.

* Looping SPF query should abort with SPF UNKNOWN, as per specs.

* "SSL23" tries SSLv3 before falling back to SSLv2.

* Prime the OpenSSL entropy pool on platforms that don't have a ready
  source available.
2007-10-15 15:37:05 +00:00
tron
d73cd46a60 Make the work around which deals with the missing include file
"/usr/include/net/if_pflog.h" a hack. The good news is that NetBSD 4.0
will ship with this include file which fixes the real problem.
2007-10-14 22:49:43 +00:00
heinz
35ea8f5376 Activated nagios-plugin-spamd 2007-10-14 17:39:03 +00:00
heinz
d05b8b79bd Initial import of nagios-plugin-spamd 1.4.
This is a package of a Nagios plugin for monitoring the SpamAssassin
daemon spamd.
2007-10-14 17:37:49 +00:00
adam
92ec49aca6 Changes 0.96.4:
Bug Fixes:
- The download overlap checking was incorrectly detecting mismatches.
- A bug in the network queue caused frequent crashes.
- A bug in the event timing caused failures after 25 days uptime.
- A stalling issue with TLS connections.
- The search retry timeouts weren't accepted.
- The order of items in the search history was wrong.
- The quick-connect limit wasn't respected causing too frequent
  connection attempts during startup.
- Removed incorrect use of SF_NODISKIO flag for sendfile() on FreeBSD.
- Fixed crash that could be triggered by changing the listening port
  temporarily to zero.
- iconv() was not used correctly which could cause wrong conversions
  for longer strings.
- Generated filenames weren't properly restricted in length which
  could cause crashes.
- There was a compile issue on NetBSD caused by namespace pollution.
- Added workaround for the issue that on Solaris only the file descriptors
  0..255 can be used for stdio.

Improvements:
- Finished downloads are now seeded for the whole session or until
  they are manually purged, if partial file-sharing is enabled.
- Server-side support for Tigertree hashes and THEX thanks to patches
  provided by Martijn van Oosterhout.
- Improved spam filters.
2007-10-14 08:32:19 +00:00
obache
ddc8531d19 Update darkstat to 3.0.707.
Patch provided by MAINTAINER, Bartosz Kuzma in PR 37052.

Changes since 3.0.619:

- Fix silly bug in formatting hex.
- Check for pcap.h in include/pcap/ for old RedHat-a-likes.
- New commandline parser.
- To stay in foreground, pass --debug instead of -d.
- We can now reset all statistics at runtime (send SIGUSR1)
- Make chroot dir configurable on cmdline (--chroot)
- Make privdrop user configurable on cmdline (--user)
- Implement daylog (brings back a v2 feature)
- Import and export hosts and graphs, this brings back a fairly
  major v2 feature.  Big ups to Ben for doing a lot of the
  design and implementation of this feature!
  Note that the v3 database format is, by design, incompatible
  with the v2 format.
- Report average KB/s in and out on graphs.
  Thanks to Damian Lozinski for suggestion and first cut at the
  implementation.
- Fix graph rotation when the delay between rotations is big
  enough to clear an entire graph.
- Make ip_proto 8 bits wide, to match the IP header.
- Implement pidfile functionality for people who prefer to
  handle daemons in this manner.
2007-10-14 02:17:41 +00:00
obache
876e05e962 Add ipv6 option.
Patch provided by Yakovetsky Vladimir in PR 37092.
2007-10-14 02:04:38 +00:00
heinz
be3bfafa4c The package supports installation to DESTDIR. 2007-10-14 01:42:27 +00:00
heinz
78a906396d - The package can be installed to DESTDIR
- No C compiler needed for this module
2007-10-13 23:35:54 +00:00
tron
68120f1d07 Pretend that "configure" didn't find "net/pfvar.h" if "net/if_pflog.h"
isn't installed, too. This fixes build problems under NetBSD 4.0_RC1
reported in PR pkg/37111.
2007-10-13 22:14:15 +00:00
obache
69fa17cffa Update xorp to 1.4.
Patch provided by Mustafa Dogan in PR 37058.

Release 1.4 (2007/03/20)
=========================
  ALL:
    - XORP now builds on DragonFlyBSD-1.8, FreeBSD-6.2, Linux Fedora
      Core6, Linux Debian-3.1 (sarge), NetBSD-3.1 and OpenBSD-4.0.

    - XORP now can be compiled with the Intel C/C++ compiler 9.* on
      Linux.

    - XORP now can be cross-compiled for IA-64, MIPS (Broadcom for
      Linksys WRT54G), PowerPC-603, Sparc64, and XScale processors.

    - Implementation of OSPFv3 (draft-ietf-ospf-ospfv3-update-14.txt).

    - Implementation of floating static routes (i.e., static routes
      for the same prefix with different next hop and metrics).

  CONFIGURATION:
    - Allow static routes to have "nexthop4" and "nexthop6" policy
      matching conditions in the "from" block.

    - Addition of new FEA configuration statements to retain XORP
      unicast forwarding entries on startup or shutdown:

      fea {
          unicast-forwarding4 {
              forwarding-entries {
                  retain-on-startup: false
                  retain-on-shutdown: false
              }
          }
          unicast-forwarding6 {
              forwarding-entries {
                  retain-on-startup: false
                  retain-on-shutdown: false
              }
          }
      }

      The default value for each statement is false.
      Note that those statements prevent the FEA itself from deleting
      the forwarding entries and does not prevent the RIB or any of the
      unicast routing protocols from deleting the entries on shutdown.

    - The "elements" policy statements for configuring sets of network
      routes have been deprecated:

      policy {
          network4-list foo {
              elements: "1.2.0.0/16,3.4.0.0/16"
          }
          network6-list bar {
              elements: "2222::/64,3333::/64"
          }
      }

      The new replacement statement is "network" and can be used to
      specify one element per line:

      policy {
          network4-list foo {
              network 1.2.0.0/16
              network 3.4.0.0/16
          }
          network6-list bar {
              network 2222::/64
              network 3333::/64
          }
      }

    - The following keywords are supported inside the policy
      configuration when comparing IPv4 or IPv6 network prefixes:
      exact, longer, orlonger, shorter, orshorter, not. For example:

      "network4 exact 10.0.0.0/8"     SAME AS "network4 == 10.0.0.0/8"
      "network4 longer 10.0.0.0/8"    SAME AS "network4 < 10.0.0.0/8"
      "network4 orlonger 10.0.0.0/8"  SAME AS "network4 <= 10.0.0.0/8"
      "network4 shorter 10.0.0.0/8"   SAME AS "network4 > 10.0.0.0/8"
      "network4 orshorter 10.0.0.0/8" SAME AS "network4 >= 10.0.0.0/8"
      "network4 not 10.0.0.0/8"       SAME AS "network4 != 10.0.0.0/8"

      The original operators are supported as well.

    - A floating static route (also called "qualified" by some router
      vendors) can be added with a configuration like:

      protocols {
          static {
              route 10.10.0.0/16 {
                  next-hop: 172.16.0.1
                  metric: 1
                  qualified-next-hop 172.17.0.2 {
                      metric: 10
                  }
              }
              interface-route 10.30.30.0/24 {
                  next-hop-interface: "rl0"
                  next-hop-vif: "rl0"
                  next-hop-router: 172.16.0.1
                  metric: 1
                  qualified-next-hop-interface rl1 {
                      qualified-next-hop-vif rl1 {
                          next-hop-router: 172.17.0.2
                          metric: 10
                      }
                  }
              }
          }
      }

  LIBXORP:
    - The XORP scheduler now has support for priority-based tasks.

  LIBXIPC:
    - No significant changes.

  LIBFEACLIENT:
    - No significant changes.

  XRL:
    - No significant changes.

  RTRMGR:
    - Bug fix in the semantics of the rtrmgr template %activate keyword.

  XORPSH:
    - No significant changes.

  POLICY:
    - Bug fix related to creating export policies that match protocol's
      its own routes (e.g., a policy that modifies the BGP routes
      exported to its peers).

    - Various other bug fixes.

  FEA/MFEA:
    - Fix the routing socket based mechanism (used by BSD-derived
      systems) for obtaining the interface name (toward the destination)
      for a routing entry.

    - Apply a performance improvement when configuring a large number of
      interfaces/VIFs, each of them with the "default-system-config"
      configuration statement.

    - Bug fix related to atomically modifying the IP address of an interface.

  RIB:
    - Bug fix related to (not) installing redundant host-specific
      entries for the other side of a point-to-point interface if the
      netmask for the interface covers the host-specific entry.

  RIP:
    - No significant changes.

  OSPF:
    - OSPFv3 is now available.

    - The OSPFv3 protocol requires that link-local addresses are used,
      therefore it is necessary to configure a link-local address for
      each interface, this restriction will be removed in the future.

    - The OSPFv3 configuration allows multiple instances to be configured
      however only one instance will be created. Configuring multiple
      OSPFv3 instances is guaranteed to cause problems.

    - Bug fix related to the processing of previously generated LSAs
      on startup has been fixed. Restarting a router that was the
      designated router could exhibit this problem.

    - Bug fix on a broadcast interface if the router was not the
      designated router then the nexthop was incorrectly
      unconditionally set to the designated router; introducing an
      unnecessary extra hop.

  BGP:
    - BGP has taken advantage of the priority-based tasks in the XORP
      scheduler and background tasks are run at a low priority;
      leading to improved performance.

  STATIC_ROUTES:
    - Bug fix related to declaring some of the policy matching
      conditions in the "from" block.

  MLD/IGMP:
    - Bug fix related to atomically modifying the IP address of an
      interface.

    - Bug fix related to ignoring protocol messages that are not
      recognized by the configured protocol version on an interface.

    - Ignore control messages if the source address is not directly
      connected.

    - Don't send the periodic Group-Specific or Group-and-Source-Specific
      Queries for entries that are in IGMPv1 mode.

  PIM-SM:
    - Bug fix related to atomically modifying the IP address of an
      interface.

    - The PIM-SM control messages do not include the IP Router Alert
      option anymore, because it has been included from the newer
      revisions of the PIM-SM protocol specification (RFC 4601 and
      draft-ietf-pim-sm-bsr-09.txt,.ps).

    - Don't send PIM Hello message with DR Priority of 0 when shutting
      down an interface, because this is not part of the protocol
      specification.

  FIB2MRIB:
    - Bug fix related to updating the interface and vif name of a
      forwarding entry received from the FEA.

  CLI:
    - Performance improvement if the CLI is processing a large amount
      of data. E.g., if xorpsh is used in a pipe like:

      cat commands.txt | xorpsh

  SNMP:
    - Bug fix with the snmpd arguments when sampling whether snmpd
      can start and its version is >= 5.2.

Release 1.3 (2006/08/02)
=========================
  ALL:
    - Numerous improvements, bug fixes and cleanup.

    - XORP now builds on Linux Fedora Core5, DragonFlyBSD-1.4,
      FreeBSD-6.1.

    - Implementation of IGMPv3 (RFC 3376) and MLDv2 (RFC 3810).
      Those are necessary to complete the Source-Specific Multicast
      support.

  CONFIGURATION:
    - Addition of new OSPF configuration statement as part of the MD5
      keys:

      * max-time-drift: u32 (default to 3600, i.e., 1 hour)

      It is used to set the maximum time drift (in seconds) among all
      OSPF routers. The allowed values are in the range [0--65535]. If
      the value is 65535, the time drift is unlimited.

    - The following statements for configuring static routes have been
      deprecated:
      route4, route6, interface-route4, interface-route6, mrib-route4,
      mrib-route6, mrib-interface-route4, mrib-interface-route6.

      The new replacement statements are:
      route, interface-route, mrib-route, mrib-interface-route.

      Each of the new statements can be used to configure either IPv4Net
      or IPv6Net route.

    - The following statements for configuring RIP and RIPng have been
      renamed:

      * route-expiry-secs -> route-timeout

      * route-deletion-secs -> deletion-delay

      * table-request-secs -> request-interval

      * interpacket-delay-msecs -> interpacket-delay

    - The following statements for configuring RIP and RIPng random
      intervals have been replaced:

      * triggered-update-min-secs and triggered-update-max-secs with
        triggered-delay and triggered-jitter

      * table-announce-min-secs and table-announce-max-secs with
        update-interval and update-jitter

      Previously, each interval was specified as [foo-min, foo-max].
      Now each interval is specified as
      [foo - foo * jitter / 100, foo + foo * jitter / 100]
      where "jitter" is specified as a percentage (an integer in the
      interval [0, 100]) of the value of "foo".

    - The "version" statement for configuring an IGMP interface/vif
      allows values in the range [1-3]. Previously, the allowed range
      was [1-2].

    - The "version" statement for configuring a MLD interface/vif allows
      values in the range [1-2]. Previously, the allowed range was [1-1].

    - The following statement for configuring PIM-SM (pimsm4 and pimsm6)
      has been renamed:

      interval-sec -> interval

    - If a "then" policy block contains "accept" or "reject" statement,
      now all statements inside the "then" block are evaluated
      regardless of their position.

    - Addition of a new "exit" operational mode command that is
      equivalent to the "quit" operational mode command.

    - The "create" and "set" configuration commands are merged, so now
      the new "set" command can be used for setting values and for
      creating new configuration nodes. For backward compatibility,
      the obsoleted "create" command is preserved as an alias for the
      new "set" command, though it may be removed in the future.

  LIBXORP:
    - Few bug fixes in the RefTrie implementation.

  LIBXIPC:
    - Minor improvement in parsing XRL requests.

  LIBFEACLIENT:
    - No significant changes.

  XRL:
    - No significant changes.

  RTRMGR:
    - Various bug fixes.

  XORPSH:
    - Previously, the "commit" command was not available in
      configuration mode if there were no pending configuration changes.
      Now the "commit" command is always available, but the following
      message will be printed instead:
        "No configuration changes to commit."

    - Various bug fixes.

  POLICY:
    - Various bug fixes.

  FEA/MFEA:
    - Bug fix in transmitting large packets on Linux when using IP raw
      sockets.

    - Linux-related netlink socket code refactoring and bug fix.

    - Bug fix in obtaining the incoming interface for raw packets
      (in case of *BSD).

    - Bug fix in parsing the ancillary data from recvmsg().

    - Accept zeroed source addresses of raw packets, because of
      protocols like IGMPv3.

    - Bug fix in restoring kernel routes that were automatically removed
      when the MAC address or MTU on an interface is modified.

    - Bug fix in processing IPv4 raw packets if they contain an IP option
      with a bogus option length.

  RIB:
    - Several bug fixes and improvements.

  RIP:
    - Various bug fixes in the MD5 authentication support.

    - Remove route flap when applying/deleting RIP-related import
      policies.

    - Fix an issue with INFINITY cost routes that might be bounced
      indefinitely between two XORP routers.

  OSPF:
    - Various bug fixes in the MD5 authentication support.

  BGP:
    - Prefix limits on a per peer basis.

    - Various bug fixes.

  STATIC_ROUTES:
    - No significant changes.

  MLD/IGMP:
    - Implementation of IGMPv3 (RFC 3376) and MLDv2 (RFC 3810).

    - Unification of the IGMP and MLD execution path.

  PIM-SM:
    - Bug fix related to the SPT switch (the bug is *BSD specific).

    - Use the RPF interface toward the BSR when transmitting a Cand-RP
      Advertisement message. Previously the first interface that is UP
      was chosen.

    - Use the RPF interface toward the RP when transmitting PIM Register
      messages toward the RP. Previously the interface of the directly
      connected source was chosen.

  FIB2MRIB:
    - No significant changes.

  CLI:
    - Bug fix related to tracking the window size when it is resized.

  SNMP:
    - No significant changes.
2007-10-13 15:15:48 +00:00
tnn
bc35a3f151 Ungrab the pointer on disconnect to avoid ending up with a dead pointer on
some X servers. Bump PKGREVISION.
2007-10-13 11:44:39 +00:00
ghen
29d9e33a4e Nagios doesn't need X11. Bump PKGREVISION. 2007-10-12 16:13:52 +00:00
ghen
f9bdc48b44 Reindent. 2007-10-12 16:12:05 +00:00
drochner
427adbdb27 Since this pkg installs .omf files, include scrollkeeper/omf.mk
rather than scrollkeeper/bl3.
2007-10-12 16:06:48 +00:00
he
a05549393f Added p5-Net-LDAP-Server. 2007-10-12 15:04:36 +00:00
he
a7110e02d5 Import a perl package for Net::LDAP::Server.
Net::LDAP::Server provides the protocol handling for an LDAP server.
You can subclass it and implement the methods you need. Then you just
instantiate your subclass and call its C<handle> method to establish a
connection with the client.
2007-10-12 15:03:36 +00:00
martti
defae5e1c6 Updated net/proftpd to 1.3.1
Changes since 1.3.1rc3
----------------------
- Bug 2944 - mod_sql_mysql fails to compile due to missing quotation.
- Bug 2946 - Anonymous logins fail if the mod_facl module is enabled.
- Bug 2947 - SIGBUS on Mac OS X when dynamically loading shared libs.
- Bug 2950 - Hostname with multiple IP addresses might cause "ai_family not
  supported" error if IPv6 support enabled.
- Bug 2955 - Undeclared identifier MAP_FAILED for mod_delay on AIX.
- Bug 2958 - mod_wrap2 does not handle multiple rules in access files.
- Bug 2963 - Use of -A option for LIST/NLST commands not cleared for
  subsequent commands.
- Bug 2964 - Building RPM fails because of *snprintf trying to be redefined.
  This is actually caused by a particular combination of compiler flags
  (-O2 and -Wp,-D_FORTIFY_SOURCE=2), which are used by the `rpmbuild'
  command in some Linux releases.
- Bug 2974 - Install error if multiple modules, using their own build script,
  are built as shared modules.
- Bug 2981 - Command-line long options --ipv4 and --ipv6 do not work.
- Bug 2795 - Improvements to RPM .spec file to build more of the modules, plus
  better optional packaging organization.
2007-10-12 10:06:20 +00:00
adam
ca829d40b7 Changes 0.9.8:
* Change build process to put public libpcap headers into pcap subir
* DLT: Add value for IPMI IPMB packets
* DLT: Add value for u10 Networks boards
* Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
  libpcap files on an OS other than where the file was generated
2007-10-11 21:37:57 +00:00
is
f2900c8f96 bumped revision to noted added conflict 2007-10-11 19:48:11 +00:00
is
5571c95711 ssmping and related diagnostic tools for multicast connectivity. 2007-10-11 19:36:50 +00:00
is
22de243d20 Diagnostic tools for Internet multicast: source specific multicast
and any-source multicast pinger, mcfirst (wait for first packet from
a multicast group), and the ssmping answerer ssmpingd.
2007-10-11 19:35:26 +00:00
ghen
373432db41 Introduce an rc.d/nagios reload action (SIGGUP, to re-read config files
without restarting).  Bump PKGREVISION.
2007-10-11 19:24:35 +00:00
is
8905a92a45 mcast-tools contain presumably newer versions of pim6sd and pim6dd,
some diagnostic tools, and simple multicast reader and writer programs.
2007-10-11 19:14:20 +00:00
is
7340dfe3b4 Add mcast-tools.
Mcast-tools conflicts with pim6sd and pim6dd, as it contains (presumably
more up to date) versions.
2007-10-11 19:03:37 +00:00
rillig
b8ca9d114e Needs pre-created directories. 2007-10-10 08:38:41 +00:00
adrianp
6fef0c870d Add options.mk for explicitly disabling inet6
Patch from Yakovetsky Vladimir in PR# 37088
2007-10-09 20:21:29 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
rillig
d61c96a7de Fixed lvalue cast. 2007-10-09 12:14:04 +00:00
adam
1f61b85130 Fix for PR#37066 2007-10-08 20:38:17 +00:00
ghen
ed54f71b18 Require a recent zlib to fix the build on NetBSD 3.x (whose zlib is too old).
Ok with tron (maintainer).
2007-10-08 12:44:33 +00:00
kano
abdb54b351 fix obsolete URLs for www.NetBSD.org
close PR pkg/37071
reviewd by xtraeme@
2007-10-07 12:59:11 +00:00
joerg
11e8f3fd60 Fix path to Perl. Bump revision. 2007-10-06 00:29:18 +00:00
joerg
bfb9f21e62 Make partysip compilable with newer osip library versions. 2007-10-06 00:00:01 +00:00
joerg
bfe58ed058 Uses floor, so link with -lm. 2007-10-05 23:35:11 +00:00
dmcmahill
2f68b55069 This package needs GNU make to properly build. Extra hacks that directly
called gtk-config in the pkgsrc Makefile are now removed and README.html
generation works again without gtk installed.
2007-10-05 23:11:49 +00:00
bad
a3e6c4a0ec Regenerate patch-aa avoiding CVS keyword in the patch. 2007-10-03 23:02:52 +00:00
bad
fe5714ec58 Move ddclient cache file to $VARBASE/db/ddclient.cache by default.
Bump PKGREVISION.
2007-10-03 18:31:19 +00:00
heinz
d7493ed02e Added compatibility fixes for NetBSD/FreeBSD/Linux/Solaris provided by
Yakovetsky Vladimir in PR pkg/36942.
Shut up warning by pkglint (PLIST).
Introduced PKGMANDIR in software Makefile.
2007-10-02 20:23:07 +00:00
wiz
2f2166a0fb Reset maintainer -- shell@ is inactive. 2007-09-30 17:45:23 +00:00
bad
c097ce83bb Call pppoe-{start,stop} instead of adsl-{start,stop} from pppoe.sh.
The latter have been replace by the former.
Bump PKGREVISION.
2007-09-29 21:46:33 +00:00