Commit graph

12613 commits

Author SHA1 Message Date
wiz
92f4339d94 Make glib2 optional, but leave it default-on to stay as before.
Based on patch by Jean-Yves Moulin <jym@baaz.fr> with slight changes.
2013-10-31 00:38:20 +00:00
dholland
2d5ff4445e Bump PKGREVISION of packages whose Lua depends changed form, but whose
own PKGNAME is unchanged.
2013-10-30 06:49:53 +00:00
pettai
e7fe55dde5 NSD 4.0.0
Features:
* documented in doc/NSD-4-features. Change configuration without restart,
  direct nameserver control with nsd-control, support a higher number of zones.
  Higher performance (compared to NSD3).
* nsdc is gone. Use kill -HUP for reload (also checks if zonefiles have
  changed and rereads them), and kill -TERM for quit. Or use nsd-control
  for detailed control.
* cron job for nsdc patch is gone. nsd-control write creates zonefiles.
* nsd.db has a new format that compacts itself when it is changed,
  thus nsdc patch is no longer necessary.
* nsd.db is memory mapped, NSD needs (part of) that mmap in ram.
* tcp-count can go above 1000; epoll/kqueue support with libevent.
* nsd-control reconfig for updates with no restart (zones, keys, ..)
* nsd-control-setup to create keys for nsd-control (enable nsd-control
  with remote-control: yes in nsd.conf).
2013-10-29 15:13:34 +00:00
jperkin
7300bbffb4 USE_LANGUAGES=c99, fixes build on SunOS. 2013-10-29 10:54:38 +00:00
jperkin
2f938b368e USE_LANGUAGES=c99 and add socket libs to fix build on SunOS. 2013-10-29 10:51:01 +00:00
asau
4ae096a9e3 Follow declared prototype. 2013-10-26 00:28:02 +00:00
jperkin
966bee2921 Fix build on SunOS. Add LICENSE. Patch from Thomas Merkel. 2013-10-25 09:43:20 +00:00
jperkin
846e1277e9 Fix build on OSX. 2013-10-24 21:19:12 +00:00
jperkin
4cb8e51b6d Update puf to 1.0.0. Changeset from Thomas Merkel.
Changes since puf-0.93.2a:

1.0.0 (16 Oct 2005)
    - Fixed command line parsing error that caused -d to be taken as -dc
    - -r[+[+]] doesn't imply -p any more, but it advances -p to -pr[+[+]]
    - The scope of URL-based switches can be limited with brackets now
    - The file supplied to -i is now interpreted as a generic command file
      with one command line switch (incl. argument) or URL per line
    - Dropped SPEC format - use -O and the new -xy/-xyy switches instead
    - $http_proxy is now obeyed if no proxies are specified with -y/-iy
    - Scope of -O switch unified with other URL-based switches
    - Made -O buffer output when dumping multiple sources to one target
    - Added support for "-O -"
    - Added -A, -R, -D, -Dl, -Dr, -xr, -xu, -xs, -xo and -xO switches
    - Removed -xe switch
    - -xE now enumerates per occurrence of -P
    - Vast performance improvements of large downloads
    - Automatically %-escape [invalid] spaces in URLs
    - Various bug fixes
    - Change of versioning scheme to something more reasonable

0.93.3 (20 May 2004)
    - Don't retry after HTTP errors 403 and 404. Added -xT switch to
      enforce the old behaviour (for some really broken servers)
    - Don't spawn a separate process for every DNS lookup, but use a
      pool of DNS helper processes instead
    - Added -xh and -dc switches
    - Fixed file corruption on CygWin
2013-10-24 11:00:49 +00:00
wiz
f2af607bad Mark remaining packages not support DESTDIR as BROKEN as decided
by pkgsrc-pmc.

If you are interested in one of these, please fix it before 2013Q4.
2013-10-24 10:31:02 +00:00
jperkin
798cecb7f0 Add libnsl on SunOS. Fix from Thomas Merkel. 2013-10-24 09:49:22 +00:00
jperkin
b9ad1d7b09 Fix build on SunOS. Patch from Sebastian Wiedenroth. 2013-10-24 09:48:00 +00:00
jperkin
85d237f6e0 Fix PLIST for pgsql option. 2013-10-23 15:46:22 +00:00
fhajny
d207c603ec Update miniupnpd to 1.8.20130730 (thanks to Sebastian Wiedenroth).
Way too many changes, see full changelog at:

https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
2013-10-21 10:06:57 +00:00
fhajny
0c40d9ce27 Update socat to 1.7.2.2 (thanks Sebastian Wiedenroth).
Changes:
- Fix for CVE-2013-3571.
2013-10-21 09:54:11 +00:00
fhajny
128d3f18f5 Update ipv6calc to 0.94.1, patches by Sebastian Wiedenroth.
Too many changes, see full changelog at:

