Commit graph

11354 commits

Author SHA1 Message Date
taca
5724ce0c37 Update bind96 package to 9.6.3.1.ESV.6 (BIND 9.6-ESV-R6).
Security Fixes

  + BIND 9 nameservers performing recursive queries could cache an
    invalid record and subsequent queries for that record could
    crash the resolvers with an assertion failure. [RT #26590]
    [CVE-2011-4313]

Feature Changes

  + Improves initial start-up and server reload time by increasing
    the default size of the hash table the configuration parser
    uses to keep track of loaded zones and allowing it to grow
    dynamically to better handle systems with large numbers of
    zones.  [RT #26523]

  + --enable-developer, a new composite argument to the configure
    script, enables a set of build options normally disabled but
    frequently selected in test or development builds, specifically:
    enable_fixed_rrset, with_atf, enable_filter_aaaa, enable_rpz_nsip,
    enable_rpz_nsdname, and with_dlz_filesystem (and on Linux and
    Darwin, also enable_exportlib) [RT #27103]
2012-04-05 00:41:10 +00:00
taca
cdde9d1e09 Update bind97 package to 9.7.5.
Security Fixes

  + BIND 9 nameservers performing recursive queries could cache an
    invalid record and subsequent queries for that record could
    crash the resolvers with an assertion failure. [RT #26590]
    [CVE-2011-4313]

Feature Changes

  + It is now possible to explicitly disable DLV in named.conf by
    specifying "dnssec-lookaside no;". This is the default, but the
    ability to configure it makes it clearly visible to administrators.
    [RT #24858]

  + --enable-developer, a new composite argument to the configure
    script, enables a set of build options normally disabled but
    frequently selected in test or development builds, specifically:
    enable_fixed_rrset, with_atf, enable_filter_aaaa, enable_rpz_nsip,
    enable_rpz_nsdname, and with_dlz_filesystem (and on Linux and
    Darwin, also enable_exportlib) [RT #27103]
2012-04-05 00:40:09 +00:00
taca
2eaaf95009 Update bind98 pacakge to 9.8.2.
Security Fixes

  + BIND 9 nameservers performing recursive queries could cache an
    invalid record and subsequent queries for that record could
    crash the resolvers with an assertion failure. [RT #26590]
    [CVE-2011-4313]

Feature Changes

  + RPZ implementation now conforms to version 3 of the specification.
    [RT #27316]

  + It is now possible to explicitly disable DLV in named.conf by
    specifying "dnssec-lookaside no;". This is the default, but the
    ability to configure it makes it clearly visible to administrators.
    [RT #24858]

  + --enable-developer, a new composite argument to the configure
    script, enables a set of build options normally disabled but
    frequently selected in test or development builds, specifically:
    enable_fixed_rrset, with_atf, enable_filter_aaaa, enable_rpz_nsip,
    enable_rpz_nsdname, and with_dlz_filesystem (and on Linux and
    Darwin, also enable_exportlib) [RT #27103]
2012-04-05 00:39:34 +00:00
obache
6000828a7d Add modular X font paths to FONTPATH.
PR 46085.
2012-04-03 04:34:09 +00:00
obache
a8357f8f70 * EGDIR is required to be installed, not PKG_SYSCONFDIR.
* no need to take care PKGSYSCONFDIR manulally, or it may result in broken
  behavior if PKG_SYSCONFBASE != ${PREFIX}/etc.

ride on last bump.
2012-04-03 01:38:18 +00:00
joerg
10a524933d Don't leak ${DESTDIR} into package. Bump revision. 2012-04-03 01:22:02 +00:00
shattered
e030784c65 Delint (include sysutils/desktop-file-utils/desktopdb.mk) 2012-04-01 14:35:20 +00:00
dholland
20a87339d6 Fix LP64 problem.
This package does a lot of storing of ints in pointers and thus
generates a lot of cast warnings; I believe the others are harmless.
2012-03-31 08:52:31 +00:00
dholland
3fade87443 Patch up various lethal compiler warnings. This still doesn't build
on NetBSD current or probably -6 because of bpf issues, but now stands
a chance of being able to run on LP64 platforms and/or at all when that's
fixed.
2012-03-31 08:31:06 +00:00
wiz
335e08965c Fix build of mldonkey-gui. 2012-03-29 11:36:43 +00:00
wiz
f8e1d2110a Fix build with clang. 2012-03-28 20:40:38 +00:00
tron
d88fd9f810 Update "wireshark" package to version 1.6.6. Changes since 1.6.5:
- Bug Fixes
  The following vulnerabilities have been fixed.
  o wnpa-sec-2012-04
    The ANSI A dissector could dereference a NULL pointer and
    crash. (Bug 6823)
    Versions affected: 1.4.0 to 1.4.11, 1.6.0 to 1.6.5.
  o wnpa-sec-2012-05
    The IEEE 802.11 dissector could go into an infinite loop. (Bug
    6809)
    Versions affected: 1.6.0 to 1.6.5.
  o wnpa-sec-2012-06
    The pcap and pcap-ng file parsers could crash trying to read
    ERF data. (Bug 6804)
    Versions affected: 1.4.0 to 1.4.11, 1.6.0 to 1.6.5.
  o wnpa-sec-2012-07
    The MP2T dissector could try to allocate too much memory and
    crash. (Bug 6804)
    Versions affected: 1.4.0 to 1.4.11, 1.6.0 to 1.6.5.
  o The Windows installers now include GnuTLS 1.12.18, which fixes
    several vulnerabilities.
   The following bugs have been fixed:
  o ISO SSAP: ActivityStart: Invalid decoding the activity
    parameter as a BER Integer. (Bug 2873)
  o Forward slashes in URI need to be converted to backslashes if
    WIN32. (Bug 5237)
  o Character echo pauses in Capture Filter field in Capture
    Options. (Bug 5356)
  o Some PGM options are not parsed correctly. (Bug 5687)
  o dumpcap crashes when capturing from pipe to a pcap-ng file
    (e.g., when passing data from CACE Pilot to Wireshark). (Bug
    5939)
  o Unable to rearrange columns in preferences on Windows. (Bug
    6077) (Note: this bug still affects the 64-bit package)
  o No error for UDP/IPv6 packet with zero checksum. (Bug 6232)
  o Wireshark installer doesn't add access_bpf in 10.5.8. (Bug
    6526)
  o Corrupted Diameter dictionary file that crashes Wireshark.
    (Bug 6664)
  o packetBB dissector bug: More than 1000000 items in the tree --
    possible infinite loop. (Bug 6687)
  o ZEP dissector: Timestamp not always displayed correctly.
    Fractional seconds never displayed. (Bug 6703)
  o GOOSE Messages don't use the length field to perform the
    dissection. (Bug 6734)
  o Ethernet traces in K12 text format sometimes give bogus
    "malformed frame" errors and other problems. (Bug 6735)
  o max_ul_ext isn't printed/decoded to the packet details log in
    GTP protocol packet. (Bug 6761)
  o non-IPP packets to or from port 631 are dissected as IPP. (Bug
    6765)
  o lua proto registration fails for uppercase proto /
    g_ascii_strdown problem. (Bug 6766)
  o no menu item Fle->Export->SSL Session Keys in GTK. (Bug 6813)
  o IAX2 dissector reads past end of packet for unknown IEs. (Bug
    6815)
  o TShark 1.6.5 immediately crashes on SSL decryption (every
    time). (Bug 6817)
  o USB: unknown GET DESCRIPTOR response triggers assert failure.
    (Bug 6826)
  o IEEE1588 PTPv2 over IPv6. (Bug 6836)
  o Patch to fix DTLS decryption. (Bug 6847)
  o Expression... dialog crash. (Bug 6891)
  o display filter "gtp.msisdn" not working. (Bug 6947)
  o Multiprotocol Label Switching Echo - Return Code: Reserved
    (5). (Bug 6951)
  o ISAKMP : VendorID CheckPoint : Malformed Packet. (Bug 6972)
  o Adding a Custom HTTP Header Field with a trailing colon causes
    wireshark to immediately crash (and crash upon restart). (Bug
    6982)
  o Radiotap dissector lists a bogus "DBM TX Attenuation" bit.
    (Bug 7000)
  o MySQL dissector assertion. (Ask 8649)
  o Radiotap header format data rate alignment issues. (Ask 8649)
- Updated Protocol Support
  ANSI A, BSSGP, DIAMETER, DTLS, GOOSE, GSM Management, GTP, HTTP,
  IAX2, IEEE 802.11, IPP, ISAKMP, ISO SSAP, MP2T, MPLS, MySQL, NTP,
  PacketBB, PGM, Radiotap, SSL, TCP, UDP, USB, WSP
- New and Updated Capture File Support
  Endace ERF, Pcap-NG, Tektronix K12
2012-03-28 12:22:26 +00:00
wiz
c40971ba98 + p5-Net-DHCP. 2012-03-27 20:10:20 +00:00
wiz
c56617b3da Initial import of p5-Net-DHCP-0.67. Packaged by Edgar Fuß in PR 45723.
Represents a DHCP packet as specified in RFC 1533, RFC 2132.
2012-03-27 20:09:44 +00:00
obache
ca3d83499b * lex' and yacc' are required to build.
* yylineno is present in all scanners by flex>=2.5.20.
  fixes PR 46194.
2012-03-26 11:56:12 +00:00
obache
af5d6f0ed3 * included oauth is reuqired to use user stream.
* no need to move escape.rb, include one will be picked up.

Bump PKGREVISION.
2012-03-25 15:20:04 +00:00
obache
30589f3e8a Update mikutter to 0.1.0.723.
bug fixes.
2012-03-24 03:01:54 +00:00
marino
f9b990ab3e net/bind99: Fix undefined reference to `main'
DragonFly build was broken during the linking of driver.so
----
libtool: link: cc -o driver.so .libs/driver.o -L/wrkobjdir/net/bind99/work/.buildlink/lib
/usr/lib/crt1.o: In function `_start':
crt1.c:(.text+0x149): undefined reference to `main'
*** Error code 1
----

This has been seen on other platforms:
Fedora: http://lists.fedoraproject.org/pipermail/scm-commits/2011-November/683368.html
Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=406399

Not building dlzexternal is the solution the worked in the above reports.
It works for DragonFly as well, and the PLIST is not affected.
2012-03-23 21:25:01 +00:00
taca
de0ab2936c Bump PKGREVISION reflecting the default Ruby's version change. 2012-03-22 14:25:25 +00:00
obache
0b75c35b56 Update miniupnpd to 1.6.20120320.
per PR 46236 by David Howland.
while here, set LICENSE=modified-bsd.

2012/03/19:
  Fix ipfilter support (thanks dhowland https://github.com/dhowland)

2012/03/14:
  Changes to miniupnpd.init.d.script by Shawn Landden

2012/03/05:
  fixed reload_from_lease_file().

2012/02/15:
  Change parselanaddr() function to allow 192.168.1.1/255.255.255.0 in
    configuration file.
  Change read_permission_line() to allow 192.168.1.1/255.255.255.0 in
    permission line (in configuration file).

2012/02/12:
  More syntax checks in upnppermissions.c

2012/02/11:
  Fix ipfw/Mac OS X specific source files to compile ok with -ansi flag

2012/02/09:
  Make HTTP listen socket non blocking (so accept() can't block)
  Make SSDP receive sockets non blocking
  use sockaddr_to_string() in SendSSDPAnnonce2 to handle IPv6 addresses

2012/02/06:
  Make HTTP (SOAP) sockets non blocking.

2012/02/05:
  Compile ok with -ansi flag.
  Save a few bytes in options.c using a string repository, instead of a fixed size
    buffer for each option value.

2012/02/04:
  Added friendly_name= option to config file

2012/02/03:
  Anchor name (PF) is now configurable through the config file with anchor=
  Added test of presence of /lib/libip4tc.so and /lib/libip6tc.so files in
    Makefile.linux in order to add -lip4tc and -lip6tc to LIBS accordingly.

2012/02/01:
  always handle EAGAIN, EWOULDBLOCK and EINTR after recv()/recvfrom() calls

2012/01/20:
  Always #include <netinet/in.h> before #include <arpa/inet.h> (for OpenBSD)
  .onrdomain field was added in pf with OpenBSD 5.0. Add PFRULE_HAS_ONRDOMAIN

2012/01/02:
  Fixing netfilter/iptables_*.sh scripts for new ifconfig output format.
  getifaddr.c: added additional checks on structure returned by getifaddrs()
  Fixing Mac OS X makefile for installation

2011/11/18:
  avoid infinite loop in SendResp_upnphttp() in case of error
  Replaced SendResp_upnphttp() + CloseSocket_upnphttp() by
    SendRespAndClose_upnphttp()
  Tomato specifics in genconfig.sh

2011/07/30:
  netfilter : Added a tiny_nf_nat.h file to compile with iptables
    installed headers.
    include xtables.h instead of iptables.h

VERSION 1.6 : released the 2011/07/25

A lot of work on IPv6 support and IGDv2. Support of lease duration, etc.

VERSION 1.5 : released the 2011/01/01

bugfixed and is now compatible with OpenBSD >= 4.7. It includes preliminary support for the version 2 of the UPnP Internet Gateway specification.
2012-03-22 12:56:51 +00:00
obache
018089b187 Update darkstat to 3.0.715.
per maintainer updater request by PR 46241.

v3.0.715 (January 2012)
	- Compatibility fixes for Hurd and Solaris.
	- Use link-time optimization and automake-like silent rules.
	- Support systems without ifaddrs.h again.
	- Continuing fixes for IPv6 support.
	- Only update lastseen time for sender, not recipient.
	- Implement --local-only: accounting for hosts on the local net.
        - Make failure to bind() a socket non-fatal.
	- Make failure to get local IP non-fatal.
	- Fall back to gethostbyaddr() if getnameinfo() fails.
	- Fix detection of IPv4 multicast addresses.
	- Fix decoding on OpenBSD DLT_NULL interfaces (e.g. gif(4))
2012-03-22 12:30:42 +00:00
fhajny
b39ce3be33 Update rabbitmq to 2.8.0.
Changes in 2.8.0:

* Dead lettering
* Internal flow control
2012-03-22 11:58:58 +00:00
brook
65f278c349 Install ${PKG_SYSCONFDIR}/modules and ${PKG_SYSCONFDIR}/sites-enabled.
Both of these directories are referred to by the default radiusd.conf
and so should be provided to allow radiusd to run after installation.
2012-03-21 18:02:21 +00:00
brook
3ccdeffd87 Create the empty directory share/examples/freeradius/sites-enabled. The
default radiusd.conf file refers to this by trying to include files from
there.  As a result, the example configuration is incomplete without this.
2012-03-21 16:48:17 +00:00
wiz
7d57910afb Make flickcurl use raptor2 instead of raptor.
Bump PKGREVISION of the only dependency.
2012-03-21 08:13:27 +00:00
taca
a5a10028b1 Update ruby-tweetstream to 1.1.4.
Version 1.1.4
=============

* Added Client#connect to start streaming inside an EM reactor (pelle)
* Added shutdown_stream to cleanly stop the stream (lud)
* Loosened multi_json dependency for Rails 3.2 compatibiltiy

Version 1.1.3
=============

* Added on_reconnect callback method

Version 1.1.2
=============

* Added support for statuses/links
* Client now checks that specified json_parser can be loaded during initialization

Version 1.1.1
=============

* Fix for 1.8.6 compatibility

Version 1.1.0
=============

* OAuth authentication
* User Stream support
* Removed swappable JSON backend support for MultiJson
* Added epoll and kqueue EventMachine support
* Added on___interval and on_inited callbacks
2012-03-20 14:03:50 +00:00
markd
ba6381bb26 Adjust to new location of KDE packages. 2012-03-20 12:01:20 +00:00
markd
fd3896fd40 Update to KDE SC 4.8.0 2012-03-19 20:12:49 +00:00
abs
9d06de947b Add a buildlink for anyone who needs samba 3.5 2012-03-18 17:31:53 +00:00
gdt
d51a529bc3 Update to 0.99.20.1, a security bugfix release.
Multiple security bugfixes, including one for a BGP DOS.
2012-03-18 01:14:07 +00:00
taca
e0c84f078a Updateruby-net-ping to 1.5.3.
Exact changes are unknown.
2012-03-17 16:58:19 +00:00
taca
12d5f65a81 Update ruby-net-ldap to 0.3.1.
=== Net::LDAP 0.3.1 / 2012-02-15
* Bug Fixes:
  * Bundler should now work again

=== Net::LDAP 0.3.0 / 2012-02-14
* Major changes:
  * Now uses UTF-8 strings instead of ASCII-8 per the LDAP RFC
Major Enhancements:
  * Adding continuation reference processing
* Bug Fixes:
  * Fixes usupported object type #139
  * Fixes Net::LDAP namespace errors
  * Return nil instead of an empty array if the search fails
2012-03-17 16:57:17 +00:00
taca
be9924338d Update ruby-amqp package to 0.9.4.
Exact changes are unknown.
2012-03-17 16:55:42 +00:00
taca
dfc32df4ed Update ruby-amq-client to 0.9.2.
Exact changes are unknown.
2012-03-17 16:54:57 +00:00
taca
356971a574 Update ruby-amq-protocol to 0.9.0.
Exact changes are unknown.
2012-03-17 16:54:03 +00:00
obache
f8df32af7f Update mikutter to 0.1.0.710.
* bug fixes.
* add an icon for DM tab.
2012-03-16 15:46:36 +00:00
obache
db17c4a49b Allow to use with non UTF-8 locale by -Ku RUBYOPT.
Bump PKGREVISION.
2012-03-16 05:13:49 +00:00
obache
8164b5eeb3 Bump PKGREVISION from default python change to 2.7. 2012-03-16 04:31:14 +00:00
asau
12f303fbaf + remmina
+ remmina-plugins
2012-03-15 17:29:04 +00:00
asau
5a129bea09 Import Remmina plugins 0.9.2 as net/remmina-plugins.
Plugins for Remmina, a remote desktop client written in GTK+.
Currently RDP, VNC, NX, XDMCP and SSH are supported.
2012-03-15 17:27:13 +00:00
asau
314dff5950 Import Remmina 0.9.3 as net/remmina
Remmina is a remote desktop client written in GTK+, aiming to be
useful for system administrators and travellers, who need to
work with lots of remote computers in front of either large
monitors or tiny netbooks. Remmina supports multiple network
protocols in an integrated and consistant user interface.
Currently RDP, VNC, NX, XDMCP and SSH are supported.
2012-03-15 17:06:51 +00:00
wiz
2dfc95c901 Add patch fixing downloading some youtube URLs.
From upstream.
Bump PKGREVISION.
2012-03-15 16:01:47 +00:00
obache
2cd654bab6 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
taca
b7bf75b1c4 Add patch for CVE-2012-0870.
Bump PKGREVISION.
2012-03-13 13:22:24 +00:00
adam
b3898cd0db Changes 3.5.13:
* BUG 8327: Fix config reload to reload shares from registry.
* BUG 8139: Ignore SMBecho errors.
* BUG 8521: Fix Winbind cache timeout expiry test.
* BUG 8561: Fully observe password change settings.
* BUG 8631: Fix POSIX ACE x permission mapping to and from a DACL.
* BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
  set SEC_DESC_DACL_PRESENT in the type field.
* BUG 8644: Make sure that vfs_acl_xattr and vfs_acl_tdb modules add
  inheritable entries on a directory with no stored ACL.
* BUG 8663: Fix deleting a symlink if the symlink target is outside of the
* share.
* BUG 8664: Fix renaming a symlink if the symlink target is outside of the
  share.
* BUG 8673: Fix NT ACL issue.
* BUG 8679: Make sure that recvfile code path using splice() on Linux
  does not leave data in the pipe on short write.
* BUG 8687: Fix typo in 'net memberships' usage.
2012-03-13 12:40:53 +00:00
joerg
0afaf6610d Remove non-sense statement in man page which triggers an assertion with
mandoc. Bump revision.
2012-03-12 21:54:13 +00:00
taca
c999cfae38 Don't install doc/arm HTML files twice. 2012-03-12 15:40:15 +00:00
joerg
2c2d05fef8 Don't install cat pages. Bump revision. 2012-03-12 04:32:11 +00:00
wiz
0b6b76fed9 Update skype license for net/skype1 to currently valid one.
Add skype21 license for net/skype21.
2012-03-11 18:42:48 +00:00
wiz
3af0c468e4 Add patches to distinfo (hi Mark!) 2012-03-11 09:38:12 +00:00