Commit graph

8920 commits

Author SHA1 Message Date
he
93687d234c Update from version 0.95nb3 to 0.96.
Upstream changes:

0.96 - Fri Nov 14 2008
      - (ms) Obtained co-maintainership to apply overdue patches
      - (ms) Applied SRV patch by Andrew Fresh:
             http://rt.cpan.org/Public/Bug/Display.html?id=24402
2009-01-11 12:38:51 +00:00
jmcneill
eca12b1ff3 Update HOMEPAGE 2009-01-11 02:50:46 +00:00
jmcneill
56d8a8ef92 Update MASTER_SITES 2009-01-11 02:44:15 +00:00
adrianp
74f19834a3 PLIST fixes for zenmap build pointed out by Bernd Ernesti
PKGREVISION++
2009-01-10 20:22:15 +00:00
gdt
1f38df73e7 Update to 0.99.11.
From www.quagga.net:

Stable release candidate

Most regressions in 0.99 over 0.98 are now believed to be fixed. This
release should be considered a release-candidate for a new stable
series, and we urge any remaining users of 0.98 to test this release
and report any bugs. A blocker meta-bug exists to track critical
regressions.

bgpd: Preliminary UI and Linux-IPv4 support for TCP-MD5 merged

  Initial support for TCP-MD5 has been merged. This adds the neighbor
  ... password command, and some support for setting TCP-MD5 on
  pure-IPv4 connections on Linux. On Linux systems with IPv6 available,
  passing the -l 0.0.0.0 argument to bgpd may allow TCP-MD5 support to
  work. It's not possible at this point to have IPv6 sessions and also
  use TCP-MD5 on IPv4 sessions. This will hopefully be rectified in a
  future release.

bgpd: Fix double-free crash in bgp_table_finish, seen with rs-client

  Though diagnosed with rs-clients, this fix very likely addresses a
  number of crashes reported to Quagga bugzilla.

zebra: ignore dead routes in RIB update

  This fix may address some issues reported with routes not being
  consistent between the zebra RIB and the kernel FIB, remaining after
  the fixes in last release.

Solaris: Sync SMF bits with OpenSolaris SFW

  The Quagga packaging support for Solaris has been updated to
  synchronise with OpenSolaris SFW. Of particular note is that SMF
  schema has been updated to match the Sun PSARC approved schema, which
  is supported by the OpenSolaris routeadm utility. User's may need to
  familiarise themselves with the changed FMRIs, and may need to update
  any administrative scripts.

From NEWS:

* Changes in Quagga 0.99.10

- [bgpd] 4-byte AS support added
- [bgpd] MRT format changes to version 2. Those relying on
  bgpd MRT table dumps may need to update their tools.
- [bgpd] Added new route-map set statement: "as-path exclude"
- Zebra RIB updates queue has evolved into a multi-level
  structure to address RIB consistency issues.
2009-01-10 19:08:36 +00:00
shattered
2055ddf819 Take over maintainership, per kim@'s request. 2009-01-10 10:02:00 +00:00
rillig
19abf88cc9 Fixed pkglint warnings about sorting SUBDIR. 2009-01-09 19:34:44 +00:00
shattered
9f7008b601 Update to 4.0, from PR 38500. Changes:
* Many WHOIS data updates and translation updates; 4 new translations
* Reset euid and egid to uid and gid before calling the user specified browser
* Added support for libidn
* Added patch to support conversion of whois server output to local charset.
* Changed to GNU GPL v3

Local change: WHOIS servers for some geographical subdomains in .ru and .su TLDs.

OK by wiz@.
2009-01-09 16:20:20 +00:00
wiz
782f15c03a Update to 2.1.3:
Version 2.1.3
(January 9, 2009)

  * Documented missing "%t" (--filename-format) in manual page
  * Tweaked "localfile_length == remotefile_length" message
  * Renamed CLIVE_CONFIGDIR environment variable to CLIVE_HOME
2009-01-09 13:09:12 +00:00
dbj
09a8763fee fixes to compile and run on darwin.
. modify configure.in to look for libpcap.dylib
 . set INSTALL_UNSTRIPPED=yes
2009-01-09 08:53:26 +00:00
wiz
9a2f5743ff Update to 2.1.2:
Version 2.1.2
(December 29, 2008)

  * Removed "See --manual" from --version output
  * Added support for evisortv
    - http://code.google.com/p/clive/issues/detail?id=4
  * Fixed: reused incorrectly last http error code for remaining urls in queue
  * Fixed: progressbar reported 100% even if error had occurred (e.g. http/403)