http://cvs.deepspace6.net/cgi-bin/cvsweb.cgi/ipv6calc/ChangeLog?rev=1.293
2013-10-21 09:22:43 +00:00
fhajny
25c862721f Fix build on SunOS 2013-10-21 09:01:20 +00:00
fhajny
0888e843c5 Fix build on SunOS. 2013-10-21 08:57:33 +00:00
joerg
a94c5655a0 Prefix rpath options with -Wl. 2013-10-20 18:00:57 +00:00
joerg
937f44095c curses from modernish NetBSD is fine. Don't (incorrectly) hard-code
/usr/pkg references for NetBSD.
2013-10-20 17:59:30 +00:00
wen
8befc2abc9 Update to 0.11
Add missing DEPENDS

Upstream changes:
0.11  2012-02-13
        - needs to actually depend on Path::Class

0.10  2012-02-12
        - Fix ::FileHandle on pre-5.14 perls

0.09  2012-02-12
        - oops, missed rafl's upload, rerelease with the correct version number
2013-10-19 13:56:50 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
bsiegert
11eb68bbc8 Fix a common mistake in many different packages: POSIX says that when using
pax -rw, the destination directory must exist. pax in NetBSD creates it if
not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use
pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR
invocation.

I did not test all the changes but they should be fairly safe. If you notice
any breakage because of this change, please contact me.
2013-10-18 11:41:17 +00:00
wiz
2bf30a5d14 Update to 0.20.7:
0.20.7
======

Changes since 0.20.6:
- Fix GCC warnings about local includes.
- Do not hand out libxml2-allocated strings.
- Fix a crash when a notification host was not available.
- Always call action call-back asynchronously, even when there was an error.
- Add performance measurement options to light-server/-client.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=669729
 - https://bugzilla.gnome.org/show_bug.cgi?id=703263
 - https://bugzilla.gnome.org/show_bug.cgi?id=708162
 - https://bugzilla.gnome.org/show_bug.cgi?id=708575
 - https://bugzilla.gnome.org/show_bug.cgi?id=708751

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Andrzej Bieniek <andyhelp@gmail.com>
 - Emanuele Aina <emanuele.aina@collabora.com>

0.20.6
======

Changes since 0.20.5:
 - Don't do excessive network rescans.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=706996

All contributors to this release:
 - Ludovic Ferrandis <ludovic.ferrandis@intel.com>
 - Jens Georg <mail@jensge.org>

0.20.5
======

Changes since 0.20.4:
 - Add some missing G_{BEGIN,END}_DECLS guards.
 - Fix uninitialized variable use introduced in previous version.
 - Add simple network device whitelisting infrastructure.
 - Port gupnp-binding-tool so it's usable with python3.
 - Minor code fixes.
 - Fix crashes in NetworkManager context manager during some async calls.
 - Fix a small memory leak in the unix and windows CM.
 - Always enable GTest tests.
 - Upgrade gtk-doc stuff.
 - Fix the service example in documentation.
 - Remove the test for inverted arguments in the GUPnPContext tests.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=694454
 - https://bugzilla.gnome.org/show_bug.cgi?id=704094
 - https://bugzilla.gnome.org/show_bug.cgi?id=704383
 - https://bugzilla.gnome.org/show_bug.cgi?id=705712
 - https://bugzilla.gnome.org/show_bug.cgi?id=706326

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Ludovic Ferrandis <ludovic.ferrandis@intel.com>
 - Olivier Crête <olivier.crete@collabora.com>
 - Bohuslav Kabrda <bkabrda@redhat.com>
2013-10-17 08:01:02 +00:00
wiz
7d737cd785 recursive bump for audio/taglib shlib major bump 2013-10-17 07:56:39 +00:00
taca
c084bd7e56 Fix php-socket with php55.
- Use USE_PHP_EXT_PATCHES in net/php-sockets.
- Make AI_V4MAPPED noop if platform dosen't have it.

It is poor assumption that AI_V4MAPPED is always defined and V4 mapped
address is always available.
2013-10-15 15:46:37 +00:00
joerg
5df498dfef Don't use tr1/memory for libc++ or any C++11 compiler. 2013-10-15 14:46:07 +00:00
wen
6bd2c53251 Update to 1.132870
Upstream changes:
1.132870 2013-10-14
    - Updated database: Mon Oct 14 06:40:01 2013 UTC.

1.131650 2013-06-14
    - Updated database: Fri Jun 14 06:40:02 2013 UTC.
