summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Various build and install fixes for Darwin.jperkin4-28/+55
2016-02-28Knot DNS 2.1.1 (2016-02-10)pettai3-40/+21
=========================== Bugfixes: --------- - DNSSEC: Allow import of duplicate private key into the KASP - DNSSEC: Avoid duplicate NSEC for Wildcard No Data answer - Fix server crash when an incomming transfer is in progress and reload is issued - Fix socket polling when configured with many interfaces and threads - Fix compilation against Nettle 3.2 Improvements: ------------- - Select correct source address for UDP messages recieved on ANY address - Extend documentation of knotc commands Knot DNS 2.1.0 (2016-01-14) =========================== Features: --------- - Per-thread UDP socket binding using SO_REUSEPORT on Linux - Support for dynamic configuration database - DNSSEC: Support for cryptographic tokens via PKCS #11 interface - DNSSEC: Experimental support for online signing Improvements: ------------- - Support for zone file name patterns - Configurable location of zone timer database - Non-blocking network operations and better timeout handling - Caching of Critical configuration values for better performance - Logging of ACL failures - RRL: Add rate-limit-slip zero support to drop all responses - RRL: Document behavior for different rate-limit-slip options - kdig: Warning instead of error on TSIG validation failure - Cleanup of support libraries interfaces (libknot, libzscanner, libdnssec) - Remove possibly insecure server control over a network socket - Remove implementation limit for the number of network interfaces Bugfixes: --------- - synth-record module: Fix application of default configuration options - TSIG: Allow compressed TSIG name when forwarding DDNS updates - Schedule zone bootstrap after slave zone fails to load from disk
2016-02-27+sayakatsutsui1-1/+2
2016-02-27Import sayaka-3.2.0 as net/sayaka.tsutsui5-0/+72
Sayaka is a light-weight terminal specific twitter client which supports userstream and sixel graphics etc. There are two variants (PHP based version and and Vala based version) in the sayaka distribution and this package uses the newer Vala based one.
2016-02-27Update mikutter to 3.3.8.tsutsui3-13/+13
Upstream changes: * cannot preview instagram pictures * twitter authentication on the first startup didn't work with some library version Remarks: OAuth::RequestToken#build_authorize_url is broken in the latest oauth gem 0.5.0: https://github.com/oauth-xx/oauth-ruby/pull/108
2016-02-26Disable epoll on SunOS, fixes build on newer platforms.fhajny1-1/+2
2016-02-26Remove manual addition of MAKE_FLAGS to OPSYSVARS, it's now in by default.jperkin1-2/+1
2016-02-25Update net/youtube-dl to 2016.02.22.leot3-9/+18
pkgsrc changes: o Take the MAINTAINERship Changes: 2016.02.22: o [animeondemand] Add extractor (#8518) o [noz] Add new extractor o [screenjunkies] Add new extractor o [arte:magazine] Add extractor o Misc bug fixes and improvements.
2016-02-25Use CPPFLAGS.NetBSDroy1-5/+5
2016-02-25Define _OPENBSD_SOURCE so that unbound works on NetBSD 8 whereroy1-2/+7
reallocarray(3) is guarded.
2016-02-25Use OPSYSVARS.jperkin47-318/+165
2016-02-25Remove manual OPSYSVARS additions which are now part of the default set.jperkin3-7/+3
2016-02-23Revbump packages that build-depend on Go after 1.6 update.bsiegert3-5/+6
They all build, I checked :)
2016-02-23Add p5-IO-Socket-Timeoutwen1-1/+2
2016-02-23Import IO-Socket-Timeout-0.32 as net/p5-IO-Socket-Timeout.wen3-0/+31
IO::Socket provides a way to set a timeout on the socket, but the timeout will be used only for connection, not for reading/writing operations. This module provides a way to set a timeout on read/write operations on an IO::Socket instance, or any IO::Socket::* modules, like IO::Socket::INET.
2016-02-23Reduce the dependencieskhorben1-2/+3
Bumps PKGREVISION.
2016-02-23Add net/deforaos-vncviewerkhorben1-1/+2
2016-02-23Import DeforaOS VNCViewer 0.0.0khorben4-0/+39
This VNC client makes use of the net/gtk-vnc library, providing a client implemented with the Gtk+ toolkit. It is part of the DeforaOS desktop environment.
2016-02-22Import openresolv-3.7.3 with the following changes:roy2-7/+7
* Save the initial working directory and change to it just before running any scripts. This avoids scripts putting files accidently where they shouldn't. * Strip trailing dot from search and domain names. * man page improvements.
2016-02-21Update MASTER_SITES.leot1-2/+3
Thanks and noticed by wiz@.
2016-02-21Update mikutter to 3.3.7.tsutsui2-7/+7
Upstream changes: * postbox was not dismissed after post in some case * line breaks were not drawn during selecting tweet characters by mouse drag
2016-02-19Update tigervnc to 1.6.0.wiz3-23/+13
Do not update xserver used, still 1.17.2. Release notes: TigerVNC 1.6.0 is now available. This release is mostly about fixing various bugs and polishing existing features, but there are some notable new things: * Multi-head support in the Java viewer * Better certificate handling in the Java viewer, including host name verification
2016-02-18Update php-baikal to 0.3.2:wiz2-7/+7
#453: Fixed a bug during a 0.2.7 to 0.3.1 upgrade if a users' me-card was set. (@untitaker). Ships with sabre/dav 3.1.1
2016-02-17Umm, adjust dependencies to go with the previous update.he1-4/+5
Ride on the coattails of that version bump.
2016-02-17Update to version 0.4.6.he3-8/+53
Upstream changes: v0.4.6 * Fix multiple RPC error generation * Add support for cancel-commit and persist param * Add more examples v0.4.5 * Add Huawei device support * Add cli command support for hpcomware v7 devices * Add H3C support, Support H3C CLI,Action,Get_bulk,Save,Rollback,etc. * Add alcatel lucent support * Rewrite multiple error handling * Add coveralls support, with shield in README.md * Set severity level to higher when multiple * Simplify logging and multi-error reporting * Keep stacktrace of errors * Check for known hosts on hostkey_verify only * Add check for device sending back null error_text * Fix RPC.raise_mode * Specifying hostkey_verify=False should not load_known_hosts * Check the correct field on rpc-error element v0.4.3 * Nexus exec_command operation * Allow specifying multiple cmd elements in Cisco Nexus * Update rpc for nested rpc-errors * Prevent race condition in threading * Prevent hanging in session close v0.4.2 * Support for paramiko ProxyCommand via ~/.ssh/config parsing * Add Juniper-specific commit operations * Add Huawei devices support * Tests/Travis support * ioproc transport support for Juniper devices * Update Cisco CSR device handler * Many minor and major fixes
2016-02-17Upgrade py-junos-eznc to version 1.3.1.he3-8/+43
Upstream changes: 1.3.1: * Bugfix: Not to suppress exception under Config util context manager. 1.3.0: * Feature add: support "private" and "dynamic" database access #301 #458. * Feature enhancements: - Support for Feature Velocity releases #442 - Multiple RPC support #338 #453 - Merged Table/View pull requests from user. #441 - Facts gathering to raise only warning in case of exception #459 * Bugfixes: - Raise RpcTimeoutError in commit_check #437 - Config load not throwing RpcTimeoutError #443 #444 - Prevented AttributeError upon XML comment #448 #447 - Facts gathering fix for QFX and other specific software releases #450 #463 1.2.3: * Bugfixes: - Software upgrade for multi RE and multi VC #429 - single chassis (EX8208 1EA-2RE) software installation was broken. - Facts gathering on VMx & Qfabric #313 - SCP & SW progress to print proper log messages #422, #421 - TXP facts broken #417 - Prefer explicitly defined ssh_private_key_file to sshconfig #418 * Feature ehnancements: - Implement context manager for Device #433 - JSON as format option to RPC calls for Junos >= 14.2 - Merged Table/View pull requests from users. 1.2.2: * Bugfixes: - Suppress paramiko logger warnings #363 - A few places warnings similar to No handlers could be found for logger "paramiko.transport" would be displayed. - Device password setter did not work #400 - dev.password = 'newpass' - Facts gather for EX8200 standalone failing #402 - JSON dump of RPC XML failing when contents include XML comment #406 - SCP logger not enabled by default #362 1.2.1: * Bugfixes: - Unable to use get() multiple times with Tables - Add increased timeout value for remote_checksum - Ability to set options in CfgTable definition - Domain Fact - Put RPC inside try block - Search inherited version of config - Update support of swver fact for Junos 15.1 1.2.0: * New features: * Enhanced exception handling: * XML Normalization Support: * OpTables normalization * Mixed Mode Virtual Chassis Upgrade Support * Add sync, force_sync, full, detail to Config.commit(), * Configuration Table Support * Support for SSH ProxyCommand in SCP * Set minimum paramiko version to 1.15.2 * Bugfixes: - Facts - MX Virtual Chassis - All physical RE's are now accounted for in facts in the format Device-RE => 'RE1-RE0' - Master fact is same format as other VC systems. - Domain - Domain lookup now checks configuration first before attempting to parse /etc/resolv.conf or /var/etc/resolv.conf - 2RE - Fixed false positive of 2RE on vc_capable systems - StartShell root user - Utils.start_shell now supports the user root - utils.fs multiple RE support - Fixed bug affecting multiple RE systems - OpTables loading from XML files and objects - OpTables were not properly loading when passing in a XML file path or lxml object 1.1.2: * Bugfixes: - onbox Device() 1.1.1: * Bugfixes: - Device _auth_user overwritten after device open. This was breaking SCP 1.1.0: * New features: * Enhanced Exception Handling * Per execution timeout * Serialization of Junos facts * Composite table key support for missing XPATH * Regex support for View boolean values * OS Install force-host * Added display_xml_rpc command * ncclient proxycommand support * Added support for pipe (union) operator in Table keys * Format optional for configuration strings * Bugfixes: * JSON Output - Views that had compound keys failed to dump. - RPC command output failed to dump. * FutureWarning - Config utility would output a FutureWarning 1.0.2: * Bugfixes: * XML Templates not properly loading * Templates without a file extension no longer assumed to be XML
2016-02-17Update p5-Net-Domain-TLD to 1.74.wiz2-8/+7
1.74 Mon Feb 15 16:00 2016 - gtld_new update as per latest IANA db entries
2016-02-16Soften explanation of syncthing-androidgdt1-6/+6
Interoperation with syncthing-android is still very important, but some have told me that they use syncthing among POSIXish systems without android as a replacement for rsync/unison, more or less. Keep the notion of deferring major upgrades to stay in sync with f-droid. (This is in no way a complaint about the previous minor upgrade, which was most welcome; it just caused me to look at this and notice my previous text was too strong.) CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2016-02-16Add fd limits to startup script. Bump PKGREVISION.morr2-2/+16
2016-02-16Updated net/syncthing to 0.12.19abs2-7/+7
v0.12.19 - Return "No such object in the index" when /rest/db/file gets called on something that doesn't exist (@calmh) - Swap the corsMiddleware and the csrfMiddleware to the unauthenticated OPTIONS requests are first processed. (@letiemble) - Report versioning usage in usage report (@calmh)
2016-02-16Update net/mitmproxy to 0.16.leot4-64/+109
Changes: v0.16 ----- * Completely revised HTTP2 implementation based on hyper-h2 (Thomas Kriechbaumer) * Export flows as cURL command, Python code or raw HTTP (Shadab Zafar) * Fixed compatibility with the Android Emulator (Will Coster) * Script Reloader: Inline scripts are reloaded automatically if modified (Matthew Shao) * Inline script hooks for TCP mode (Michael J. Bazzinotti) * Add default ciphers to support iOS9 App Transport Security (Jorge Villacorta) * Basic Authentication for mitmweb (Guillem Anguera) * Exempt connections from interception based on TLS Server Name Indication (David Weinstein) * Provide Python Wheels for faster installation * Numerous bugfixes and minor improvements
2016-02-16Update net/py-netlib to 0.16.leot4-153/+64
Changes (from the commit messages): 0.16 ---- o Migrate to hyperframe o Various bugfixes and improvements
2016-02-16Update net/py-hpack to 2.1.0.leot2-7/+7
Changes: 2.1.0 (2016-02-02) ------------------ **API Changes (Backward Compatible)** - Added new ``InvalidTableIndex`` exception, a subclass of ``HPACKDecodingError``. - Instead of throwing ``IndexError`` when encountering invalid encoded integers HPACK now throws ``HPACKDecodingError``. - Instead of throwing ``UnicodeDecodeError`` when encountering headers that are not UTF-8 encoded, HPACK now throws ``HPACKDecodingError``. - Instead of throwing ``IndexError`` when encountering invalid table offsets, HPACK now throws ``InvalidTableIndex``. - Added ``raw`` flag to ``decode``, allowing ``decode`` to return bytes instead of attempting to decode the headers as UTF-8. **Bugfixes** - ``memoryview`` objects are now used when decoding HPACK, improving the performance by avoiding unnecessary data copies.
2016-02-16update of xymon and xymonclient from 4.3.17 to 4.3.25spz7-32/+44
The following security issues are fixed with this update: * Resolve buffer overflow when handling "config" file requests (CVE-2016-2054) * Restrict "config" files to regular files inside the $XYMONHOME/etc/ directory (symlinks disallowed) (CVE-2016-2055). Also, require that the initial filename end in '.cfg' by default * Resolve shell command injection vulnerability in useradm and chpasswd CGIs (CVE-2016-2056) * Tighten permissions on the xymond BFQ used for message submission to restrict access to the xymon user and group. It is now 0620. (CVE-2016-2057) * Restrict javascript execution in current and historical status messages by the addition of appropriate Content-Security-Policy headers to prevent XSS attacks. (CVE-2016-2058) * Fix CVE-2015-1430, a buffer overflow in the acknowledge.cgi script. Thank you to Mark Felder for noting the impact and Martin Lenko for the original patch. * Mitigate CVE-2014-6271 (bash 'Shell shock' vulnerability) by eliminating the shell script CGI wrappers Please refer to https://sourceforge.net/projects/xymon/files/Xymon/4.3.25/Changes/download for further information on fixes and new features.
2016-02-15Update php-baikal to 0.3.1.wiz4-530/+1218
Baïkal 0.3.1 is now the recommended version of Baïkal. This release fixes the most reported issues with Baikal, and also: Upgrades sabre/dav from version 1.8 to 3.1. Supports PHP 7. Makes the minimum PHP version 5.5. Adds support for calendar/addressbook export. Adds support for WebDAV-Sync. Upgrade instructions are here: http://sabre.io/baikal/upgrade/
2016-02-15Fix installation on OS Xadam2-19/+20
2016-02-15Enable the examples, some of them are a little more than mere examples.he2-3/+55
Adjust PLIST accordingly. Bump PKGREVISION.
2016-02-15Changes 2016.02.13:adam3-8/+20
* Improve dailymotion embed detection * strip http urls in smil manifest * Improve base url construction * Pass mpd base url to _parse_mpd_formats * Allow bestvideo+bestaudio for any extractor * Add direct mpd url test * Improve multifeed videos extraction
2016-02-14Update mikutter to 3.3.6.tsutsui2-7/+7
Upstream changes: * post by shotcut keys didn't work on certain conditions * selected characters of tweet by mouse drag were not shown correctly in some case
2016-02-13Update ruby-twitter to 5.16.0.tsutsui2-9/+9
pkgsrc changes: - remove unnecesary OVERRIDE_GEMSPEC for ruby-http - add a new OVERRIDE_GEMSPEC for equalizer-0.0.11 (briefly tested with net/ruby-tw) No CHANGELOG.md entry (and no announcement) in upstream. (one notable change in github is "Update http dependency to ~> 1.0")
2016-02-13Update to 96.0.0ryoon3-693/+915
96.0.0 (2016/2/10) Breaking Changes Google App Engine Google App Engine components updated to 1.9.32. Please visit the following release notes for details: Python - https://cloud.google.com/appengine/docs/python/release-notes Java - https://cloud.google.com/appengine/docs/java/release-notes The gcloud preview app gen-config command now offers to automatically update the runtime field in app.yaml if necessary. IAM The gcloud beta iam command group has launched. Emulators The Pub/Sub emulator now supports Gzip-encoded requests. Google Compute Engine The gcloud compute copy-files|scp commands on Windows now treat path arguments with a drive prefix as local files. Configurations The config configurations delete command now takes multiple configuration names. Containers kubectl is updated to v1.1.7. Bugfix on the gcloud container clusters get-credentials when run from a client without edit permissions. Misc. Changes The default floating point output format precision is 6. Exponent notation is used for abs(n) < 1e-04 and abs(n) >= 1e+09. The arrow and page up/down/home/end keys now work in the Windows help pager. 95.0.0 (2016/2/3) Breaking Changes Use gcloud compute networks create --mode=legacy to create non-subnet networks. Google Compute Engine gcloud compute copy-files and gcloud compute ssh on Windows now use standard PuTTY plink.exe, pscp.exe and putty.exe. A standalone winkeygen.exe generates PuTTY and ssh compatible keys. The Windows PuTTY executables are up to date at version 0.66. Google Compute Engine subnets Added gcloud compute networks subnets. Added --mode flag to gcloud compute networks create. Added --subnet flag to gcloud compute instances create and gcloud compute instance-templates create. Added --local-traffic-selector flag to gcloud compute vpn-tunnels create. Google App Engine Added support for streaming logs when the use_cloud_build=1 property is set. Moved the nodejs install script into the docker image. Projects gcloud projects update|undelete|delete have been moved to beta. gcloud --format Added nested table formatting by --format="table(field1,listField2:format=FORMAT-STRING)" where FORMAT-STRING can be any format (json, table, ...). Try: gcloud compute instances list --format="table[box](name, disks:format='table[no-heading](deviceName:sort=1, kind)')" Added list field aggregation formatting (similar to nested formatting) by --format="table(listField2:format=FORMAT-STRING)". When the main table has no columns each nested format is aggregated into a single list. Try: gcloud compute instances list --format="table(disks:format='table[box](deviceName:sort=1, kind)')" 94.0.0 (2016/1/27) Google Compute Engine Added gcloud alpha compute url-maps list-cache-invalidations command. Google App Engine Google App Engine components updated to 1.9.31. Please visit the following release notes for details: Python - https://cloud.google.com/appengine/docs/python/release-notes Java - https://cloud.google.com/appengine/docs/java/release-notes Added --runtime flag to gcloud preview app gen-config to specify a runtime when a directory identifies as multiple runtimes. This flag can be used in conjunction with --custom. Google Container Engine gcloud container cluster describe and list commands now notify the user when their cluster versions are about to go out of support or are unsupported. Google Cloud Logging gcloud beta logging write and gcloud beta logging logs delete commands now use the V2beta1 API. The gcloud beta logging write command now uses the global resource descriptor (which translates to "custom.googleapis.com" service in V1). Cloud Dataproc gcloud beta dataproc clusters create now supports --tags and --metadata flags to set instance tags and metadata on all instances in the Dataproc cluster. PubSub Emulator A new --host flag can be used to specify the address the emulator should bind as. The flag can be left unspecified, set to "localhost", a hostname, or an explicit IP address. Projects Added commands get-iam-policy, set-iam-policy, add-iam-policy-binding, and remove-iam-policy-binding for the gcloud beta projects surface. Added the gcloud projects list command that can be used to list projects. 93.0.0 (2016/1/20) kubectrl upgraded to 1.1.4. gcloud beta dataproc cluster create now supports --properties flag to set properties for installed packages. Datastore emulator's DATASTORE_LOCAL_HOST environment variable changed to DATASTORE_EMULATOR_HOST. gcloud source repos clone now supports --dry-run flag to show equivalent git command. 92.0.0 (2016/1/13) Because of the rollback of 91.0.0, this release contains all of the changes from 91.0.0 in addition to the changes listed below. Breaking Changes gcloud preview app deploy Changed deployments to set the deployed versions to receive all traffic for their modules by default. To keep the old behavior (traffic split remains the same), use the --no-promote flag or run gcloud config set app/promote_by_default true. Note that your old versions are still running, and must be stopped manually. This behavior will change in a future release. Removed deprecated --set-default flag. Please use --promote instead. gcloud preview app deploy: Removed deprecated --env-vars flag. The output of the gcloud preview app modules list command has been changed to include the traffic split percentage instead of the 'default version' field. Removed deprecated gcloud preview app modules cancel-deployment command. This command is no longer necessary due to recent improvements in the Deployment API. Removed deprecated gcloud preview app modules download command. This command is no longer necessary due to recent improvements in the Deployment API. Removed deprecated gcloud preview app run command. Please use dev_appserver.py instead. Changed behavior of the --zone/-z flag in the gcloud dns record-sets command group. This flag can no longer precede the command. For instance, gcloud dns record-sets -z=mz list will not work, but gcloud dns record-sets list -z=mz will. Changed --password-file option for sql instances set-root-password; password now does not include trailing newline from password file. This matches the documented behavior, but not the previous behavior. (Fixes https://code.google.com/p/google-cloud-sdk/issues/detail?id=419) Removed meta/active_configuration from the results of gcloud config list since it is not a property that can be set. You can continue to use the gcloud config configurations commands to view and manage your configurations. Cloud SDK Added gcloud config proxy settings. Users can configure gcloud to use a proxy via the following settings: gcloud config proxy/address gcloud config proxy/password gcloud config proxy/port gcloud config proxy/type gcloud config proxy/username Added alpha and beta components to Debian packages. Removed unused config properties: app/hosted_registry, app/host, app/admin_host, app/api_host. Google Cloud Logging Migrated to v2beta1 API release. Moved gcloud beta logging sinks commands to v2beta1. Added gcloud beta logging resource-descriptors command to display supported resources from various services. Added gcloud beta logging read command to retrieve log entries using filters. Google Container Engine Added gcloud container clusters resize for resizing Container Engine clusters. Added notifications when node upgrades are available to gcloud container cluster describe and list commands. Google App Engine Fixed bug where initial deployments using --image-url failed. Changed gcloud preview app modules set_default command to use the App Engine Admin API. Changed gcloud preview app modules list command to use the App Engine Admin API.
2016-02-11Add fix for CVE-2015-5177, lifted fromhe3-3/+33
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795429 Bump PKGREVISION.
2016-02-11Avoid too strict requirements (upper limit of dependencies versions), again!leot3-13/+49
Bump PKGREVISION.
2016-02-11Made a mistake with patch checksums.jklos1-2/+2
2016-02-11Change syntax to allow compiling on Leopard machines.jklos2-2/+25
2016-02-11Fix configure to match properly for darwin9 so that PowerPC code is generatedjklos2-7/+16
properly on Leopard systems.
2016-02-09Updated net/syncthing to 0.12.18abs2-7/+7
v0.12.18 - Add -paths option to print config, key, database paths (@calmh) - Minor refactoring
2016-02-09Update 3.8.2 to 3.8.3mef3-22/+17
--------------------- 2015-05-28 wimpunk * [r183] ., release: Removing unneeded release directory 2015-03-23 wimpunk * [r182] ddclient: Reverting to the old perl requirements like suggested in #75 The new requirements were added when adding support for cloudflare. By the simple fix suggested by Roy Tam we could revert the requirements which make ddclient back usable on CentOS and RHEL. * [r181] ddclient: ddclient: made json optional As suggested in pull 7 on github by @abelbeck and @Bugsbane it is better to make the use of JSON related to the use of cloudflare. * [r180] ddclient: ddclient: reindenting cloudflare Indenting cloudflare according to the vim tags * [r179] ddclient: ddclient: correction after duckdns merge Correcting duckdns configuration after commit r178 * [r178] ddclient: Added simple support for Duckdns www.duckdns.org Patch provided by gkranis on github. Merge branch 'gkranis' 2015-03-21 wimpunk * [r177] README.md: Added duckDNS to the README.md * [r176] sample-etc_rc.d_init.d_ddclient.ubuntu: update ubuntu init.d script Merge pull request #9 from gottaloveit/master * [r175] Changelog, Changelog.old: Renamed Changelog to Changelog.old Avoiding conflicts on case insensitive filesystems * [r174] ddclient: Add missing config line for CloudFlare Merge pull request #19 from shikasta-net/fixes * [r173] ddclient: Merge pull request #22 from reddyr/patch-1 loopia.se changed the "Current Address:" output string to "Current IP Address:" * [r172] ddclient: fixed missing ) for cloudflare service hash Merge pull request #16 from adepretis/master 2015-01-20 wimpunk * [r171] README.md, ddclient, sample-etc_ddclient.conf: Adding support for google domain Patch gently provided through github on https://github.com/wimpunk/ddclient/pull/13 2014-10-08 wimpunk * [r170] README.md, ddclient, sample-etc_ddclient.conf: Added support for Cloudflare and multi domain support for namecheap Pull request #7 from @roberthawdon See https://github.com/wimpunk/ddclient/pull/7 for more info. 2014-09-09 wimpunk * [r169] ddclient: Bugfix: allowing long username-password combinations Patch provided by @dirdi through github. 2014-08-20 wimpunk * [r166] ddclient: Fixing bug #72: Account info revealed during noip update * [r165] ddclient: Interfaces can be named almost anything on modern systems. Patch provided by Stephen Couchman through github 2014-06-30 wimpunk * [r164] ddclient: Only delete A RR, not any RR for the FQDN Make the delete command specific to A RRs. This prevents ddclient from deleting other RRs unrelated to the dynamic address, but on the same FQDN. This can be specifically a problem with KEY RRs when using SIG(0) instead of symmetric keys. Reported by: Wellie Chao Bug report: http://sourceforge.net/p/ddclient/bugs/71/ Fixes #71 2014-06-02 wimpunk * [r163] README.md, ddclient: Adding support for nsupdate. Patch provided by Daniel Roethlisberger <daniel@roe.ch> through github. 2014-04-29 wimpunk * [r162] README.md, README.ssl, ddclient: Removed revision information Revision information isn't very usable when switching to git. 2014-03-20 wimpunk * [r161] README.md, README.ssl, ddclient, sample-etc_rc.d_init.d_ddclient.alpine: Added Alpine Linux init script Patch send by Tal on github. * [r160] RELEASENOTE: Corrected release note 2013-12-26 wimpunk * [r159] release/readme.txt: Commiting updated release information * [r158] README.md, RELEASENOTE: Committing release notes and readme information to trunk
2016-02-09Update to 2.16mef2-7/+7
-------------- Explicit ChangeLog not found, but diff src tells two options are added, -Q and -V, ( -V vlan -Q priority ) -Q pri 802.1p priority to set. Should be used with 802.1Q (-V). Defaults to 0. -V num 802.1Q tag to add. Defaults to no VLAN tag.
2016-02-09Update 3.31 to 3.71mef2-8/+7
------------------- lft 3.71 / WhoB 3.71 ---------------------- - WhoB: Autodetect input from STDIN (pipe) without '-f -' - WhoB: Redirect some extraneous output to STDERR lft 3.7 / WhoB 3.7 ---------------------- - Added support for 4-byte ASNs - Added support for whob reading bulk input from stdin using '-f -' lft 3.6 / WhoB 3.6 ---------------------- - Added support for 4-byte ASNs lft 3.5 / WhoB 3.5 ---------------------- - Roy T. provided DNS speed-ups - Added GraphViz output option with -g lft 3.35 / WhoB 3.5 ---------------------- - Roy T. provided some clean-ups to avoid double free()s - Bug fixes only lft 3.33 / WhoB 3.5 ---------------------- - Fixed free(sess->hostname) bug (segfault on unresolvable hostname) - Improved error hanlding of pcap failures related to data link type - Kurt's FreeBSD fix for pcap snprintf - Bug fixes only lft 3.32 / WhoB 3.5 ---------------------- - Added support for several encapsulating protocols such as PPP - no other changes