summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2015-06-29Update to 0.5.12.youri3-8/+16
2015-06-26Attempt to fix various build issues:jperkin8-25/+88
- Explicitly disable samba-regedit for now, it is built depending on various curses characteristics that we do not currently support. - Avoid epoll implementation on SmartOS. - Pull in Active Directory and LDAP options from net/samba, LDAP support is dynamically configured and we need to ensure that, if enabled, we correctly pull in openldap. The SunOS native LDAP is missing some TLS functions that Samba depends upon. Tested with various PKG_OPTIONS combinations, fixes build on SmartOS.
2015-06-26Update to 1.5.12. Fixes a pile of bugs. From CHANGELOG:rodent2-6/+6
2015/05/02 : 1.5.12 - BUG/MINOR: ssl: Display correct filename in error message - DOC: Fix L4TOUT typo in documentation - BUG/MEDIUM: Do not consider an agent check as failed on L7 error - BUG/MINOR: pattern: error message missing - BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match - BUG/MEDIUM: buffer: one byte miss in buffer free space check - BUG/MAJOR: http: don't read past buffer's end in http_replace_value - BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax - BUG/MEDIUM: peers: correctly configure the client timeout - BUG/MINOR: compression: consider the expansion factor in init - BUG/MEDIUM: http: hdr_cnt would not count any header when called without name - BUG/MEDIUM: listener: don't report an error when resuming unbound listeners - BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes only - BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified - BUG/MEDIUM: http: remove content-length from chunked messages - DOC: http: update the comments about the rules for determining transfer-length - BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1 - BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request - BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding - MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230 - MEDIUM: http: add option-ignore-probes to get rid of the floods of 408 - BUG/MINOR: config: clear proxy->table.peers.p for disabled proxies - MINOR: stick-table: don't attach to peers in stopped state - MEDIUM: config: initialize stick-tables after peers, not before - MEDIUM: peers: add the ability to disable a peers section - DOC: document option http-ignore-probes - DOC: fix the comments about the meaning of msg->sol in HTTP - BUG/MEDIUM: http: wait for the exact amount of body bytes in wait_for_request_body - BUG/MAJOR: http: prevent risk of reading past end with balance url_param - DOC: update the doc on the proxy protocol
2015-06-25Needs pkg-config.joerg1-1/+2
2015-06-24Add a missing PERL5_PACKLIST entry, should fix build with new perlbouyer1-1/+3
2015-06-24Also depend on p5-CGI and p5-CGI-Fast. Should fix build with new perlbouyer1-1/+3
2015-06-24NSD 4.1.3pettai2-7/+6
========= FEATURES: - nsd-control addzones and delzones read list of zones from stdin. - hmac sha224, sha384 and sha512 support. - max-interfaces raised to 32. BUG FIXES: - Fix #665: when removing subdomain, nsd does not reparse parent zone. - Fix task and zonestat files to be stored in a subdirectory in tmp to stop privilege elevation. - Fix crash in zone parser for relative dname after error in origin. - Fix that formerrors are ratelimited.
2015-06-23Update to 1.8.1ryoon3-11/+10
Changelog: Release 1.8.1 May 7th 2015 Make "operation canceled" error a soft error Do not throw an error for files that are scheduled to be removed, but can not be found on the server. (#2919) Windows: Reset QNAM to proper function after hibernation. (#2899, #2895, #2973) Fix argument verification of --confdir (#2453) Fix a crash when accessing a dangling UploadDevice pointer (#2984) Add-folder wizard: Make sure there is a scrollbar if folder names are too long (#2962) Add-folder Wizard: Select the newly created folder Activity: Correctly restore column sizes (#3005) SSL Button: do not crash on empty certificate chain SSL Button: Make menu creation lazy (#3007, #2990) Lookup system proxy async to avoid hangs (#2993, #2802) ShareDialog: Some GUI refinements ShareDialog: On creation of a share always retrieve the share. This makes sure that if a default expiration date is set this is reflected in the dialog. (#2889) ShareDialog: Only show share dialog if we are connected. HttpCreds: Fill pw dialog with previous password. (#2848, #2879) HttpCreds: Delete password from old location. (#2186) Do not store Session Cookies in the client cookie storage CookieJar: Don't accidentally overwrite cookies. (#2808) ProtocolWidget: Always add seconds to the DateTime locale. (#2535) Updater: Give context as to which app is about to be updated (#3040) Windows: Add version information for owncloud.exe. This should help us know what version or build number a crash report was generated with. Fix a crash on shutdown in ~SocketApi (#3057) SyncEngine: Show more timing measurements (#3064) Discovery: Add warning if returned etag is 0 Fix a crash caused by an invalid DiscoveryDirectoryResult::iterator (#3051) Sync: Fix sync of deletions during 503. (#2894) Handle redirect of auth request. (#3082) Discovery: Fix parsing of broken XML replies, which fixes local file disappearing (#3102) Migration: Silently restore files that were deleted locally by bug (#3102) Sort folder sizes SelectiveSyncTreeView numerically (#3112) Sync: PropagateDownload: Read the mtime from the file system after writing it (#3103) Sync: Propagate download: Fix restoring files for which the conflict file exists (#3106) Use identical User Agents and version for csync and the Qt parts Prevent another crash in ~SocketApi (#3118) Windows: Fix rename of finished file (#3073) AccountWizard: Fix auth error handling (#3155) Documentation fixes Infrastructure/build fixes Win32/OS X: Apply patch from OpenSSL to handle oudated intermediates gracefully (#3087)
2015-06-19Disable on Linux too as it hangs the 32-bit bulk build.jperkin1-2/+2
2015-06-19Reset maintainer.tron1-2/+2
2015-06-18Regenerate for lost patches.joerg1-1/+3
2015-06-18Fix build with Perl 5.22.joerg2-3/+24
2015-06-18Fix for perl-5.22.jperkin3-4/+20
2015-06-16+grive2abs1-1/+2
2015-06-16Added net/grive2 version 0.4.0.20150531abs9-0/+142
This is the fork of original "Grive" (https://github.com/Grive/grive) Google Drive client with the support for the new Drive REST API and partial sync. Grive can be considered still beta or pre-beta quality. It simply downloads all the files in your Google Drive into the current directory. After you make some changes to the local files, run grive again and it will upload your changes back to your Google Drive. New files created locally or in Google Drive will be uploaded or downloaded respectively. Deleted files will also be "removed". Currently Grive will NOT destroy any of your files: it will only move the files to a directory named .trash or put them in the Google Drive trash. You can always recover them.
2015-06-16Make netatalk30 use devel/libevent rather than the bundled one. This takesfhajny1-2/+5
advantage of whatever patches we already have there and fixes build on at least modern Illumos platforms. Bump PKGREVISION. OK by jperkin.
2015-06-15Changes 2015.06.15:adam2-8/+8
* Merge branch 'dramafever' * Merge branch 'ping-dramafever' * Add support for NovaTv * Bug fixes
2015-06-15Content generation rules are not race-free.joerg1-1/+4
2015-06-15File descriptor limit on Nagios's queue handler socket is too low. If yourodent2-1/+15
run a system with ~100 hosts and 1100+ checks which run every 1-3 mins, you will have a very terrible experience with this package. See discussion at: http://support.nagios.com/forum/viewtopic.php?f=7&t=33274&p=141473#p141473 This patch changes the limit from a whopping three (3) to 128, which is more reasonable. Though, if others are continuing to have problems with this package, we could increase it to 1024. Defuzz the rest of the patches.
2015-06-14Update mikutter to 3.2.4.tsutsui2-6/+6
* fix missed i18n in extract tab plugin * stop generationg .mo files on every startup * update LANG po files
2015-06-14Update to 0.2.6.9:wiz2-6/+6
Changes in version 0.2.6.9 - 2015-06-11 Tor 0.2.6.9 fixes a regression in the circuit isolation code, increases the requirements for receiving an HSDir flag, and addresses some other small bugs in the systemd and sandbox code. Clients using circuit isolation should upgrade; all directory authorities should upgrade. o Major bugfixes (client-side privacy): - Properly separate out each SOCKSPort when applying stream isolation. The error occurred because each port's session group was being overwritten by a default value when the listener connection was initialized. Fixes bug 16247; bugfix on 0.2.6.3-alpha. Patch by "jojelino". o Minor feature (directory authorities, security): - The HSDir flag given by authorities now requires the Stable flag. For the current network, this results in going from 2887 to 2806 HSDirs. Also, it makes it harder for an attacker to launch a sybil attack by raising the effort for a relay to become Stable which takes at the very least 7 days to do so and by keeping the 96 hours uptime requirement for HSDir. Implements ticket 8243. o Minor bugfixes (compilation): - Build with --enable-systemd correctly when libsystemd is installed, but systemd is not. Fixes bug 16164; bugfix on 0.2.6.3-alpha. Patch from Peter Palfrader. o Minor bugfixes (Linux seccomp2 sandbox): - Fix sandboxing to work when running as a relaymby renaming of secret_id_key, and allowing the eventfd2 and futex syscalls. Fixes bug 16244; bugfix on 0.2.6.1-alpha. Patch by Peter Palfrader. - Allow systemd connections to work with the Linux seccomp2 sandbox code. Fixes bug 16212; bugfix on 0.2.6.2-alpha. Patch by Peter Palfrader. o Minor bugfixes (tests): - Fix a crash in the unit tests when built with MSVC2013. Fixes bug 16030; bugfix on 0.2.6.2-alpha. Patch from "NewEraCracker".
2015-06-12Change powerdns dependency from polarssl to mbedtls. Streamline bl3 setupfhajny7-11/+18
while at it. Bump PKGREVISION (and of the module packages).
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz202-332/+404
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-11Allow this package build on Ruby 2.2.taca1-3/+1
2015-06-11Allow this package build on Ruby 2.2.taca3-6/+4
2015-06-11Update bind910 to 9.10.2pl1 (BIND 9.10.2-P1).taca2-6/+6
--- 9.10.2-P1 released --- 4134. [cleanup] Include client-ip rules when logging the number of RPZ rules of each type. [RT #39670] 4131. [bug] Addressed further problems with reloading RPZ zones. [RT #39649] 4126. [bug] Addressed a regression introduced in change #4121. [RT #39611] 4122. [bug] The server could match a shorter prefix than what was available in CLIENT-IP policy triggers, and so, an unexpected action could be taken. This has been corrected. [RT #39481] 4121. [bug] On servers with one or more policy zones configured as slaves, if a policy zone updated during regular operation (rather than at startup) using a full zone reload, such as via AXFR, a bug could allow the RPZ summary data to fall out of sync, potentially leading to an assertion failure in rpz.c when further incremental updates were made to the zone, such as via IXFR. [RT #39567] 4120. [bug] A bug in RPZ could cause the server to crash if policy zones were updated while recursion was pending for RPZ processing of an active query. [RT #39415] 4116. [bug] Fix a bug in RPZ that could cause some policy zones that did not specifically require recursion to be treated as if they did; consequently, setting qname-wait-recurse no; was sometimes ineffective. [RT #39229] 4063. [bug] Asynchronous zone loads were not handled correctly when the zone load was already in progress; this could trigger a crash in zt.c. [RT #37573] 4062. [bug] Fix an out-of-bounds read in RPZ code. If the read succeeded, it doesn't result in a bug during operation. If the read failed, named could segfault. [RT #38559]
2015-06-11Updated to 0.8.8c :nils3-8/+8
bug: remove obsolete reference causing pre-compile issues README-WINDOWS replaced with README.wri
2015-06-10Update net/powerdns to 3.4.5.fhajny6-44/+28
PowerDNS Authoritative Server 3.4.5 Bug fixes: - Be careful reading empty lines in our config parser and prevent integer overflow. - prevent crash after --list-modules (Ruben Kerkhof) - Limit the maximum length of a qname Improvements: - Support /etc/default for our debian/ubuntu packages (Aki Tuomi) - Detect GCC 5.1 for boost (Ruben Kerkhof) - Various PKCS#11 fixes and improvements (Aki Tuomi) - Fix Coverity issues (Aki Tuomi) - Fix building on OpenBSD (Florian Obser and Ruben Kerkhof) - Look for mbedtls before polarssl (Ruben Kerkhof) - Let pkg-config determine botan dependency libs (Ruben Kerkhof) - Kill some further mallocs and add note to remind us not to add them back - Move remotebackend-unix test socket to testsdir (Aki Tuomi) - Defer launch of coprocess until first question (Aki Tuomi) - pdnssec: check for glue and delegations in parent zones (Kees Monshouwer) PowerDNS Authoritative Server 3.4.4 Bug fixes: - Fix rectify-(all)-zones for mixed case domain names - Fix CVE-2015-1868 - Blocking IO in busy-wait for remote backend (Wieger Opmeer) - Fix double dot for root MX/SRV in bind slave zone files (Kees Monshouwer) - Properly lock lmdb database, fixes ticket #1954 (Aki Tuomi) - Fix segfault in zone2lmdb (Ruben Kerkhof) New Features: - pdnssec: warn for insecure wildcards in opt-out zones - TKEY record type (Aki Tuomi) - Many PKCS#11 improvements (Aki Tuomi) - Introduce xfrBlobNoSpaces and use them for TSIG (Aki Tuomi) Improvements: - Allow "pdnssec set-nsec3 ZONE" for insecure zones; this saves on one rectify when securing a NSEC3 zone - Improvements to the config-file parsing (Aki Tuomi) - Postgresql check should not touch LDFLAGS (Ruben Kerkhof) - Log error when remote cannot do AXFR (Aki Tuomi) - Speed improvements when AXFR is disabled (Christian Hofstaedtler) - NSEC3 and related RRSIGS are not part of the dnstree (Kees Monshouwer) - Change ifdef to check for __GLIBC__ instead of __linux__ to prevent errors with other libc's (James Taylor) - Try to raise open files before dropping privileges (Aki Tuomi) - Add newline to carbon error message on auth (Aki Tuomi) - Make sure we send servfail on error (Aki Tuomi) - Ship lmdb-example.pl in tarball (Ruben Kerkhof) - Allocate TCP buffer dynamically, decreasing stack usage - Throw if getSOA gets non-SOA record
2015-06-10Deal with new vala files. Bump revision.joerg2-3/+7
2015-06-10Update net/powerdns-recursor to 3.7.3 (previous commit was 3.7.2).fhajny2-9/+11
PowerDNS Recursor 3.7.3 - Limit the maximum length of a qname - pdnssec: check for glue and delegations in parent zones
2015-06-10Add SMF manifest.fhajny1-0/+30
2015-06-10Update net/powerdns-recursor to 3.7.3.fhajny25-458/+252
Add SMF support. Defuzz patches. PowerDNS Recursor 3.7.3 - Limit the maximum length of a qname - pdnssec: check for glue and delegations in parent zones PowerDNS Recursor 3.7.2 - Fix handling of forward references in label compressed packets; fixes CVE-2015-1868. - Minor improvements and bugfixes. PowerDNS Recursor 3.7.1 - New root-nx-trust flag makes PowerDNS generalize NXDOMAIN responses from the root-servers - getregisteredname() for Lua, which turns 'www.bbc.co.uk' into 'bbc.co.uk' - Lua preoutquery filter - Lua IP-based filter (ipfilter) before parsing packets - iputils class for Lua, to quickly process IP addresses and netmasks in their native format - getregisteredname function for Lua, to find the registered domain for a given name - Various new ringbuffers: top-servfail-remotes, top-largeanswer-remotes, top-servfail-queries - Minor improvements and bugfixes. PowerDNS Recursor 3.6.2 - Minor improvements and bugfixes. PowerDNS Recursor 3.6.1 - Fix for a crash under a specific sequence of packets. PowerDNS Recursor 3.6.0 - Implement minimum-ttl-override config setting, plus runtime configurability via 'rec_control set-minimum-ttl'. - Lots of work on the JSON API, which is exposed via Aki Tuomi's 'yahttp'. - Lua modules can now use 'pdnslog(INFO..') - Adopt any-to-tcp feature to the recursor. - Implement built-in statistics dumper using the 'carbon' protocol, which is also understood by metronome (our mini-graphite). Use 'carbon-server', 'carbon-ourname' and 'carbon-interval' settings. - New setting 'udp-truncation-threshold' to configure from how many bytes we should truncate. commit a09a8ce. - Proper support for CHaos class for CHAOS TXT queries. - Added support for Lua scripts to drop queries w/o further processing. - Kevin Holly added qtype statistics to recursor and rec_control. - Add support for include-files in configuration, also reload ACLs and zones defined in them. - Paulo Anes contributed server-down-max-fails which helps combat Recursive DNS based amplification attacks. - Implement "followCNAMERecords" feature in the Lua hooks. - Minor improvements and bugfixes. PowerDNS Recursor 3.5.3 - This is a bugfix and performance update to 3.5.2. It brings serious performance improvements for dual stack users. PowerDNS Recursor 3.5.2 - This is a stability and bugfix update to 3.5.1. It contains important fixes that improve operation for certain domains. PowerDNS Recursor 3.5.1 - This is a stability and bugfix update to 3.5. PowerDNS Recursor 3.5 - The local zone server now understands wildcards. - The Lua postresolve and nodata hooks. - A new feature, rec_control trace-regex allows the tracing of lookups for specific names - A new setting, export-etc-hosts-search-suffix, adds a configurable suffix to names imported from /etc/hosts - Minor improvements & bugfixes PowerDNS Recursor 3.3.1 - Small number of important fixes, adds some memory usage statistics, but no new features
2015-06-10Fix GITHUB_TAG.wiz1-2/+2
TODO: I argue that PKGREVISION_NOREV should be the default PKGREVISION...
2015-06-09Bump PKGREVISION for hs-parsec-3.1.9szptvlfn2-4/+4
2015-06-09Update net/rabbitmq to 3.5.3.fhajny3-8/+7
RabbitMQ 3.5.3: - If rabbitmqctl can't contact a node, suggest to verify any Erlang TLS distribution configuration - Ensure the memory monitor is fully started before the file handle cache is used - Management plugin: Fix a crash during RabbitMQ startup if force_fine_statistics is set in rabbitmq_management_agent configuration RabbitMQ 3.5.2: - Improve integration with Docker - Add a way to send log messages (both "normal" and sasl messages) to stdout - Do not try to use exec before su ... as su(1) forks a process anyway - Report a queue is under flow control only if it was in this situation in the last 1 second, instead of the last 5 seconds previously - Add a check to ensure the Mnesia directory is not shared with the PID file location or the plugin expansion directory - Ensure the file handle cache remains under the memory high watermark when syncing a mirrored queue - Restore support for messages stored on disk with the previous x-death header format - Ensure passwords containing $ characters are properly escaped so they are not interpreted by the shell, when a password is changed using rabbitmqctl change_password - Management plugin: Allow to configure rates_mode even if only rabbitmq-management-agent is enabled - Management plugin: Fix a badarith crash if for some reasons, the disk free space or the file descriptors count are temporarily reported incorrectly - STOMP plugin: Ensure the "processor" thread is terminated at the same time the "reader" thread exits RabbitMQ 3.5.1: - Introduce a new channel log category for channel log messages - Ensure consumer_closed events are emitted for the actually closed channels only, not all of them - Ensure the number of x-death message headers doesn't grow indefinitely - Adjust the file read buffer cache size to avoid useless reads - Ensure the priority queue plugin reports its memory consumption properly - Prevent a crash while synchronising paged out priority queues - Pass the PID file to rabbitmqctl stop in rabbitmq-server.ocf, exactly like Debian- and Red Hat-flavour init scripts - AMQP plugin: Fix heartbeats - AMQP plugin: Respond with a protocol error if a disposition frame is incorrect - AMQP plugin: Fix a crash if the initial-delivery-count is not 0
2015-06-08Installs vala files now. Bump revision.joerg2-3/+5
2015-06-08Add gobject-introspection/bl3.mk.wiz2-2/+4
2015-06-08patch fromspz3-2/+128
http://sourceforge.net/p/net-snmp/code/ci/f23bcd3ac6ddee5d0a48f9703007ccc738914791/ taking care of (among others) the vulnerability described in http://www.openwall.com/lists/oss-security/2015/04/13/1
2015-06-08Allow depending on ruby-yajl 1.2.x.taca1-3/+5
Bump PKGREVISION.
2015-06-08add SMF manifestwiedi2-1/+31
2015-06-08* Add support for pkg_alternatives.taca3-6/+9
* Allow this package build on Ruby 2.2.
2015-06-08Allow this package build on Ruby 2.2.taca1-2/+2
2015-06-08Allow this package build on Ruby 2.2.taca1-2/+2
2015-06-08Update ruby-domain_name to 0.5.24.taca2-6/+6
Update the eTLD database to 2015-04-07T20:26:05Z.
2015-06-08Update ruby-dnsruby to 1.58.0.taca3-8/+17
## v1.58.0 * Add TCP pipelining (reusing a single TCP connection for multiple requests). * Enhance zone reading, including reading data from a string. * Add add_answer! method for adding duplicate answers, as needed for an AXFR response. * Add support for GPOS and NXT resource records. * Test cleanup, including removal of use of Nominet servers, soak_test cleanup. * Refactorings: MessageDecoder, Resolv, Resolver (part). * Fix zone reader adding unwanted dot to relative hostnames being converted to absolute. * Fix default access for tsig options in Resolver. * Fix ZoneTransfer not to use deprecated SingleResolver. * Fix Resolver bug in parameter to create_tsig_options. * Fix tests to always use working copy and not gem.
2015-06-08Update ruby-addressable to 2.3.8.taca3-8/+8
# Addressable 2.3.8 - fix warnings - update dependency gems - support for 1.8.x officially deprecated
2015-06-08Remove gobject-introspection here -- this is only a build dependencywiz1-2/+1
of libsoup.
2015-06-08Add introspection files, bump PKGREVISION.wiz2-4/+6
2015-06-08Wrapping a macro in a do while(0) loop works better when including the do.joerg3-3/+17
2015-06-08Update PLIST due to vala changes. Bump PKGREVISION.wiz2-3/+5