2013-10-15 14:11:12 +00:00
tonnerre
c0ecc5698c Update tinc to version 1.0.22.
Changes since version 1.0.13:
 * Better optional argument handling.
 * Set $NAME when calling host-up/down and subnet-up/down scripts.
 * Don't echo broadcast packets back when Broadcast = direct.
 * Update copyright notices.
 * Fix combination of Mode = router and DeviceType = tap on Linux.
 * Drop packets forwarded via TCP if they are too big (CVE-2013-1428).
 * Use /dev/tap0 by default on FreeBSD and NetBSD when using Mode = switch.
 * Document how to load the tap driver on FreeBSD.
 * Update THANKS file.
 * Also clarify hostnames=[yes|no] in tinc.conf(5).
 * Attribution for Vil Brekin and some code style cleanups.
 * Don't ignore Makefile.am.
 * Fix links in documenation.
 * Attribution for Martin Schürrer.
 * Add strict checks to hex to binary conversions.
 * Clear connection options and status fields in free_connection_partially().
 * Fix warnings from cppcheck.
 * Clear Ethernet header when reading packets from a tun device.
 * Clear status and options fields of unreachable nodes.
 * Fix warnings from groff.
 * Using alloca() for a constant sized buffer is very silly.
 * Make sure PMTU discovery works in switch mode with VLAN tags.
 * Mention in the manual that support for LZO and zlib can be disabled.
 * Fix configure script help text for --enable options.
 * Don't take the address of a variable whose scope is about to disappear.
 * Send broadcast packets using a random socket, and properly support IPv6.
 * Remove text saying you must have one of PrivateKey or PrivateKeyFile in tinc.conf.
 * Fix support for tunemu on iOS devices.
 * Make sure PriorityInheritance also works in switch mode.
 * Detect increases in PMTU.
 * Fix a compiler warning.
 * Fix segmentation fault when trying to connect via a SOCKS5 proxy.
 * Don't send proxy requests for incoming connections.
 * Fix compiler warnings on Windows.
 * Fix detection of rejected SOCKS5 proxy requests.
 * Basic patch for android cross-compilation.
 * Replace hard-code with new ScriptsInterpreter configuration property.
 * Add basic .gitignore file, cleaning (most) files generated by autotools.
 * Use __ANDROID__ define rather than dirty hard-code to allow android NDK cross-compilation.
 * Android cross-compilation instructions.
 * Output details of encryption errors
 * Minor clarification, tinc.conf hostnames=[yes|no] variable only resolves names for logging purposes.
 * Support :: in IPv6 Subnets.
 * Remove newline from log message.
 * Add support for systemd style socket activation.
 * Allow environment variables to be used for Name.
 * Allow broadcast packets to be sent directly instead of via the MST.
 * Add basic support for SOCKS 4 and HTTP CONNECT proxies.
 * Add support for SOCKS 5 proxies.
 * Add support for proxying through an external command.
 * Document new proxy types.
 * Small fixes in proxy code.
 * Fix compiler warnings.
 * Fix crash when using Broadcast = direct.
 * configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH
 * add (errnum) in front of windows error messages
 * Always try next Address when an outgoing connection fails to authenticate.
 * Allow a port to be specified in BindToAddress statements.
 * Add support for multicast communication with UML/QEMU/KVM.
 * Set default value of DecrementTTL to "no".
 * Add #ifdefs in case not all platforms support IPv4 and IPv6 multicast.
 * Allow scoped addresses to be used for IPv6 multicast socket.
 * Fix compiler warnings.
 * Fix return value type of vde_send().
 * Fix some more compiler warnings.
 * Document OpenBSD "ifconfig link0" and Linux "ip tuntap" commands.
 * Fix return type of vde_recv() as well.
 * Mark DecrementTTL option experimental.
 * Prevent read_rsa_public_key() from returning an uninitialized RSA structure.
 * Return false instead of void when there is an error.
 * Fix compilation of VDE and UML interfaces.
 * Add vde/device.c to the tarball.
 * Fix a few small memory leaks.
 * Allow linking with multiple device drivers.
 * Set FD_CLOEXEC flag on all sockets.
 * Allow multiple BindToAddress statements.
 * Merge branch 'master' of black:tinc
 * Send packets back using the same socket as they were received on.
 * Allow setting DeviceType to tun or tap on Linux.
 * Merge branch 'master' of black:tinc
 * Only compile raw socket code when it is supported on that platform.
 * Decrement TTL of incoming packets.
 * Don't bind outgoing TCP sockets anymore.
 * Rename connection_t *broadcast to everyone.
 * Allow disabling of broadcast packets.
 * Move initialization of char *priority up to prevent freeing an uninitialized pointer.
 * Document the command line flag -o and provide --option as well.
 * Fix a bug that caused tinc to ignore all but the last listening socket.
 * Fix check for raw socket support.
 * Pass index into listen_socket[] to handle_incoming_vpn_data().
 * Add LocalDiscovery option which tries to detect peers on the local network.
 * Don't send ICMP Time Exceeded messages for other Time Exceeded messages.
 * Stricter checks against routing loops.
 * Only use broadcast at the start of the PMTU discovery phase.
 * Only log errors sending UDP packets when debug level >= 5.
 * Accept Subnets passed with the -o option when StrictSubnets = yes.
 * Add missing ICMP6 message type definitions.
 * Make sure disabling old RSA keys works on Windows.
 * Update copyright notices.
 * Add missing ICMP message type definitions.
 * Make code to detect two nodes with the same Name less triggerhappy.
 * Flush output buffer in send_tcppacket().
 * Use usleep() instead of sleep(), MinGW complained.
 * Reorder checks for libraries to allow ./configure LDFLAGS=-static.
 * Make return value of SetPriorityClass() behave the same as setpriority().
 * Fix sparse warnings and add an extra sprinkling of const.
 * Remove newlines from log messages.
 * Remove a few unnecessary #includes.
 * Attribution for Loïc Grenié.
 * Improved --logfile option.
 * Remove redundant @CFLAGS@ from AM_CFLAGS.
 * Nearly tickless tinc.
 * Fix reading configuration files that do not end with a newline. Again.
 * Define WINVER before including any other header file on Windows.
 * Use intptr_t instead of long to store a pointer.
 * OpenSSL 1.0.0 compiled for 64 bit Windows requires linking with -lcrypt32.
 * Fix all warnings when compiling with mingw64.
 * Use strrchr() insteaad of rindex().
 * Detect and prevent two nodes with the same Name being on the VPN simultaneously.
 * Use 64 bit counters to keep track of bytes sent/received from the virtual network interface.
 * Do not append an address to ANS_KEY messages if we don't know any address.
 * Merge local host configuration with server configuration.
 * Remove duplicate command-line option parsing.
 * Attribution for Julien Muchembled.
 * Attribution for Timothy Redaelli.
 * Ensure there is a newline character before a PEM key is written.
 * Abort disabling old PEM keys on I/O errors.
 * Remove unused variables.
 * Quit when there are too many consecutive errors on the tun/tap device.
 * Read error counter must be static.
 * Add short options -R and -U to the tincd(8) manpage.
 * Don't use strlen() on a NULL pointer.
 * Provide usleep() for Windows.
 * Use variable length arrays instead of alloca().
 * Fix warning message when setting SO_RCVBUF or SO_SNDBUF fails.
 * Free replay window when freeing a node_t.
 * Fix variable length array declaration.
 * Attribution for Brandon Black.
 * Use setpriority() instead of nice() on UNIX-like systems.
 * Always send MTU probes at least once every PingInterval.
 * Close all filedescriptors in Solaris close_device().
 * Limit field width when scanning PID file.
 * Replace bogus #else with #endif.
 * Remove unused variables.
 * Document the behavior of "-n."
 * Update the manual.
 * Update the NEWS.
 * Proper check and dropin replacement for usleep().
 * Fix typo spotted by Andrew Scheller.
 * Add support for VDE through libvdeplug.
 * Fix spurious misidentification of incoming UDP packets.
 * Prevent anything from updating our own UDP address.
 * Do not set indirect flag on edges from nodes with multiple addresses.
 * Increase threshold for detecting two nodes with the same Name.
 * Always use the default signal handler for ABRT signals.
 * Check for EVP_EncryptInit_ex instead of SHA1_Version in OpenSSL.
 * Update THANKS and copyright information.
 * Ensure proper linking with OpenSSL with recent versions of MinGW.
 * Include <inttypes.h> when using intptr_t.
 * Experimental IFF_ONE_QUEUE support for Linux
 * Configurable SO_RCVBUF/SO_SNDBUF for the UDP socket
 * Configurable ReplayWindow size, zero disables
 * Improved handling of queue-jumping packets on receive
 * New '-o' option to configure server or hosts from command line
 * Fix command-line '-o' option for host configuration
 * Fix warnings showed using -D_FORTIFY_SOURCE=2
 * Fix warnings under BSD
 * Treat netname="." in a special way.
 * DragonFlyBSD support
