Commit graph

16522 commits

Author SHA1 Message Date
triaxx
ec1c596201 Import taskserver 2018-09-02 09:55:46 +00:00
triaxx
a052573fa2 net/taskserver: import taskserver-1.1.0
Packaged for wip by esg@sdf.org.

Rename wip/taskd to net/taskserver to be consistent with time/taskwarrior.

The taskserver package provides a daemon to securely synchronize task data
over network.
2018-09-02 09:53:14 +00:00
leot
86dd6db84c youtube-dl: Update net/youtube-dl to 20180901
Changes:
version 2018.09.01

Core
* [utils] Skip remote IP addresses non matching to source address' IP version
  when creating a connection (#13422, #17362)

Extractors
+ [ard] Add support for one.ard.de (#17397)
* [niconico] Fix extraction on python3 (#17393, #17407)
* [ard] Extract f4m formats
* [crunchyroll] Parse vilos media data (#17343)
+ [ard] Add support for Beta ARD Mediathek
+ [bandcamp] Extract more metadata (#13197)
* [internazionale] Fix extraction of non-available-abroad videos (#17386)


version 2018.08.28

Extractors
+ [youtube:playlist] Add support for music album playlists (OLAK5uy_ prefix)
  (#17361)
* [bitchute] Fix extraction by pass custom User-Agent (#17360)
* [webofstories:playlist] Fix extraction (#16914)
+ [tvplayhome] Add support for new tvplay URLs (#17344)
+ [generic] Allow relative src for videojs embeds (#17324)
+ [xfileshare] Add support for vidto.se (#17317)
+ [vidzi] Add support for vidzi.nu (#17316)
+ [nova:embed] Add support for media.cms.nova.cz (#17282)
2018-09-01 16:49:45 +00:00
leot
07e4d1011e gallery-dl: Update net/gallery-dl to 1.5.2
Changes:
1.5.2
-----
- Added support for `twitter` timelines
- Added option to suppress FFmpeg output during ugoira conversions
- Improved filename formatter performance
- Improved inline image quality on `tumblr`
- Fixed image URLs for newly released `mangadex` chapters
- Fixed a smaller issue with `deviantart` journals
- Replaced `subapics` with `ngomik`
2018-08-31 19:18:59 +00:00
tnn
71f6a99855 haproxy: remove PLIST.Linux (systemd-wrapper removed in 1.8-dev2) 2018-08-31 09:16:14 +00:00
tnn
fd872f9489 syncthing: use go-package.mk instead of custom Makefile rules 2018-08-29 13:27:40 +00:00
wiz
d6d1e45035 p5-Net-Amazon-S3: update to 0.85.
Add missing {TEST_,}DEPENDS.

0.85 Tue 28 Aug 2018 20:14:38 BST
     - Support standard_ia and onezone_ia storage classes (thanks Michele Beltrame)
     - run 'use_ok' on all modules (thanks Yanick Champoux)
     - spellings (thanks Gregor Herrmann)
     - LOTS of cleanup and refactoring (thanks Branislav Zahradník)
2018-08-29 06:22:29 +00:00
bsiegert
531b749422 Remove gated.
This was announced in July on both pkgsrc-users and tech-pkg, and no one
objected to the removal.

The last release of gated  was in 1999, its upstream
has disappeared, the homepage redirects to a sketchy company.

If you wanted to do routing in software today, you should probably use
quagga or another modern daemon.

ok to remove from gdt@
2018-08-27 13:45:21 +00:00
leot
610b7de0f1 hub: Update net/hub to 2.5.1
Changes:
2.5.1
-----
* `hub issue create`: ignore the `.github/ISSUE_TEMPLATE` directory instead of
  crashing
* `hub pull-request`: avoid re-requesting reviewers in case of CODEOWNERS
* `hub ci-status`: handle cases when Checks API is unavailable, like older
  GitHub Enterprise
* Handle HTTP 422 message format from server response
* Ignore crash for malformed `~/.config/hub` file
* Clarify `hub init -g` documentation that it doesn't imply `hub create`
* `hub clone`: add more documentation about git protocol used
2018-08-24 11:29:35 +00:00
leot
46735f489e youtube-dl: Update net/youtube-dl to 20180822
Changes:
version 2018.08.22
------------------
Core
* [utils] Use pure browser header for User-Agent (#17236)

Extractors
+ [kinopoisk] Add support for kinopoisk.ru (#17283)
+ [yourporn] Add support for yourporn.sexy (#17298)
+ [go] Add support for disneynow.go.com (#16299, #17264)
+ [6play] Add support for play.rtl.hr (#17249)
* [anvato] Fallback to generic API key for access-key-to-API-key lookup
  (#16788, #17254)
* [lci] Fix extraction (#17274)
* [bbccouk] Extend id URL regular expression (#17270)
* [cwtv] Fix extraction (#17256)
* [nova] Fix extraction (#17241)
+ [generic] Add support for expressen embeds
* [raywenderlich] Adapt to site redesign (#17225)
+ [redbulltv] Add support redbull.com tv URLs (#17218)
+ [bitchute] Add support for bitchute.com (#14052)
+ [clyp] Add support for token protected media (#17184)
* [imdb] Fix extension extraction (#17167)
2018-08-22 10:57:11 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
adam
da6c1a7cbb py-gsutil: updated to 4.33
Release 4.33:

Bug Fixes
- Fixed an issue with the "rsync" command on Windows that would cause gsutil
  to incorrectly join file path segments when the source given was the root
  of a drive, e.g. "C:".
- Fixed several places where gsutil referenced a variable that had not been
  correctly imported.

Other Changes
- Several documentation updates and clarifications.

Release 4.32:

Bug Fixes
- Fixed a file path resolution issue on Windows that affected local-to-cloud
  copy-based operations ("cp", "mv", "rsync"). If a local file URI containing
  relative path components ("." or "..") or forward slashes (rather than
  backslashes) was provided as a source argument, the resulting destination
  object(s) was incorrectly named. For recursive operations, this resulted in
  several files being copied to the same object path, overwriting each other.
- Fixed an issue with the "rsync" command on Windows that resulted in each rsync
  invocation not being able to delete its temporary synchronization files on
  disk.
- Fixed an issue where reading a specific generation of an object from S3 would
  fail.
- Fixed an issue where running gsutil with the top-level "-q" flag would result
  in credential-related logging statements being emitted to stderr.
- Gsutil no longer allows copying from streamed input if the top-level "-m" flag
  is specified. While this was previously allowed, it did not work correctly.

Other Changes
- Several documentation updates and clarifications.
2018-08-22 08:31:30 +00:00
adam
2113b6ece2 py-socksipy-branch: updated CATEGORIES, HOMEPAGE, pkglint fixes 2018-08-22 06:20:30 +00:00
adam
d56d8d325d py-awscli: updated to 1.15.82
1.15.82
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:dynamodb: Update dynamodb command to latest version

1.15.81
api-change:secretsmanager: Update secretsmanager command to latest version
api-change:dax: Update dax command to latest version
api-change:sagemaker: Update sagemaker command to latest version

1.15.80
api-change:discovery: Update discovery command to latest version
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:ssm: Update ssm command to latest version
api-change:redshift: Update redshift command to latest version

1.15.79
api-change:devicefarm: Update devicefarm command to latest version

1.15.78
api-change:autoscaling: Update autoscaling command to latest version
api-change:cloudfront: Update cloudfront command to latest version
api-change🇪🇸 Update es command to latest version

1.15.77
api-change:sagemaker: Update sagemaker command to latest version

1.15.76
api-change:mediaconvert: Update mediaconvert command to latest version
api-change:rds: Update rds command to latest version

1.15.75
api-change:ecs: Update ecs command to latest version
api-change:dax: Update dax command to latest version
api-change:rds: Update rds command to latest version

1.15.74
api-change:ssm: Update ssm command to latest version
api-change:secretsmanager: Update secretsmanager command to latest version

1.15.73
api-change:logs: Update logs command to latest version
api-change:pinpoint: Update pinpoint command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:codebuild: Update codebuild command to latest version
api-change:ssm: Update ssm command to latest version

1.15.72
api-change:health: Update health command to latest version
api-change:dynamodb: Update dynamodb command to latest version

1.15.71
api-change:alexaforbusiness: Update alexaforbusiness command to latest version

1.15.70
api-change:polly: Update polly command to latest version
api-change:resource-groups: Update resource-groups command to latest version
api-change:ssm: Update ssm command to latest version
api-change:kinesis: Update kinesis command to latest version
2018-08-21 14:42:40 +00:00
adam
ebc60e9b7c py-boto3: updated to 1.7.81
1.7.81
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
api-change:dynamodb: [botocore] Update dynamodb client to latest version

1.7.80
api-change:dax: [botocore] Update dax client to latest version
api-change:secretsmanager: [botocore] Update secretsmanager client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version

1.7.79
api-change:discovery: [botocore] Update discovery client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:redshift: [botocore] Update redshift client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version

1.7.78
api-change:devicefarm: [botocore] Update devicefarm client to latest version

1.7.77
api-change🇪🇸 [botocore] Update es client to latest version
api-change:autoscaling: [botocore] Update autoscaling client to latest version
api-change:cloudfront: [botocore] Update cloudfront client to latest version

1.7.76
api-change:sagemaker: [botocore] Update sagemaker client to latest version

1.7.75
api-change:rds: [botocore] Update rds client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version

1.7.74
api-change:rds: [botocore] Update rds client to latest version
api-change:dax: [botocore] Update dax client to latest version
api-change:ecs: [botocore] Update ecs client to latest version

1.7.73
api-change:secretsmanager: [botocore] Update secretsmanager client to latest version
api-change:ssm: [botocore] Update ssm client to latest version

1.7.72
api-change:logs: [botocore] Update logs client to latest version
api-change:codebuild: [botocore] Update codebuild client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:pinpoint: [botocore] Update pinpoint client to latest version

1.7.71
api-change:health: [botocore] Update health client to latest version
api-change:dynamodb: [botocore] Update dynamodb client to latest version

1.7.70
api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
2018-08-21 14:39:20 +00:00
adam
dd3990a6d8 py-botocore: updated to 1.10.81
1.10.81
api-change:mediaconvert: Update mediaconvert client to latest version
api-change:dynamodb: Update dynamodb client to latest version

1.10.80
api-change:dax: Update dax client to latest version
api-change:secretsmanager: Update secretsmanager client to latest version
api-change:sagemaker: Update sagemaker client to latest version

1.10.79
api-change:discovery: Update discovery client to latest version
api-change:ssm: Update ssm client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:redshift: Update redshift client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version

1.10.78
api-change:devicefarm: Update devicefarm client to latest version

1.10.77
api-change🇪🇸 Update es client to latest version
api-change:autoscaling: Update autoscaling client to latest version
api-change:cloudfront: Update cloudfront client to latest version

1.10.76
api-change:sagemaker: Update sagemaker client to latest version

1.10.75
api-change:rds: Update rds client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version

1.10.74
api-change:rds: Update rds client to latest version
api-change:dax: Update dax client to latest version
api-change:ecs: Update ecs client to latest version

1.10.73
api-change:secretsmanager: Update secretsmanager client to latest version
api-change:ssm: Update ssm client to latest version

1.10.72
api-change:logs: Update logs client to latest version
api-change:codebuild: Update codebuild client to latest version
api-change:ssm: Update ssm client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:pinpoint: Update pinpoint client to latest version

1.10.71
api-change:health: Update health client to latest version
api-change:dynamodb: Update dynamodb client to latest version

1.10.70
api-change:alexaforbusiness: Update alexaforbusiness client to latest version
2018-08-21 14:26:58 +00:00
adam
9245889b8a py-boto: updated to 2.49.0
boto v2.49.0:
Import the latest CA Bundle from certifi
Fix to support uploads to KMS-encrypted buckets.
Support fetching GCS bucket encryption metadata.
Update layer1.py
Fix tests/unit/glacier/test_writer.py to make work with pypy.
2018-08-21 14:22:31 +00:00
wiz
40dfe9d7ab p5-Net-DNS: update to 1.17.
**** 1.17 Jul 25, 2018

Fix rt.cpan.org #125890

	AXFR: 1 record per packet responses.

Fix rt.cpan.org #125889

	New NSEC3 for empty non-terminal leaves type bitmap undefined.

Fix rt.cpan.org #125882

	RDATA name compression pointer calculated incorrectly.


**** 1.16 Jul 15, 2018

Feature
	New NSEC3 encloser(), nextcloser() and wildcard() instance
	methods return closest encloser, "next closer" and putative
	wildcard names respectively.

Feature
	Add new NSEC covers() instance method.

Feature
	New NSEC typemap() instance method interrogates type list.

	IO::Socket::INET6 removed from recommended module metadata.
	IPv6 requires IO::Socket::IP which is now a core package.

	No requirement to escape @ in unquoted contiguous string.
2018-08-21 12:03:53 +00:00
adam
d0210c3795 tcpflow: updated to 1.5.0
1.5.0:
* updated to work with Fedora 26 compilers
* Found bug in sbuf.cpp
* Fixed C++ warnings in hash
* Now works with OpenSSL 1.1.0f-fips
2018-08-21 06:52:11 +00:00
tnn
73c9ca3cef unifi: update to unifi-5.8.28
New features (omitting bugfixes) since ~5.5.28:

-Add BaseStationXG LED bar color control to the device properties panel.
-Local SSO login.
-Add app switcher.
-Add speed and duplex config for USG interfaces.
-Add WiFi Happiness to client STA statistics.
-Allow users to opt-out wireless uplinking/meshing on per-radio basis.
-Assign USG Physical Ports to Logical Networks.
-Add netconsole logging to site config.
-Allow setting Management VLAN at Access Points.
-Property Panel: Show images of most popular client devices.
-Added support for USC8 switch.
-Add WeChat authentication to Hotspot.
-Add Elite Device service.
-Allow setting opacity on Image-type maps.
-New Channel Distribution widget.
-Add Scheduled Upgrades support (Beta).
-Add site VPN route distance.
-Add app switcher.
-Allow users to opt-out wireless uplinking/meshing on per-radio basis.
-Support Antenna selection for internal antenna.
-Add Intrusion Prevention System (IPS) [beta].
-Link to property panel from Location on Neighboring Access Points page.
-Add IPv6 support (Beta).
-Add restart devices permission.
-Add support for new Elite Device service.
-Add Bulgarian translations to the Hotspot Portal.
-Batch remove vouchers.
-Customize voucher columns.
-Ability to display historical statistics per Client (traffic, packets, signal power etc.).
-Add support for SNMPv3.
-Add GeoIP Filtering options to settings [Beta].
-Add Virtual devices on Maps to plan coverage.
-Add SSH keys to authenticate to device.
-Add Auto Channel feature on Maps.
-Add Release Notes.
-Add ability to create and set user defined DHCP options.
-Add Wireless Uplink priority.
-Add support for new Elite Device service.
-Add RADIUS MAC Authentication.
-Add Firmware Manager to cache locally firmwares.
-Add AirView (SHD exclusive).
-Add Switch Port Profiles.
-Add USG Performance Graphs.
-Add AirTime for UAP-SHD [alpha].
-Add temperatures to USG-Pro properties window.
-Add Facebook Wi-Fi Authentication [Alpha].
-Add DPI blocking per categories [Alpha].
-Add Insights / Controller Logs page.
-Add LAN traffic statistics for client in Property Panel.
-Add Debug Dashboard to Statistics section (Beta).
-Batch add and remove device tags.
-Add Arabic language to Hotspot Portal.
-Add permissions options when inviting a site admin (device adoption, etc.).
-Allow configure 8 SSIDs per radio (on supported devices).
-Add Finnish and Hungarian to the languages supported by Hotspot Portal.
-Add LLDP MED configuration.
-Add Outdoor / Indoor Switch.
-Add NTP server fields.
-Add batch device provision.
-Add DB migration page and show upgrade progress.
-Add date header to email notifications.
-Install and run service as `unifi` user instead of as root on Debian/Ubuntu.
-Add Logging settings.
-Add batch edit switches.
-Add UPnP service (moved from config.properties).
-Add Multicast DNS Service (moved from config.properties).
-Add RADIUS-based authorization in Hotspot [BETA].
-Add new type of map with predictive coverage [BETA].
-Add Ubiquiti store (buy devices directly from the controller) [BETA].
-Add EDU SIP settings.
-Add Greek translations.
2018-08-20 21:25:10 +00:00
roy
e8cb3f9828 Import dhcpcd-7.0.8 with the following changes:
*  Don't use IP_PKTINFO on NetBSD-7 as it's incomplete.
  *  Workaround RTM_NEWADDR sending the wrong broadcast address
     on NetBSD-7.
  *  Silence diagnostics if an address vanishes when reading
     it's flags on all BSD's.
  *  Misc compiler warnings fixed.
2018-08-20 16:27:13 +00:00
wen
a86efa5562 Update to 0.84
Add missing DEPENDS

Upstream changes:
0.84 Mon 16 Jul 2018 17:49:10 BST
     - Put back credential cache code lost in Signature 4 patch (Branislav Zahradník)

0.83 Tue 10 Jul 2018 22:30:23 BST
     - All patches by Branislav Zahradník
     - Use Signature 4 by default only for amazonaws host (issue #29)
     - Relaxing constraint on owner id, accepting any string (issue #18)
     - Enable secure by default (issue #23)
     - Sanity object uris to avoid invalid signature (issue #28)

0.82 Sat  7 Jul 2018 14:28:06 BST
     - Use HEAD request to determine bucket region (patch by Branislav Zahradník)

0.81 Thu 28 Jun 2018 20:27:44 GMT (TRIAL RELEASE)
     - Restore CHANGES files format
     - Change path to new github repo
     - Add optional delimiter parameter to
       Net::Amazon::S3::Client::Bucket->list (patch by Christian
       Lackas)
     - Add expected and received ETag value if upload is detected as
       being incorrect.
     - Add support for all location constraints when creating buckets
     - making DateTime coercion optional for last_modified (something that
       might happen million of times without ever been used, in a rather
       expensive operation) (patch by Christian Lackas)
     - avoiding MD5 calculation of large files (chunked uploads) that
       are then never used (patch by Christian Lackas)
     - add ability to set use_virtual_host to use virtual host method
       of making requests which eliminate having to set the region
       endpoint of a bucket. (patch by Christian Lackas)
     - Add V4 support (patch by Branislav Zahradník)
2018-08-20 03:10:15 +00:00
wiz
0250020153 *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
wiz
de588df9d0 filezilla: update to 3.35.2.
3.35.2 (2018-08-06)

- Fix functionality of --site and --local command-line options
- MSW: Fix local rename not updating file list
- OS X: Fix compatibility with old CPUs not supporting SSE4
2018-08-19 18:09:42 +00:00
adam
134c8fb004 py-gevent: updated to 1.3.6
1.3.6:
- gevent now depends on greenlet 0.4.14 or above. gevent binary wheels
  for 1.3.5 and below must have greenlet 0.4.13 installed on Python
  3.7 or they will crash.
- :class:gevent.local.local subclasses correctly supports @staticmethod functions.

1.3.5:
- Update the bundled libuv from 1.20.1 to 1.22.0.
- Test Python 3.7 on Appveyor. Fix the handling of Popen's
  close_fds argument on 3.7.
- Update Python versions tested on Travis, including PyPy to 6.0.
- :mod:gevent.queue imports _PySimpleQueue instead of
  SimpleQueue so that it doesn't block the event loop.
  :func:gevent.monkey.patch_all makes this same substitution in
  :mod:queue. This fixes issues with
  :class:concurrent.futures.ThreadPoolExecutor as well.
- :meth:gevent.socket.socket.connect doesn't pass the port (service)
  to :func:socket.getaddrinfo when it resolves an AF_INET or
  AF_INET6 address. (The standard library doesn't either.) This
  fixes an issue on Solaris.
- :meth:gevent.socket.socket.connect works with more address
  families, notably AF_TIPC, AF_NETLINK, AF_BLUETOOTH, AF_ALG and AF_VSOCK.
2018-08-19 09:44:28 +00:00
wiz
6a1ef46f7a libcmis: fix build with boost-1.68.0 2018-08-17 17:21:24 +00:00
leot
de495d8a9b gallery-dl: Update net/gallery-dl to 1.5.1
Changes:
1.5.1
-----
- Added support for:
   * `piczel` - https://piczel.tv/
- Added support for related pins on `pinterest`
- Fixed accessing "offensive" galleries on `exhentai` (#97)
- Fixed extraction issues for `mangadex`, `komikcast` and `behance`
- Removed original-image functionality from `tumblr`, since "raw"
  images are no longer accessible
2018-08-17 14:50:52 +00:00
wiz
7301574e00 tigervnc: update to 1.9.0.
(Still using xorg-server 1.17, up to 1.20 is supported.)

The new TigerVNC 1.9.0 is now available. Lots of changes have been made
since the last release, but the highlights are:

   - Alternative, "raw" keyboard mode in the native client and all servers
   - CapsLock/NumLock/ScrollLock synchronisation in the native client and all servers
   - Automatic "repair" of JPEG artefacts on screen in all servers
   - Support for UNIX sockets in the native client and in the UNIX servers
   - Both clients now warn when sending the password over a possibly insecure channel
   - Performance improvements in the Java client
   - The Java client now requires Java 7
   - Improved high latency handling in all servers
   - Better keyboard handling in the native client on Windows
   - Slightly better keyboard handling in x0vncserver
   - x0vncserver now supports cursors and screen resize
   - Xorg 1.20 can now be used as a base for Xvnc/libvnc.so
2018-08-17 12:36:05 +00:00
wiz
69bfc6ba09 gstreamer1: update to 1.14.2
This release only contains bugfixes and it should be safe to update
from 1.14.x.
2018-08-17 11:50:51 +00:00
adam
0507c0fcf0 powerdns: reset PKGREVISION (had been updated after the boost update) 2018-08-16 19:01:15 +00:00
adam
9d06c0a472 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
adam
f6878e12ce powerdns: updated to 4.1.3
4.1.3:
Improvements
: pdnsutil: use new domain in b2bmigrate
: Update copyright years to 2018
: Lower ‘packet too short’ loglevel

Bug Fixes
: Restrict creation of OPT and TSIG RRsets
: Fix handling of user-defined axfr filters return values
: Prevent the GeoIP backend from copying NetMaskTrees around, fixes slow-downs in certain configurations
: Ensure alias answers over TCP have correct name
2018-08-16 16:08:45 +00:00
wiz
2c166e5001 wireshark: update to 2.6.2.
Wireshark 2.6.2 Release Notes

 What’s New

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2018-34[1]

     • BGP dissector large loop. Bug 13741[2]. CVE-2018-14342[3].

     • wnpa-sec-2018-35[4]

     • ISMP dissector crash. Bug 14672[5]. CVE-2018-14344[6].

     • wnpa-sec-2018-36[7]

     • Multiple dissectors could crash. Bug 14675[8]. CVE-2018-14340[9].

     • wnpa-sec-2018-37[10]

     • ASN.1 BER dissector crash. Bug 14682[11]. CVE-2018-14343[12].

     • wnpa-sec-2018-38[13]

     • MMSE dissector infinite loop. Bug 14738[14]. CVE-2018-14339[15].

     • wnpa-sec-2018-39[16]

     • DICOM dissector crash. Bug 14742[17]. CVE-2018-14341[18].

     • wnpa-sec-2018-40[19]

     • Bazaar dissector infinite loop. Bug 14841[20].
       CVE-2018-14368[21].

     • wnpa-sec-2018-41[22]

     • HTTP2 dissector crash. Bug 14869[23]. CVE-2018-14369[24].

     • wnpa-sec-2018-42[25]

     • CoAP dissector crash. Bug 14966[26]. CVE-2018-14367[27].

   The following bugs have been fixed:

     • ISMP.EDP "Tuples" dissected incorrectly. Bug 4943[28].

     • Wireshark - Race issue when switching between files using
       Wireshark’s "Files in Set" dialog. Bug 10870[29].

     • Sorting on "Source port" or "Destination port" column sorts
       alphabetically, not numerically. Bug 11460[30].

     • Wireshark crashes when changing profiles. Bug 11648[31].

     • Crash when starting capture while saving capture file or
       rescanning file after display filter change. Bug 13594[32].

     • Crash when switching to TRANSUM enabled profile. Bug 13697[33].

     • TCP retransmission with additional payload leads to incorrect
       bytes and length in stream. Bug 13700[34].

     • Wireshark crashes with single quote string display filter. Bug
       14084[35].

     • randpkt can write packets that libwiretap can’t read. Bug
       14107[36].

     • Wireshark crashes when loading new file before previous load has
       finished. Bug 14351[37].

     • Valid packet produces Malformed Packet: OpcUa. Bug 14465[38].

     • Error received from dissect_wccp2_hash_assignment_info(). Bug
       14573[39].

     • CRC checker wrong for FPP. Bug 14610[40].

     • Cross-build broken due to make-dissectors and make-taps. Bug
       14622[41].

     • Extraction of SMB file results in wrong size. Bug 14662[42].

     • 6LoWPAN dissector merges fragments from different sources. Bug
       14700[43].

     • IP address to name resolution doesn’t work in TShark. Bug
       14711[44].

     • "Decode as" Modbus RTU over USB doesn’t work with 2.6.0 but with
       2.4.6. Bug 14717[45].

     • proto_tree_add_protocol_format might leak memory. Bug 14719[46].

     • tostring for NSTime objects in lua gives wrong results. Bug
       14720[47].

     • Media type "application/octet-stream" registered for both Thread
       and UASIP. Bug 14729[48].

     • Crash related to SCTP tap. Bug 14733[49].

     • Formatting of OSI area addresses/address prefixes goes past the
       end of the area address/address prefix. Bug 14744[50].

     • ICMPv6 Router Renumbering - Packet Dissector - malformed. Bug
       14755[51].

     • WiMAX HARQ MAP decoder segfaults when length is too short. Bug
       14780[52].

     • HTTP PUT request following a HEAD request is not correctly
       decoded. Bug 14793[53].

     • SYNC PDU type 3 miss the last PDU length. Bug 14823[54].

     • Reversed 128 bits service UUIDs when Bluetooth Low Energy
       advertisement data are dissected. Bug 14843[55].

     • Issues with Wireshark when the user doesn’t have permission to
       capture. Bug 14847[56].

     • Wrong description when LE Bluetooth Device Address type is
       dissected. Bug 14866[57].

     • LE Role advertisement type (0x1c) is not dissected properly
       according to the Bluetooth specification. Bug 14868[58].

     • Regression: Wireshark 2.6.0 and 2.6.1 are unable to read NetMon
       files which were readable by previous versions. Bug 14876[59].

     • Wireshark doesn’t properly display (deliberately) invalid 220
       responses from Postfix. Bug 14878[60].

     • Follow TCP Stream and click reassembled content moves you to
       incorrect current packet. Bug 14898[61].

     • Crash when changing profiles while loading a capture file. Bug
       14918[62].

     • Duplicate PDU during C Arrays Output Export. Bug 14933[63].

     • DCE/RPC not dissected when "reserved for use by implementations"
       flag bits set. Bug 14942[64].

     • Follow TCP Stream truncates output on missing (but ACKed)
       segments. Bug 14944[65].

     • There’s no option to include column headings when printing
       packets or exporting packet dissections with Qt Wireshark. Bug
       14945[66].

     • Qt: SCTP Graph Dialog: Abort when doing analysis. Bug 14971[67].

     • CMake is unable to find LUA libraries. Bug 14983[68].

  Updated Protocol Support

   6LoWPAN, ASN.1 BER, Bazaar, BGP, Bluetooth, Bluetooth HCI_CMD, CIGI,
   Cisco ttag, CoAP, Data, DCERPC, Diameter 3GPP, DICOM, DOCSIS, FPP,
   GSM A GM, GTPv2, HTTP, HTTP2, IAX2, ICMPv6, IEEE 1722, IEEE 802.11,
   IPv4, ISMP, LISP, MMSE, MTP3, MySQL, NFS, OpcUa, PPI GPS, Q.931,
   RNSAP, RPCoRDMA, S1AP, SCTP, SMB, SMTP, STUN, SYNC, T.30, TCP,
   TRANSUM, WAP, WCCP, Wi-SUN, WiMax HARQ Map Message, and WSP

  New and Updated Capture File Support

   Alcatel-Lucent Ascend and Microsoft Network Monitor
2018-08-16 13:20:32 +00:00
wiz
4d8b0ac67a libsoup: update to 2.62.3.
Changes in libsoup from 2.62.2 to 2.62.3:

	* Check for trailing dots in domains [#5, Claudio Saavedra]
	* Set default cookie path for NULL origins [#1, Adrian Perez de Castro]
	* Use atomic-refcounting in classes that are not using GObject-refcounting
	  [bgo#785110, Edward Hervey]
	* Many Coverity-found code fixes [bgo#781771, Milan Crha]
	* Bail out on cookie-jar calls with empty hostnames [#3, Michael Catanzaro]

	Note: from now onwards bgo# references bugs in GNOME Bugzilla
	and # issues in GNOME gitlab.
2018-08-16 12:16:17 +00:00
wiz
096eacdb40 gupnp: update to 1.0.3.
1.0.3
=====
- Avoid a crash in gupnp_root_device_constructor
- Propagage User-Agent from Cache
- Fix potential issue with boolean vs. bitwise evaluation
- Fix a crash in GUPnPServiceProxy::subscription_expire
- Accept broken Action header without the "
- Fix issue with strcpy destination buffer size in linux context manager
2018-08-16 11:34:18 +00:00
wiz
0edcfb9627 filezilla: update to 3.35.1.
3.35.1 (2018-07-23)

- Fix context menu in search dialog

3.35.0 (2018-07-23)

+ Improved appearance of activity indicators, sort direction indicators, and quick search panel buttons on high-DPI displays

3.35.0-rc2 (2018-07-17)

- OS X: Fix dependency problem in build system

3.35.0-rc1 (2018-07-16)

+ Add option to settings dialog to have FileZilla restore tabs and connections after a restart
- Fix initial size of Site Manager being too small on some systems

3.34.0 (2018-06-15)

+ After deleting files, the focus rectangle now stays near the previously deleted file

3.34.0-rc1 (2018-06-08)

+ Refactoring of the Site Manager internals
+ Moved protocol selection to the top in the Site Manager
+ Adjusted spacing in the Site Manager
+ Slightly reduced height of certificate details dialog
- MSW: Properly quote the uninstall command in the registry
- Updated builtin pugixml to version 1.9
2018-08-16 09:13:43 +00:00
wiz
da86e3013b libfilezilla: update to 0.13.0.
0.13.0 (2018-07-16)

+ Add bool return value to replace_substrings to indicate whether something has been replaced.
+ fz::sprintf: Added %c format specifier
- MSW: Work around problematic DLL export of templates, timers now work if libfilezilla has been built as DLL
2018-08-16 08:29:25 +00:00
schmonz
14e78fa8b9 Fix paths to installed binaries in shell scripts. Bump PKGREVISION. 2018-08-15 17:49:22 +00:00
adam
fc4af76ef2 py-scp: updated to 0.11.0
0.11.0:
Add putfo() method, allowing one to upload a file-like object
Add top-level get() and put() functions for convenience
Increase default socket time from 5 to 10 seconds
2018-08-15 11:15:15 +00:00
jperkin
1723c0ec86 aria2: Work around broken getaddrinfo() detection.
Resolves issue reported in joyent/pkgsrc#21.  Bump PKGREVISION.
2018-08-14 17:18:37 +00:00
maya
157194f202 bind910: also add patch to distinfo. 2018-08-13 13:41:49 +00:00
maya
8ae58d0a8f bind910: Make ENOBUFS a soft error. Needed for netbsd>=8.
See https://gitlab.isc.org/isc-projects/bind9/issues/462
Bump PKGREVISION.
2018-08-13 13:37:14 +00:00
maya
cecb9bf74c bind99: Make ENOBUFS a soft error. Needed for netbsd>=8.
See https://gitlab.isc.org/isc-projects/bind9/issues/462
bump PKGREVISION
2018-08-13 13:36:25 +00:00
adam
702a3dfd66 py-zmq: updated to 17.1.2
17.1.2:
Fix possible hang when working with asyncio
Remove some outdated workarounds for old Cython versions
Fix some compilation with custom compilers
Remove unneeded link of libstdc++ on PyPy
2018-08-13 08:00:30 +00:00
leot
e7d5a5c8b5 Geomyidae: Adjust LICENSE (all the code is licensed under mit) 2018-08-10 10:44:13 +00:00
leot
ab856dfacc Geomyidae: Update net/Geomyidae to 0.32.2
pkgsrc changes:
 - Update DISTNAME, PKGNAME, MASTER_SITES and HOMEPAGE
 - Take MAINTAINERship (discussed via private email with previous MAINTAINER)
 - Remove (not so useful) MESSAGE
 - Avoid NO_CONFIGURE=yes, also if a package does not provide a configure script
   it is not needed and can lead to confusion due the several configure targets
   that are removed
 - Add several variable to BUILD_DEFS
 - Honor GEOMYIDAE_USER, GEOMYIDAE_GROUP and GEOMYIDAE_ROOTDIR variables that
   will respectively set the default user, group and rootdir of geomyidae
 - Instead of copypasting several rc scripts write a new one ad-hoc for pkgsrc
   that by default will run geomyidae unprivileged honoring the several
   GEOMYIDAE_* variables.
   If `geomyidae_flags' is defined in rc.conf these defaults are ignored.
 - Do not install a LICENSE file (we have the LICENSE variable for it!)


Changes:
Geomyidae v0.32.2 fixes release
-------------------------------
Another fixes release for geomyidae is out. Now hopefully the OpenBSD people
fixed the whole pledge support in geomyidae.


Geomyidae v0.32.1 fixes release
-------------------------------
Soon after the v0.32 release I received patches, which I do not want to miss
in mainline.

* Fix and make OpenBSD pledge support better.
* Fix a typo in the slackware init script.

Thanks for all who sent in patches! All further patches are welcome!


Geomyidae v0.32 Release
-----------------------
I am glad to announce the release of geomyidae v0.32. Thanks to all the
contributors and people giving ideas!

Here is what changed:
        * Minor fixed in the manpage, CGI handling and tools.
        * Add example for tt escaping in the manpage.
        * Add nocgi flag, which disables CGI execution.
        * Add OpenBSD pledge support.


Geomyidae v0.31.1 release
-------------------------

There has been a geomyidae v0.31.1 release which fixes a major issue of the
pending bytes logic from v0.31.

Have fun!


Geomyidae v0.31 release
-----------------------
I  am proud to announce the geomyidae v0.31 release. There were
some major issues fixed, so a new release is necessary:

* There is now gph vim syntax highlighting files in the archive.
* Gopher+ compatibility mode.
* No sockets are left behind anymore.
* New log format of geomyidae is now documented in the manpage.
* There was some ugly bug with curl connecting to a Linux system, where after
  close() some bytes were lost. Now some check is added to be sure all data
  has been sent to the client. If you want to have bad dreams, look at the
  curl sourcecode.

Thanks for everyone contributing!


Geomyidae v0.30 release
-----------------------
What is new?

 * The gph format now allows escaping of '|' characters. See the example
   index.gph file in the distribution for how to or the manpage.
 * Geomyidae has happy helping snowman support to help you with your dynamic
   gph content generation in geomyidae. In case you add some spurious tab,
   this little guy will appear and inform you about what happened.
 * There is now a Links file for links to software related to application
   development for geomyidae.
 * The gentoo init.d script has been fixed.
 * A slackware rc file was added.
 * The makefile is now POSIX-compliant.
 * The log format has been changed to be easier parsable for all kind of log
   analyzers. (`[YYYY-MM-DD HH:mm:SS +ZZZZ|client|clientport|status] selector')
 * A flag to not perform reverse lookups in log files has been added.
 * Implement some CGI variables for cgi and dcgi. See the manpage for which
   ones are available. Here you can see REMOTE_ADDR in action:

        gopher://bitreich.org/0/ip


Geomyidae 0.29 release
----------------------
I am happy to announce the 0.29 release of geomyidae, a simple gopher server.
What has been changed:

* the OpenBSD rc.d files have been fixed due to arg.h fixes
* index.bin support added
        * Create a file with the raw gopher menu content in a directory and is
          served by geomyidae.
        * This is useful for scripts generating static gopher content
        * This is useful for serving a backup of a gopherhole.
* show errors on fork, in case there are constraints on process resources
* care for send errors
* huge speed up on different platforms when transferring huge binary files
        * Linux is using sendfile(2) and TCP_CORK
        * FreeBSD and DragonflyBSD are using sendfile(2)
        * TCP_NOPUSH is used on all BSDs
        * TCP_NODELAY is disabled on nearly all platforms
        * other platforms (like OpenBSD) have a speed increase due to an
          alignment of the send buffer to blocksize of the socket

I want to thank all contributors! All patches are welcome!


Geomyidae 0.28 release
----------------------
What's new in geomyidae?

  * The parsing of gph files is now more liberal. When you do something wrong,
    it will most of the time just display the line.
  * DCGI speed was increased massively.
  * Error messages are now more useful.
  * More files are now handled as text files automatically.
  * The OpenBSD rc.d file was fixed to modern days.
  * Typos have been fixed.


Geomyidae 0.27 release
----------------------
I am proud to announce the 0.27 release of geomyidae.

 * dramatic improvement of serving speed
 * security fixes
 * a OpenBSD rc.d file was added
 * the manpage has been updated to the current state
 * there is no support for index.gph, index.dcgi and index.cgi,
   which helps to write more REST-friendly apps

I want to thank all contributors. All patches are welcome!
2018-08-10 10:41:20 +00:00
taca
8ad8d04c94 net/bind99: update to 9.9.13pl1
Update bind99 to 9.9.13pl1 (9.9.13-P1).

	--- 9.9.13-P1 released ---

4997.	[security]	named could crash during recursive processing
			of DNAME records when "deny-answer-aliases" was
			in use. (CVE-2018-5740) [GL #387]
2018-08-09 14:51:24 +00:00
taca
cf22c52d61 net/bind910: update to 9.10.8pl1
Update bind910 to 9.10.8pl1 (9.10.8-P1).

	--- 9.10.8-P1 released ---

4997.	[security]	named could crash during recursive processing
			of DNAME records when "deny-answer-aliases" was
			in use. (CVE-2018-5740) [GL #387]
2018-08-09 14:49:09 +00:00
leot
b5a95594cf mitmproxy: Update net/mitmproxy to 4.0.4
pkgsrc changes:
 - Instead of maintaining patches/patch-setup.py rewrite the logic to avoid
   too strict version dependencies via SUBST.

Changes:
31 July 2018: mitmproxy 4.0.4
    * Security: Protect mitmweb against DNS rebinding. (CVE-2018-14505, @atx)
    * Reduce certificate lifetime to two years to be conformant with
      the current CA/Browser Forum Baseline Requirements. (@muffl0n)
      (https://cabforum.org/2017/03/17/ballot-193-825-day-certificate-lifetimes/)
    * Update cryptography to version 2.3.

15 June 2018: mitmproxy 4.0.3
    * Add support for IPv6 transparent mode on Windows (#3174)
    * Add Docker images for ARMv7 - Raspberry Pi (#3190)
    * Major overhaul of our release workflow - you probably won't notice it, but for us it's a big thing!
    * Fix the Python version detection on Python 3.5, we now show a more intuitive error message (#3188)
    * Fix application shutdown on Windows (#3172)
    * Fix IPv6 scope suffixes in block addon (#3164)
    * Fix options update when added (#3157)
    * Fix "Edit Flow" button in mitmweb (#3136)

15 June 2018: mitmproxy 4.0.2
    * Skipped!
2018-08-09 11:51:41 +00:00
leot
8db99ca976 youtube-dl: Update net/youtube-dl to 20180804
Changes:
2018.08.04
----------
Extractors
* [funk:channel] Improve byChannelAlias extraction (#17142)
* [twitch] Fix authentication (#17024, #17126)
* [twitch:vod] Improve URL regular expression (#17135)
* [watchbox] Fix extraction (#17107)
* [pbs] Fix extraction (#17109)
* [theplatform] Relax URL regular expression (#16181, #17097)
+ [viqeo] Add support for viqeo.tv (#17066)

2018.07.29
----------
Extractors
* [crunchyroll:playlist] Restrict URL regular expression (#17069, #17076)
+ [pornhub] Add support for subtitles (#16924, #17088)
* [ceskatelevize] Use https for API call (#16997, #16999)
* [dailymotion:playlist] Fix extraction (#16894)
* [ted] Improve extraction
* [ted] Fix extraction for videos without nativeDownloads (#16756, #17085)
* [telecinco] Fix extraction (#17080)
* [mitele] Reduce number of requests
* [rai] Return non HTTP relinker URL intact (#17055)
* [vk] Fix extraction for inline only videos (#16923)
* [streamcloud] Fix extraction (#17054)
* [facebook] Fix tahoe player extraction with authentication (#16655)
+ [puhutv] Add support for puhutv.com (#12712, #16010, #16269)
2018-08-09 11:10:10 +00:00