Version 2.1.1
(December 19, 2008)

  * Fixed "Requested range was not delivered by the server (http/33)" w/ -c
    - this would occur with a batch of URLs while using the --continue option,
    e.g. if the first file was continued, the following page fetches exited
    with the above error
  * Added --savebatch option
  * Added --overwrite option
  * Replaced the buggy progressbar with a "lazy man's progressbar"
  * Fixed "print() on closed filehandle STDOUT" with --grep+delete
  * Fixed progressbar display with --continue

Version 2.1.0
(December 10, 2008)

 NOTE: Changed license GPL3 => ISC/OpenBSD.

  * Added --modversion option
  * Replaced Term::Progressbar with a built-in thermometer progressbar
  * Removed --progress=bar:nominor support due to above changes
  * Added liveleakcom support
    - http://code.google.com/p/clive/issues/detail?id=3

Version 2.0.0
(December 2, 2008)

   * Fixed gvideo/mp4 support (http/404 even if the extraction link existed)
   * Changed "found redirect" message
   * Changed --play, --rencode status messages to use file basename

Version 2.0beta4
(November 22, 2008)

   * Removed metacafe support until fixed (see known issues)
   * Changed Youtube login to report if there were "too many login failures"
   * Fixed Youtube login support: reported failures incorrectly as OK
   * Added support clivepass(1) utility (http://code.google.com/p/clive-utils)
   * Added support for metacafe and sevenload embed URL translation

version 2.0beta3
(November 1, 2008)

  * Fixed pasting from clipboard containing multiple URLs
  * Fixed page fetch progress glitch that occured with 1+ batches
  * Added --agent option
  * Added --proxy option
  * Added --savedir option
  * Added --cclass option
  * Added --filename-format option
  * Added --show-format option
  * Added --youtube-user and --youtube-pass options
  * Added --emit-xml option
  * Added --progress=[none|bar|dot]
  * Replaced --noprogress with --progress=none
  * Added avg. transfer rate notification
  * Fixed filename printing for existing output files (e.g. output.flv.1)
  * Added --play option
  * Fixed metacafe support (error: failed to extract videoCDNURL)
  * Added --rencode option

Version 2.0beta2
(October 15, 2008)

  * clive now ignores input lines that start with the '#' character
  * Added support for CLIVE_CONFIGDIR environment variable
  * Ported lastfm video support from 1.x
  * --version now displays XML::Simple
  * Changed "= Play:" to "=> Playing ..."
  * Playing occurs now subsequently after going over the URL batch

Version 2.0beta1
(September 23, 2008)

A complete overhaul and rewrite of 1.x.

  * Users are expected to use the --continue/-c option to resume transfers
  * Configuration file format (=> INI), path was changed (=> ~/.config/clive)
  * All extractions now assume flv as the default download format
  * Users are expected to understand when/how use the --format/-f option
  * Reading input from multiple sources is possible (e.g. % clive -x URL URL)
  * Added: --grep: used to grep and recall cached URL entries
  * Added: --background and --output=logfile, --append=logfile options
  * Many old cmdline and config options were removed due to new design
  * Improved GoogleVideo support: handles redirects to other hosts
  * Pager is used where needed (e.g. --show/-s)
  * Changed default output file naming format to "%n-(%i)-[%d].%s"
  * Removed: guba (deadweight), myvideo (borked), dmotion (bitches @ anon users)
2009-01-08 16:08:57 +00:00
adrianp
e3c751d735 Changes since 9.6.0:
2522.	[security]	Handle -1 from DSA_do_verify() and EVP_verify().
2009-01-08 09:03:15 +00:00
adrianp
ba9002ed10 Changes since 9.5.1:
2522.	[security]	Handle -1 from DSA_do_verify().
2009-01-08 09:02:50 +00:00
adrianp
fe15735863 Changes since 9.4.3:
2522.	[security]	Handle -1 from DSA_do_verify().

2498.	[bug]		Removed a bogus function argument used with
			ISC_SOCKET_USE_POLLWATCH: it could cause compiler
			warning or crash named with the debug 1 level
			of logging. [RT #18917]
2009-01-08 09:02:19 +00:00
obache
4f13457444 Use pkgsrc standard PKG_USERS usage and remove escape '\' from PKG_USERS.
It should fix build failure with recent NetBSD-current's make.
2009-01-08 01:00:15 +00:00
wiz
f17749568f Update to 3.0.41:
--- 3.0.41 2008/12/29

Fixed Fixed test that makes VERSION_SHA1 appear on dist versions too.

--- 3.0.40 2008/12/29

For configure, using option --without-xml2 also disables Libxslt/Libexslt
support.

Fixed bug #2352: yaz-marcdump crashes for certain record.

Added man page 'bib1-attr' which includes list of common Bib-1 attributes.

Added support for Danmarc2 to UTF-8 conversion.

Added support for ISO5426 to UTF-8 conversion.

zget_InitRequest/zget_InitResponse returns GIT SHA1 hash as part of
implementation version.

Function yaz_version returns GIT SHA1 hash for parameter sha1_str.

--- 3.0.38 2008/11/10

ZOOM C now only fires one ZOOM_EVENT_SEARCH per search-task. Previously,
ZOOM_EVENT_SEARCH was fired for each searchRetrieve Response received.

ZOOM C now interprets databaseName option for ZOOM connection as path
(SRU "database").

Windows version bundled with Libxml2 2.7.1 / Libxslt 1.1.24 / ICU 4.0.

Fixed CCL to RPN/PQF conversion which could result in invalid PQF.

Dummy Libxml2 types no longer defined in headers of YAZ'.

Fixed memory violation for ZOOM C - could occur when SRU diagnostics was
received.
2009-01-07 22:26:45 +00:00
jmcneill
bd148044b1 * Change version to 1.2.0.20081009
* Fix default config file path to honour PKG_SYSCONFDIR
* Add rc.d script
2009-01-06 23:39:53 +00:00
abs
f8c045ff28 Updated net/teamspeak-server to 2.0.24.01
pkgsrc changes:
	PKG_DESTDIR_SUPPORT=  user-destdir

### 2.0.24.1 ###
- fixed several \0 char exploits in the TCP query interface which could cause database corruption

### 2.0.23.22 ###
- fixed a security issue which could enable an attcker to read files from your harddisk via the
  servers built-in web administration interface

### 2.0.23.21 ###
- fixed a XSS bug in the servers built-in web administration interface

### 2.0.23.20 ###
- fixed a SQL injection issue which only affects servers running on MySQL databases
2009-01-06 22:53:30 +00:00
kefren
2ffca68e9f and remove dirrm for the previous 2009-01-06 18:55:58 +00:00
kefren
6e83e50563 Fix GConf schema file directory
PKGREVISION++
2009-01-06 18:54:51 +00:00
minskim
15dc7c633b ns uses C99 features. 2009-01-06 04:43:23 +00:00
jmcneill
71433043f2 + miniupnpd 2009-01-06 03:58:30 +00:00
jmcneill
fad306dbee Import miniupnpd version 20081009.
The MiniUPnP project offers software which supports the UPnP Internet Gateway
Device (IGD) specifications. Recently, NAT-PMP support was added to
MiniUPnPd. For client side NAT-PMP support, use libnatpmp.

UPnP and NAT-PMP are used to improve internet connectivity for devices behind
a NAT router. Any peer to peer network application such as games, IM, etc.
can benefit from a NAT router supporting UPnP and/or NAT-PMP.

The latest generation Microsoft XBOX 360 and Sony Playstation 3 game machines
use UPnP commands to enable the online play with the XBOX Live service and
the Playstation Network. It has been reported that miniupnpd is correctly
working with the two consoles.
2009-01-06 03:56:45 +00:00
shattered
0350045016 Store traffic counters in u_quad_t to avoid overflow. Closes PR 38168.
Take maintainership.

OK by wiz@.
2009-01-04 20:03:21 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
adrianp
2dca44ca7e Update to 4.76
Fixed the --script-updatedb command
Fixed several byte-order bugs in Traceroute
Service fingerprints in XML output are no longer be truncated
Added a UDP SNMPv3 probe to version detection
Zenmap no longer leaves any temporary files lying around.
*Lots* of Zenmap fixes

See CHANGELOG for all the details
2009-01-04 15:16:11 +00:00
shattered
5cd10c8d18 Change maintainer email to my NetBSD.org alias. At the same time, disown
games/adom -- I don't use (play :-) it these days.
2009-01-04 14:08:14 +00:00
seb
e250e44298 Update from version 4.019 to version 4.022.
pkgsrc changes:
- placate pkglint: fix SUBST_FILES.fixperl assignation and SUBST_SED.fixperl
style fix

Upstream changes:
4.022
  In Util.xs 1.28
        set uninitialized "carry" in XS bin2bcd to zero

        This insidious bug only showed up on 64 bit hosts running perl 5.6.2
        Thanks to Oliver Paukstadt <pstadt@sourcentral.org> for taking the
        time to do the testing for me on his s390 system.

4.021  Wed Dec 10 11:09:36 PST 2008
        Removed test code that produces a warning about all perl versions,
        OOPS!! instead of just the buggy 5.8.0 - 5.8.5 versions.
        Thanks to paul@city-fan.org for reporting this.

4.020  Tue Dec  9 16:25:46 PST 2008
        cleaned up various typo's with good patch from
        Rob Riepel <riepel@networking.Stanford.EDU>
        thanks Rob.

        revised UtilPP v1.7 to work around perl 5.8.4
        failures with certain @_ operations of goto &sub...
        see perl bug [ 23429]. Unfortunately, perl-5.8.4 is
        the distribution of choice for many solaris boxes
2009-01-04 08:55:54 +00:00
adrianp
cd2190897b Update to 4.1.0
ISC DHCP 4.1.x will have several new DHCPv6 features that were not in DHCP 4.0.x. These new features include:

* Support for the rapid-commit option on the client side
* Prefix Delegation support
* IA_TA address support
* A basic DHCPv6 relay agent
* basic DHCPv6 Leasequery support
2009-01-04 00:56:32 +00:00
adrianp
c07396380c +p5-RadiusPerl 2009-01-04 00:32:41 +00:00
adrianp
b1e38a8bab This is RadiusPerl. RadiusPerl is a Perl 5 module (Radius.pm)
which allows you to communicate with a Radius server from Perl. You can
just authenticate usernames/passwords via Radius, or comletely imitate
AAA requests and process server response.
2009-01-04 00:31:51 +00:00
adrianp
c8f82ad3c6 -bind8 2009-01-04 00:25:47 +00:00
adrianp
049b2bb56b Nuke BIND 8.x as discussed on pkgsrc-users@ 2009-01-04 00:25:28 +00:00
adrianp
ec83d4885c +bind96 2009-01-04 00:22:32 +00:00
adrianp
3a0e31e052 BIND 9.6.0
Full NSEC3 support
Automatic zone re-signing
Default PID file location
New tool: dnssec-dsfromkey
Randomize server selection on queries

http://oldwww.isc.org/sw/bind/view/?release=9.6.0
https://www.isc.org/software/bind/new-features/9.6
2009-01-04 00:21:36 +00:00
adrianp
ea37c51ff5 Update to 9.4.3
Resolver could try unreachable servers multiple times.
Adb's handling of lame addresses was different for IPv4 and IPv6.
Remove NULL pointer dereference in dns_journal_print().
libbind: Out of bounds reference in dns_ho.c:addrsort.
Set initial timeout to 800ms.
TSIG context leak

For all the details see:
 http://oldwww.isc.org/sw/bind/view/?release=9.4.3#RELEASE
2009-01-04 00:16:03 +00:00
adrianp
ffb0122ed9 Update to 9.5.1
Specifying a fixed query source port was broken.
Address race condition in the socket code.
Give TCP connections longer to complete.
libxml2: support versions 2.7.* in addition to 2.6.*.
Document -m (enable memory usage debugging) option for dig
Set initial timeout to 800ms.

For all the details see:
 http://oldwww.isc.org/sw/bind/view/?release=9.5.1#RELEASE
2009-01-04 00:11:55 +00:00
dholland
38b9661c7a Work around API bug in pre-christos-time_t NetBSD, where struct
timeval's seconds are "long" rather than "time_t". Passing these
seconds to localtime_r() breaks on 64-bit platforms where those types
aren't the same. Fixes PR 40323 from Andreas Burghardt.

PKGREVISION++ as a precaution, since I patched the source.
2009-01-03 23:11:47 +00:00
hasso
1ba6621b6d Modify the patch-ae not to include $Id$. 2008-12-30 12:03:02 +00:00
wiz
f69f1557e4 Reset maintainer on his request. 2008-12-30 09:33:59 +00:00
markd
066af62504 Fix quoting chars in popen variables expansion
(http://secunia.com/advisories/33227/)
patch from 2.0.4beta2.  Bump PKGREVISION.
2008-12-29 08:48:45 +00:00
adrianp
e1c7784ba8 Abandon MAINTAINER. 2008-12-28 17:44:37 +00:00
obache
436e982b8b * Marked as DESTDIR support, and remove redundant slashes.
* Change to use BUILD_DIRS instead of custom do-build target.
2008-12-28 12:49:25 +00:00
kim
cc2c20fcca Grrr, cannot patch next to RCS id strings, so use sed instead. 2008-12-28 08:56:59 +00:00
kim
02faf31054 Fix the "pam" option to leave out PAM when it is not wanted.
Add an "inet6" option for enabling IPv6 support.
Add a "ban" option for enabling mod_ban.
Make the "wrap" option compile all binaries successfully.
Fix generating language catalog with older versions of msgfmt.
2008-12-28 08:42:01 +00:00
hasso
281c87b07e Make it work on DragonFly. Slightly modified patch from PR 40155. 2008-12-26 21:41:40 +00:00
hasso
3daddb5522 Needs msgfmt. 2008-12-25 06:57:38 +00:00
hasso
a49e36357a Make it build on DragonFly. 2008-12-25 05:33:20 +00:00
jmcneill
0926a9a82f Fix build with XFree86. 2008-12-24 03:05:16 +00:00
adrianp
128f469144 Fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5081 2008-12-23 12:08:17 +00:00
obache
678915fe8d * Need OpenSSL to build.
* Ensure to use BSD_MAKEFILE and pass appropriate CFLAGS.

Fixes PR 40171.
2008-12-23 11:22:05 +00:00
hasso
0df3b92042 Make it compile in DragonFly and possibly help other platforms. 2008-12-23 02:08:05 +00:00
adrianp
dcc148d307 Despite supporting --sysconfdir isc-dhcp hard sets the location of
configuration files and binaries in a number of cases.  This should hopefully
fix them all.  Without this patch they look in /etc only and fail to start
if the file is not present.
2008-12-21 21:24:08 +00:00
obache
0fb8300af8 Update tor to 0.2.0.32.
Based on PR 40241 by Taylor R Campbell.
While here, add DESTDIR support.

Changes in version 0.2.0.32 - 2008-11-20
  o Security fixes:
    - The "User" and "Group" config options did not clear the
      supplementary group entries for the Tor process. The "User" option
      is now more robust, and we now set the groups to the specified
      user's primary group. The "Group" option is now ignored. For more
      detailed logging on credential switching, set CREDENTIAL_LOG_LEVEL
      in common/compat.c to LOG_NOTICE or higher. Patch by Jacob Appelbaum
      and Steven Murdoch. Bugfix on 0.0.2pre14. Fixes bug 848 and 857.
    - The "ClientDNSRejectInternalAddresses" config option wasn't being
      consistently obeyed: if an exit relay refuses a stream because its
      exit policy doesn't allow it, we would remember what IP address
      the relay said the destination address resolves to, even if it's
      an internal IP address. Bugfix on 0.2.0.7-alpha; patch by rovv.

  o Major bugfixes:
    - Fix a DOS opportunity during the voting signature collection process
      at directory authorities. Spotted by rovv. Bugfix on 0.2.0.x.

  o Major bugfixes (hidden services):
    - When fetching v0 and v2 rendezvous service descriptors in parallel,
      we were failing the whole hidden service request when the v0
      descriptor fetch fails, even if the v2 fetch is still pending and
      might succeed. Similarly, if the last v2 fetch fails, we were
      failing the whole hidden service request even if a v0 fetch is
      still pending. Fixes bug 814. Bugfix on 0.2.0.10-alpha.
    - When extending a circuit to a hidden service directory to upload a
      rendezvous descriptor using a BEGIN_DIR cell, almost 1/6 of all
      requests failed, because the router descriptor has not been
      downloaded yet. In these cases, do not attempt to upload the
      rendezvous descriptor, but wait until the router descriptor is
      downloaded and retry. Likewise, do not attempt to fetch a rendezvous
      descriptor from a hidden service directory for which the router
      descriptor has not yet been downloaded. Fixes bug 767. Bugfix
      on 0.2.0.10-alpha.

  o Minor bugfixes:
    - Fix several infrequent memory leaks spotted by Coverity.
    - When testing for libevent functions, set the LDFLAGS variable
      correctly. Found by Riastradh.
    - Avoid a bug where the FastFirstHopPK 0 option would keep Tor from
      bootstrapping with tunneled directory connections. Bugfix on
      0.1.2.5-alpha. Fixes bug 797. Found by Erwin Lam.
    - When asked to connect to A.B.exit:80, if we don't know the IP for A
      and we know that server B rejects most-but-not all connections to
      port 80, we would previously reject the connection. Now, we assume
      the user knows what they were asking for. Fixes bug 752. Bugfix
      on 0.0.9rc5. Diagnosed by BarkerJr.
    - If we overrun our per-second write limits a little, count this as
      having used up our write allocation for the second, and choke
      outgoing directory writes. Previously, we had only counted this when
      we had met our limits precisely. Fixes bug 824. Patch from by rovv.
      Bugfix on 0.2.0.x (??).
    - Remove the old v2 directory authority 'lefkada' from the default
      list. It has been gone for many months.
    - Stop doing unaligned memory access that generated bus errors on
      sparc64. Bugfix on 0.2.0.10-alpha. Fixes bug 862.
    - Make USR2 log-level switch take effect immediately. Bugfix on
      0.1.2.8-beta.

  o Minor bugfixes (controller):
    - Make DNS resolved events into "CLOSED", not "FAILED". Bugfix on
      0.1.2.5-alpha. Fix by Robert Hogan. Resolves bug 807.
2008-12-21 11:10:27 +00:00
obache
97bf58f7f7 Broken INSTALL script was removed.
No need to remove superfluous directory now.
2008-12-21 11:01:59 +00:00
wiz
2f7f51f185 Add avahi option, and enable it by default.
Bump PKGREVISION.
2008-12-21 11:00:37 +00:00
obache
6d54586480 Re-remove redundant and broken INSTALL script.
It was removed as part of fix PR 37195,
but re-added when merged new version from pkgsrc-wip.
2008-12-21 10:41:52 +00:00
ahoka
0b988a4273 Honour SYSCONFDIR. 2008-12-20 23:51:39 +00:00
he
e9d8836ddb Update from version 0.710.08nb3 to 0.710.08nb4.
Pkgsrc updates:
 o Actually, there were a lot of missing dependencies on other
   perl modules in this package.  Add them.
2008-12-20 21:48:23 +00:00
jmcneill
a0918b1fb6 + gnome-vfs-dns-sd 2008-12-20 21:21:57 +00:00
jmcneill
50bf8c7167 Import gnome-vfs-dns-sd version 2.24.0.
GNOME VFS provides an abstraction layer of the file system; applications
use this layer to access many different protocols and simulate that they
are part of the local file system.

This package provides the dns-sd module for GNOME VFS, which allows it to
discover sftp, webdav, and ftp services advertised with multicast DNS.
2008-12-20 21:21:08 +00:00
jmcneill
5685077bea Add avahi support, bump PKGREVISION. 2008-12-20 20:29:42 +00:00
reed
c24153e498 Add to very short DESCR. 2008-12-20 18:54:18 +00:00
wiz
b4cba9972c + avahi. 2008-12-20 17:37:17 +00:00
wiz
0458939a92 Initial import of avahi-0.6.23, packaged for pkgsrc-wip by Adrian Portelli,
then majorly reworked by myself. You can blame us both now ;)

Avahi is an Implementation the DNS Service Discovery and Multicast DNS
specifications for Zeroconf Computing. It uses D-BUS for communication
between user applications and a system daemon. The daemon is used to
coordinate application efforts in caching replies, necessary to minimize
the traffic imposed on networks.
2008-12-20 17:36:14 +00:00
adrianp
1ae672bd35 Update to 2.1.3
This should fix PR#39952
MAKE_JOBS_SAFE=no

05 December 2008 - Version 2.1.3 has been released.

The focus of this release is stability.

Feature Improvements
* Allow running with user=radiusd and binding to secure sockets.
* Start sending Status-Server "are you alive" messages earlier, which helps with proxying multiple realms to a home server.
* Removed thread pool code from rlm_perl. It's not necessary.
* Added example Perl configuration to raddb/modules/perl
* Force OpenSSL to support certificates with SHA256. This seems to be necessary for WiMAX certs.

Bug Fixes
* Fix Debian patch to allow it to build.
* Fix potential NULL dereference in debugging mode on certain platforms for TTLS and PEAP inner tunnels.
* Fix uninitialized memory in handling of vendor definitions
* Fix parsing of quoted (but non-string) attributes in the users< file.
* Initialize unknown NAS IP to 255.255.255.255, rather than 0.0.0.0
* use SUN_LEN in control socket, to avoid truncation on some platforms.
* Correct internal handling of debug condition to prevent it from being over-written.
* Check return code of regcomp in unlang, so that invalid regular expressions are caught rather than mishandled.
* Make rlm_sql use <ltdl.h>. Addresses bug #610.
* Document list "type = status" better. Closes bug #580.
* Set "default days" for certificates, because OpenSSL won't do it. This closes bug #615.
* Reference correct list in example raddb/modules/ldap. Closes #596.
* Increase default schema size for Acct-Session-Id to 64. Closes #540.
* Fix use of temporary files in dialup-admin. Closes #605 and addresses CVE-2008-4474.
* Addressed a number of minor issues found by Coverity.
* Added DHCP option 150 to the dictionary. Closes #618.

04 December 2008 - Version 2.1.2 has been released.
    Due to packaging issues, 2.1.2 has been pulled from the net.
2008-12-19 22:49:18 +00:00
joerg
116294ff2c Add missing directories. 2008-12-19 12:53:48 +00:00
roy
a6b0026ba4 Update to dnsmasq-2.46
Noteable changes include:
   NetBSD-5 support
   Optional DBus and IPv6 support
   ISC leasefile support removed
   Support DHCP clients in multiple DNS domains
   Re-read /etc/resolv.conf when an "interface up" event occurs
2008-12-19 07:53:43 +00:00
he
efd2726613 Update from version 0.710.08nb2 to 0.710.08nb3.
Pkgsrc changes:
 o Add dependency on perl>=5.10 or p5-version.
   When pulled up to pkgsrc-2008Q3 this should fix PR#39773.
2008-12-18 20:56:09 +00:00
joerg
b1dcd1dd6f Needs pkg-config. Prefer bsdtar over gtar. Mark as destdir usable. 2008-12-18 17:31:09 +00:00
joerg
c1cc953ab4 DESTDIR support. Fix PLIST. Bump revision. 2008-12-18 15:21:54 +00:00
joerg
29a5e3e5a4 user-destdir support, fix build on netbsd-5+ 2008-12-18 13:55:24 +00:00
joerg
50af0740e7 Update to unbound-1.1.1:
- improve chroot handling
- even stricter validation
- support for blocking DNS rebinding attacks
- DLV support
- bugfixes

The package now uses the normal net/ldns package instead of the local
copy.
2008-12-17 18:14:01 +00:00
joerg
2950e11249 Update to drill-1.4.0:
Sync with ldns-1.4.0 release.

Add DESTDIR support.
2008-12-17 17:53:26 +00:00
joerg
ceca7b3521 Update to ldns-1.4.0:
- better TCP fallback, improved TSIG support
- namespace cleanup
- bugfixes

Require the new version and switch to normal runtime dependencies as it
is normally linked dynamically.
2008-12-17 17:52:33 +00:00
joerg
524f91692a Update to nsd-3.2.0:
- improved IXFR support
- support for hmac-sha1 and hmac-sha256 in TSIG
- selection of source ip for notifies and zone requests
- NSEC3 is enabled by default
- option to disable CHAOS version support
- bugfixes
2008-12-17 17:22:56 +00:00
tron
2f0c9868d2 Re-generate these patches because GNU patch doesn't accept them. 2008-12-16 16:49:52 +00:00
roy
249ffb2455 Satisfy pkglint 2008-12-16 15:49:14 +00:00
roy
45b961f66f Add openresolv 2008-12-16 15:13:15 +00:00
roy
cb1db98d41 /etc/resolv.conf is a file that holds the configuration for the local
resolution of domain names. Normally this file is either static or maintained
by a local daemon, normally a DHCP daemon. But what happens if more than one
thing wants to control the file? Say you have wired and wireless interfaces to
different subnets and run a VPN or two on top of that, how do you say which one
controls the file? It's also not as easy as just adding and removing the
nameservers each client knows about as different clients could add the same
nameservers.

Enter resolvconf, the middleman between the network configuration services and
/etc/resolv.conf. resolvconf itself is just a script that stores, removes and
lists a full resolv.conf generated for the interface. It then calls all the
helper scripts it knows about so it can configure the real /etc/resolv.conf
and optionally any local nameservers other can libc.
2008-12-16 14:57:58 +00:00
wiz
4a795c6835 Update to 0.8.12:
libIDL 0.8.12:

        * Fix the build with bison 2.4
2008-12-16 12:18:25 +00:00
roy
859756df61 An implementation of the Proxy ARP Daemon specified in RFC1027. 2008-12-15 15:55:42 +00:00
is
e4c56b0f59 Make this compile and run on non-NetBSD; tested (as client) on Solaris 10
in addition to NetBSD.
2008-12-15 15:37:56 +00:00
reed
c3d12a3bce Added net/wpa_supplicant 0.6.6 2008-12-11 21:21:14 +00:00
reed
216889d193 Import new package: wpa_supplicant.
Note this is the development version and this package is not marked
-devel.
(The version in NetBSD -current is also a development version.)
The patch is based on changes as seen in NetBSD's custom driver_netbsd.c
(as compared to driver_bsd.c).

The wpa_supplicant package provides a wireless client daemon that supports
WPA, WPA2 (IEEE 802.11i / RSN), and WEP.  It implements key
negotiation with a WPA Authenticator and it controls the roaming
and IEEE 802.11 authentication/association of the wlan driver.  It
supports several EAP authentication methods.

This package also includes the wpa_cli console frontend.
2008-12-11 21:18:41 +00:00
rhaen
b521147bc1 updated to 0.08
Changelog:
0.08    Mon Nov 17 18:39:11 UTC-4 2008
        added form_form_data_args method to support file uploads (ruz)
	reworked documentation (ruz)
2008-12-10 17:12:54 +00:00
obache
55288a14dc Update MASTER_SITES. 2008-12-09 05:07:49 +00:00
adrianp
533162f30a +barnyard 2008-12-08 23:24:15 +00:00
adrianp
d844e7d9eb Fast output system for snort 2008-12-08 23:23:26 +00:00
adrianp
47dbe45fb8 PKGREVISION--
No change in default behaviour so we don't need to bump this.
2008-12-08 13:06:04 +00:00
adrianp
56e1b071d4 Oinkmaster can either use external tools or Perl modules to do it's job
so expose this via options.mk
Silence SUBST_SED pkglint warning
PKGREVISION++
2008-12-08 13:05:22 +00:00
ghen
1f6c87ade0 Update to PowerDNS 2.9.21.2.
This release consists of a single patch to address CVE-2008-5277.
2008-12-08 12:26:57 +00:00
obache
926d2ecf0a Update darkstat to 3.0.712.
Requested by maintainer in PR 40128.

Changes since 3.0.711:
- Web: Add --no-macs option to hide mac addresses.
  Thanks Dennis!
- Web: Make tables prettier.
- Host detail view now triggers a DNS lookup.
- Manpage tweaks, also move from section 1 to section 8.
- Track and show how long ago a host was last seen.
  Suggested by: Prof A Olowofoyeku (The African Chief)
- Show pcap_stats (like number of packets dropped) in the web
  interface and also upon exit.
2008-12-07 11:16:50 +00:00
tron
66b27a4d66 Add patch from <http://libtorrent.rakshasa.no/ticket/1184> to fix the build
under Solaris and DragonFly. Patch provided by Rumko in private e-mail.
2008-12-05 16:31:52 +00:00
kefren
6ce0391232 remove transmission duplicate 2008-12-05 09:11:09 +00:00
kefren
b8061f6f56 +transmission 2008-12-05 08:43:31 +00:00
hasso
d7adb762c0 Make it work on DragonFly 2.0 and up. Bump PKGREVISION. 2008-12-05 08:13:35 +00:00
tron
4467a2649c Update "libtorrent" to version 0.12.2 and "rtorrent" to version 0.8.2
Changes since version 0.11.9 respectively 0.7.9:
- Support for DHT.
- Cleanup and refactoring of the API.
- Enable PEX by default.
- A lot of bug fixes and minor improvements
2008-12-03 12:57:40 +00:00
wiz
da2479e97c + gnome-nettool. 2008-12-02 20:57:43 +00:00
wiz
3509429a0b Initial import of gnome-nettool-2.22.1. Doesn't work very well.
gnome-nettool: GNOME interface for various networking tools

GNOME Nettool is a set of front-ends to various networking command-line
tools, like ping, netstat, ifconfig, whois, traceroute, finger.
2008-12-02 20:56:49 +00:00