2013-10-14 18:27:54 +00:00
sbd
9f542e38a7 Always use time_t as the argument to ctime().
On systems where time_t is 64 bit supplying a 32 bit integer to ctime()
may cause problems.

Bump PKGREVISION
2013-10-13 21:52:44 +00:00
sbd
8418b413c0 USE_TOOLS+=lex 2013-10-13 20:42:54 +00:00
tron
1ef78c3b81 pdate "youtube-dl" package to version 2013.10.09. A list of changes
since version 2013.08.17 is not available unfortunately.
2013-10-12 14:28:03 +00:00
wiz
e3cae3f49b Fix path to default config file.
Requested by Jean-Yves Moulin <jym@baaz.fr>

Bump PKGREVISION.
2013-10-11 09:59:54 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
jnemeth
c5c0782f56 sort 2013-10-10 03:33:43 +00:00
joerg
535b1324d3 Fix inline use. 2013-10-10 00:09:07 +00:00
joerg
ad44a6e12a Spell TOOL_DEPENDS correctly. 2013-10-10 00:08:40 +00:00
joerg
c51b9f3e7e Check in std for manipulators. 2013-10-10 00:08:19 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
taca
98825d7fa6 Update samba to 3.6.19.
Changes since 3.6.18:
---------------------

o   Jeremy Allison <jra@samba.org>
    * BUG 5917: Make Samba work on site with Read Only Domain Controller.


o   Christian Ambach <ambi@samba.org>
    * BUG 8955: NetrServerPasswordSet2 timeout is too short.


o   Günther Deschner <gd@samba.org>
    * BUG 9899: Fix fallback to ncacn_np in cm_connect_lsat().
    * BUG 9615: Fix fallback to ncacn_np in cm_connect_lsat().
    * BUG 10127: Fix 'smbstatus' as non-root user.


o   Volker Lendecke <vl@samba.org>
    * BUG 8955: Give machine password changes 10 minutes of time.
    * BUG 10106: Honour output buffer length set by the client for SMB2 GetInfo
      requests.
    * BUG 10114: Handle Dropbox (write-only-directory) case correctly in
      pathname lookup.


o   Karolin Seeger <kseeger@samba.org>
    * BUG 10076: Fix variable list in man vfs_crossrename.


o   Andreas Schneider <asn@samba.org>
    * BUG 9994: s3-winbind: Do not delete an existing valid credential cache.
    * BUG 10073: 'net ads join': Fix segmentation fault in
      create_local_private_krb5_conf_for_domain.


o   Richard Sharpe <realrichardsharpe@gmail.com>
    * BUG 10097: MacOSX 10.9 will not follow path-based DFS referrals handed
      out by Samba.
2013-10-09 14:46:35 +00:00
adam
95cff9e769 Changes 2.13:
* Not known.
2013-10-09 09:35:42 +00:00
shattered
10e8e43f34 Update to 1.21. Changes:
- Fix memory leak caused by latcp -d & llogin -d
- Loads of protocol fixes and speed enhancements
  NOTE: There are known problems with DECserver 90L terminal servers
- Add better support for DS90L servers reverse LAT
- Fix REQID message in moprc so it works with more servers.
2013-10-08 19:46:15 +00:00
wiz
f1e04617aa Add missing dependency on libquvi-scripts. Bump PKGREVISION. 2013-10-08 12:55:22 +00:00
obache
7e7ffbc3bb Some patches originally included in PR pkg/48269 are required to build with
NtBSD-current.
2013-10-08 12:31:22 +00:00
obache
ac01ffe746 PKGMANDIR fix 2013-10-08 12:14:03 +00:00
wiz
c1ed834100 Drop maintainership. 2013-10-08 08:51:30 +00:00
obache
649949d7b4 + freerdp 2013-10-07 12:55:08 +00:00
obache
b0cf804418 Import freerdp-1.0.2 as net/freerdp.
Based on PR pkg/48269 by Gianni D'Aprile, with various fixes and improvements.

FreeRDP is a free implementation of the Remote Desktop Protocol (RDP),
released under the Apache license.
2013-10-07 12:53:20 +00:00
wiz
773d287466 Recursive bump for serf shlib major downgrade. 2013-10-06 16:46:54 +00:00
obache
ece3fb3523 Update libnids to 1.24.
Based on PR pkg/48217 by Leonardo Taccari.

Changes:
v1.24 Mar 14 2010
- fixed another remotely triggerable NULL dereference in ip_fragment.c
- unofficial patch that enables tracking of already established TCP connections
- missing reset of some tcp_* variables upon nids_exit
- correct calculation of radiotap header
- compilation warning fixes with newer gcc
- use pcap_get_selectable_fd() instead of pcap_fileno()
2013-10-06 08:25:37 +00:00