Commit graph

17739 commits

Author SHA1 Message Date
nia
07a0e046b0 avahi: Don't use mono2 2020-01-26 12:36:34 +00:00
rillig
84f2203288 all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
2020-01-26 05:26:08 +00:00
jperkin
982c63fe94 *: Remove obsolete BUILDLINK_API_DEPENDS.openssl. 2020-01-25 10:45:10 +00:00
adam
de63971e38 youtube-dl: updated to 20200124
version 2020.01.24

Extractors
* [youtube] Fix sigfunc name extraction
* [stretchinternet] Fix extraction
* [voicerepublic] Fix extraction
* [azmedien] Fix extraction
* [businessinsider] Fix jwplatform id extraction
+ [24video] Add support for 24video.vip
* [ivi:compilation] Fix entries extraction
* [ard] Improve extraction
    * Simplify extraction
    + Extract age limit and series
    * Bypass geo-restriction
+ [nbc] Add support for nbc multi network URLs
* [americastestkitchen] Fix extraction
* [zype] Improve extraction
    + Extract subtitles
    + Support URLs with alternative keys/tokens
    + Extract more metadata
* [orf:tvthek] Improve geo restricted videos detection
* [soundcloud] Restore previews extraction
2020-01-24 08:08:24 +00:00
taca
2c5a1ee459 isc-dhcp: update ISC DHCP to 4.4.2
Update isc-dhcp4, isc-dhclient4, isc-dhcpd4 and isc-dhcrelay4 to 4.4.2.
pkgsrc change: change LICENSE to mpl-2.0.

Here is quote of RELNOTES:

                Internet Systems Consortium DHCP Distribution
                            Version 4.4.2
                            22 January 2020
                             Release Notes

                              NEW FEATURES

Please note that that ISC DHCP is now licensed under the Mozilla Public License,
MPL 2.0. Please see https://www.mozilla.org/en-US/MPL/2.0/ to read the MPL 2.0
license terms.

While release 4.4.2 is primarily a maintenance release that addresses a number
of defects, it does introduce a few new features:

- Keama - Keama is a migration utility that assists in converting ISC DHCP
  server configuration files to Kea configuration files.  It is found in the
  keama subdirectory and includes a README.md file with instructions on how
  to build it as well as a manpage on its usage.

- Two new server parameters related to ping checking were added:

1. ping-cltt-secs which allows the user to specify the number of seconds
   that must elapse since CLTT before a ping check is conducted.

2. ping-timeout-ms which allows the user to specify the amount of time the
   server waits for a ping-check response in milliseconds rather than in
   seconds.

In general, the areas of focus for ISC DHCP 4.4 were:

1. Dynamic DNS additions
2. dhclient improvements
3. Support for dynamic shared libraries

Dynamic DNS Improvements:

- We added three new server configuration parameters which influence DDNS
  conflict resolution:

    1. ddns-dual-stack-mixed-mode - alters DNS conflict resolution behavior
    to mitigate issues with non-compliant clients in dual stack environments.

    2. ddns-guard-id-must-match - relaxes the DHCID RR client id matching
    requirement of DNS conflict resolution.

    3. ddns-other-guard-is-dynamic - alters dual-stack-mixed-mode behavior to
    allow unguarded DNS entries to be overwritten in certain cases

- The server now honors update-static-leases parameter for static DHCPv6
  hosts.

dhclient Improvements:

  - We've added three command line parameters to dhclient:

    1. --prefix-len-hint - directs dhclient to use the given length as
    the prefix length hint when requesting prefixes

    2. --decline-wait-time - instructs the client to wait the given number
    of seconds after declining an IPv4 address before issuing a discover

    3. --address-prefix-len - specifies the prefix length passed by dhclient
    into the client script (via the environment variable ip6_prefixlen) with
    each IPv6 address.  We added this parameter because we have changed the
    default value from 64 to 128 in order to be compliant with RFC3315bis
    draft (-09, page 64) and RFC5942, Section 4, point 1.
    **WARNING**: The new default value of 128 may not be backwardly compatible
    with your environment. If you are operating without a router, such as
    between VMs on a host, you may find they cannot see each other with prefix
    length of 128. In such cases, you'll need to either provide routing or use
    the command line parameter to set the value to 64. Alternatively you may
    change the default at compile time by setting DHCLIENT_DEFAULT_PREFIX_LEN
    in includes/site.h.

  - dhclient will now generate a DHCPv6 DECLINE message when the client script
    indicates a DAD failure

Dynamic shared library support:

  Configure script, configure.ac+lt, which supports libtool is now provided
  with the source tar ball.  This script can be used to configure ISC DHCP
  to build with libtool and thus use dynamic shared libraries.

Other Highlights:

 - The server now supports dhcp-cache-threshold for DHCPv6 operations
 - The server now supports DHPv6 address allocation based on EUI-64 DUIDs
 - Experimental support for alternate relay port in the both the server
   and relay for IPv4, IPv6 and 4o6 (see: draft-ietf-dhc-relay-port-10.txt)
2020-01-23 08:11:27 +00:00
taca
9d408f5208 net/bind914: update to 9.14.10
Update bind914 to 9.14.10 (BIND 9.14.10).

pkgsrc change: update HOMEPAGE to use https URL.

	--- 9.14.10 released ---

5339.	[bug]		With some libmaxminddb versions, named could erroneously
			match an IP address not belonging to any subnet defined
			in a given GeoIP2 database to one of the existing
			entries in that database. [GL #1552]

5338.	[bug]		Fix line spacing in `rndc secroots`.
			Thanks to Tony Finch. [GL !2478]

5337.	[func]		'named -V' now reports maxminddb and protobuf-c
			versions. [GL !2686]
2020-01-23 08:00:55 +00:00
taca
87bef80627 net/bind911: update HOMEPAGE
Update HOMEPAGE to use https://.
2020-01-23 08:00:01 +00:00
taca
bd89931d48 net/bind911: update to 9.11.15
Update bind911 to 9.11.15 (BIND 9.11.15).

	--- 9.11.15 released ---

5339.	[bug]		With some libmaxminddb versions, named could erroneously
			match an IP address not belonging to any subnet defined
			in a given GeoIP2 database to one of the existing
			entries in that database. [GL #1552]

5338.	[bug]		Fix line spacing in `rndc secroots`.
			Thanks to Tony Finch. [GL !2478]

5337.	[func]		'named -V' now reports maxminddb and protobuf-c
			versions. [GL !2686]
2020-01-23 07:58:22 +00:00
adam
28cc42edd7 wireshark: updated to 3.2.1
Wireshark 3.2.1 Release Notes

What’s New

 Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2020-01[1] WASSP dissector crash. Bug 16324[2].
      CVE-2020-7044[3].

  The following bugs have been fixed:

    • Incorrect parsing of USB CDC packets. Bug 14587[4].

    • Wireshark fails to create directory if parent directory does not
      yet exist. Bug 16143[5].

    • Buildbot crash output: randpkt-2019-11-30-22633.pcap. Bug
      16240[6].

    • Closing Flow Graph closes (crashes) main GUI window. Bug
      16260[7].

    • Wireshark interprets websocket frames after HTTP handshake in a
      wrong way. Bug 16274[8].

    • A-bis/OML: IPA Destination IP Address attribute contains inverted
      value (endianness). Bug 16282[9].

    • wiretap/log3gpp.c: 2 * leap before looking ?. Bug 16283[10].

    • Opening shell terminal prints Wireshark: Permission denied. Bug
      16284[11].

    • h264: SPS frame_crop_right_offset shown in UI as
      frame_crop_left_offset. Bug 16285[12].

    • BGP: update of "Sub-TLV Length" by draft-ietf-idr-tunnel-encaps.
      Bug 16294[13].

    • SPNEGO+GSS-API+Kerberos+ap-options dissection produces "Unknown
      Bit(s)" expert message. Bug 16301[14].

    • USB Audio feature unit descriptor is incorrectly dissected. Bug
      16305[15].

    • Compiling the .y files fails with Berkeley YACC. Bug 16306[16].

    • PDB files in Windows installer. Bug 16307[17].

    • NAS-5GS 5GS network feature support lacks MCSI, EMCN3 two fields
      (octet 4). Bug 16310[18].

    • Option to change “Packet List” columns header right click pop-up
      menu behavior. Bug 16317[19].

    • DLT: Dissector does not parse multiple DLT messages in single UDP
      packet. Bug 16321[20].

    • ISAKMP Dissection: Enhance Source id and Destination ID field of
      GDOI SA TEK payload for non IP ID type. Bug 16233[21].

    • DOIP: Typo in "identifcation request messages". Bug 16325[22].

    • Toolbar "?" help button - no text/help displayed. Bug 16327[23].

 New and Updated Features

  There are no new features in this release.

 New Protocol Support

  There are no new protocols in this release.

 Updated Protocol Support

  802.11 Radiotap, ASN.1 BER, BGP, DLT, DOIP, GSM A RR, GSM A-bis/OML,
  H264, HTTP, IEC 60870-5-104, IEEE 802.11, IPv4, ISAKMP, NAS 5GS,
  rtnetlink, SIP, TIPC, USB Audio, USB CDC, and WASSP

 New and Updated Capture File Support

  3gpp phone log
2020-01-21 20:29:07 +00:00
nia
abd3a4b847 vinagre: Gets gnome category. 2020-01-21 15:15:43 +00:00
leot
a34012c28c hub: Update to 2.14.0
Changes:
2.14.0
------
Features:
 * New command: `hub issue update` #2432
 * New command: `hub issue transfer` #2363
 * Support git flag `hub version --build-options` #2440
 * Refuse to follow HTTP 301/302 redirects for non-GET requests #2442

Fixes:
 * Fix `hub help <cmd>` on Windows #2384
 * Ensure that `grep` command is being used in shell completions #2390
 * Consult global `git config color.ui` setting when `--color=auto` #2378

Improvements:
 * Print more user-friendly HTTP 40x errors #2446
 * Enable debugging file uploads via `HUB_VERBOSE=1 hub release create -a <file>`
 * Improve parsing malformed YAML config files #2380
2020-01-21 14:17:40 +00:00
taca
c09e26f529 net/samba4: update to 4.11.5
Update samba4 to 4.11.5.


                   ==============================
                   Release Notes for Samba 4.11.5
                          January 21, 2020
		   ==============================


This is a security release in order to address the following defects:

o CVE-2019-14902: Replication of ACLs set to inherit down a subtree on AD
		  Directory not automatic.
o CVE-2019-14907: Crash after failed character conversion at log level 3 or
		  above.
o CVE-2019-19344: Use after free during DNS zone scavenging in Samba AD DC.


=======
Details
=======

o  CVE-2019-14902:
   The implementation of ACL inheritance in the Samba AD DC was not complete,
   and so absent a 'full-sync' replication, ACLs could get out of sync between
   domain controllers.

o  CVE-2019-14907:
   When processing untrusted string input Samba can read past the end of the
   allocated buffer when printing a "Conversion error" message to the logs.

o  CVE-2019-19344:
   During DNS zone scavenging (of expired dynamic entries) there is a read of
   memory after it has been freed.
2020-01-21 14:12:36 +00:00
leot
49c2acd67a gallery-dl: Update to 1.12.3
1.12.3
------
### Additions
- [hentaifoundry] extract more metadata (#565)
- [twitter] add option to extract TwitPic embeds (#579)
- implement a post-processor module to compare file versions (#530)

### Fixes
- [hitomi] update image URL generation
- [mangadex] revert domain to `mangadex.org`
- [pinterest] improve detection of invalid pin.it links
- [pixiv] update URL patterns for user profiles and bookmarks (#568)
- [twitter] Fix stop before real end (#573)
- remove temp files before downloading from fallback URLs

### Removals
- [erolord] remove extractor
2020-01-20 10:33:04 +00:00
nia
2737ac3500 etherape: Update to 0.9.18
Overview of changes in EtherApe 0.9.18 (Sunday, June 3, 2018):

   EtherApe now is a pure GTK 3 application, with canvas supplied by GooCanvas
   (https://wiki.gnome.org/Projects/GooCanvas).

   While GooCanvas itself is in maintenance mode, is still the simpler canvas
   library available and with an API almost identical to gnome-canvas, too!
   Longer term, EtherApe ui should be completely redesigned and modernized,
   but this is for another day.

   Changes summary:
     * EtherApe ported to GTK3 using GooCanvas instead of the obsolete
       GnomeCanvas.


  Overview of changes in EtherApe 0.9.17 (Thursday, April 5, 2018):

   This is a bugfix release, because a bug made 0.9.16 still runtime-dependent
   on gnomeui and other gnome 2 libraries.

   Changes summary:
     * EtherApe now requires Gtk 2.24

     * fixed a bug making libglade load gnome2 libraries

     * Sometimes node/links windows were freezing.


  Overview of changes in EtherApe 0.9.16 (Sunday, January 14, 2018):

   Several distributions are phasing out Gnome 2 libraries and EtherApe needs
   to update as well.
   Unfortunately, this mean dropping support for older distributions, for
   example CENTOS 5 and 6. At this time the EtherApe executable can still be
   built for those distributions, but not the project as a whole.

   This is an interim release, where the only Gnome 2 component is
   gnome-canvas. Apart of that, EtherApe is now a GTK2 application.
      Work is underway to replace gnome-canvas with another component.
   Documentation is now based on yelp-tools instead of Scroolkeeper/Rarian.

   Many thanks to Patrick Matthäi for packaging EtherApe for Debian and
   helping to keep this tool current.

   Changes summary:
     * require only gnome-canvas, not gnome-ui. Based on the work of
       Arch Linux packager bgyorgy (Balló György).  Thanks!

     * migrate from deprecated gnome-doc-utils to yelp-tools.
       Unfortunately this change rules out older distributions

     * updated German translation, thanks to Chris Leick


  Overview of changes in EtherApe 0.9.15 (Friday, February 10, 2017):
   The central node ring setting now accepts multiple node specifiers
   (separated by any combination of spaces and/or commas), and also
   now understands glob syntax, so you can put for example

     10.0.0.0/24, *.mydomain.tld, somehost.otherdomain.tld

   and it will do what you'd expect.

   There is now a compile-time configure option ('--with-c-ares',
   disabled by default) to enable DNS resolution via the c-ares
   library, supplanting EtherApe's built-in multithreaded
   gethostbyaddr(3)-based resolver.  This is a fully non-blocking DNS
   library and thus has potential for better performance while using
   only a single background resolver thread, but also means that
   name-lookup is strictly DNS-based, and will thus not take
   /etc/hosts, NIS, or other name services into account.

   There is a slightly backwards-incompatible change in the syntax of
   the node-position file used with the '-P' flag added in release
   0.9.14.  It now uses the same CIDR notation plus hostname-globbing
   syntax used by the central node ring setting (instead of POSIX
   regular expressions).  This provides simpler and more consistent
   syntax with essentially the same real-world utility, but may
   require some small changes to existing node-position files.  Some
   examples:

     Old (regex)           New (CIDR+glob)
     ===============       ===============
     172.16.2.[0-9]*       172.16.2.0/24
     .*.mydomain.com       *.mydomain.com
     fe80:.*               fe80::/16

   Additionally, each line of the node-position file may now include
   multiple such node-matching patterns (separated by spaces and/or
   commas as with the central node ring setting), so a single line
   might look like:

     *.mydomain.com, 10.0.0.0/24 3

   (to put all nodes matching the given domain or CIDR range into
   column 3).

   As a security feature (privilege separation), packet-capture
   operations are now isolated in a separate background process.  The
   new '-Z' flag can be used to specify a user to run the main
   (foreground) process as.


   Changes summary:
     * New option to use c-ares for DNS resolution.
     * Multiple node/subnets and glob syntax now supported for central
       node ring.
     * Node-matching syntax for '-P' flag's file now uses CIDR
       notation and hostname-globbing instead of regexes.
     * Multiple patterns can now be given on a single line of the
       node-position ('-P') file.
     * The columnar-layout ('-P') code has been changed to re-adjust
       the spacing of nodes within a column when the number of nodes
       decreases.  The 10-column limit has also been removed.
     * The background-image feature introduced in 0.9.14 can now be
       turned off via a preference check-box.
     * The background of the protocol legend is now black so that
       lighter colors (e.g. yellow) are more readable.
     * There is now an option to display packet-capture statistics
       from libpcap in the main window (hover the mouse over them for
       an explanation in the status bar).
     * The show/hide state of the toolbar, protocol legend, and status
       bar are now preserved along with other preferences in the
       user's config file.
     * New '-Z' flag (or '--relinquish-privileges') can be used to run
       most processing as an unprivileged user.


  Overview of changes in EtherApe 0.9.14 (Saturday February 06, 2016):
   EtherApe now users the system /etc/services file instead of its own.
   While this change make some customizations a bit harder, it guarantees an
   up-to-date services file.
   Note to packagers: /etc/etherape is not needed anymore.

   Central node option now undestands CIDR notation, allowing for a central
   ring of nodes, thanks to Zev Weiss.
   Static background image, courtesy of Glenn Feunteun.
   Nodes can be optionally arranged as columns, thanks to David Goldfarb.


   Changes summary:
     * autoconf updated to 2.69
     * fixed incorrect WLAN control frames decoding
     * fix UTF-8 encoding of several files, thanks to StrPt.
     * read system services file instead of EtherApe one, thanks to Zev Weiss.
     * fix race condition on exit, thanks to Zev Weiss
     * central ring option, thanks to Zev Weiss
     * tweaks to preference windows to better work with tiling managers,
       thanks to Zev Weiss.
     * static background image (Glenn Feunteun)
     * arrange nodes in 'columns' (David Goldfarb)


  Overview of changes in EtherApe 0.9.13 (Sun May 05, 2013):
   Central node option, useful for displaying routers or proxies.
   Translations and documentation updates, plus some fixes.

   Changes summary:
     * Optional central node, based on work of Javier Fernandez-Sanguino
       Peña.
     * re-enabled full-screen mode, thanks to nrvale0
     * Updated spanish translation, thanks to Javier Fernandez-Sanguino
       Peña.
     * Added German translation, and fixed typos, thanks to Chris Leick.
     * Updated documentation.
2020-01-20 02:47:43 +00:00
nia
2bb5e64c47 grilo: Update to 0.3.11
Needed for several newer GNOME package updates.
2020-01-20 01:32:17 +00:00
taca
a92db6dd33 net/Makefile: add and enable ruby-train-winrm 2020-01-19 15:36:31 +00:00
taca
933b7dd359 net/ruby-train-winrm: add version 0.2.6 package
Add ruby-train-winrm version 0.2.6 package.


Train WinRM

Allows applictaions using Train to speak to Windows using Remote Management;
handles authentication, cacheing, and SDK dependency management.
2020-01-19 15:35:47 +00:00
taca
04c180a85c net/Makefile: add and enable ruby-winrm-fs 2020-01-19 15:33:48 +00:00
taca
ecba0747d7 net/ruby-winrm-fs: add ALTERNATIVES
Add ALTERNATIVES file, too.
2020-01-19 15:33:01 +00:00
taca
f8f02e2e9e net/ruby-winrm-fs: add version 1.3.4 package
Add ruby-winrm-fs version 1.3.4 package.


File system operations over Windows Remote Management (WinRM) for Ruby

Ruby library for file system operations via Windows Remote Management.
2020-01-19 15:32:19 +00:00
taca
d98ef241ae net/Makefile: add and enable ruby-winrm 2020-01-19 15:30:05 +00:00
taca
c53f3e9c6e net/ruby-winrm: add version 2.3.4 package
Add ruby-winrm version 2.3.4 package.


Windows Remote Management (WinRM) for Ruby

This is a SOAP library that uses the functionality in Windows Remote
Management(WinRM) to call native object in Windows.  This includes, but is
not limited to, running batch scripts, powershell scripts and fetching WMI
variables.  For more information on WinRM, please visit Microsoft's WinRM
site (http://msdn.microsoft.com/en-us/library/aa384426.aspx).

As of version 2.0, this gem retains the WinRM name but all powershell calls
use the more modern Powershell Remoting Protocol (PSRP)
(https://msdn.microsoft.com/en-us/library/dd357801.aspx) for initializing
runspace pools as well as creating and processing powershell pipelines.
2020-01-19 15:29:26 +00:00
taca
7ef358f8e2 net/Makefile: add and enable ruby-train-core 2020-01-19 15:09:37 +00:00
taca
021c09cebe net/ruby-train-core: add version 3.2.5 package
Add ruby-train-core version 3.2.5 package.


train-core

A minimal Train with a backends for ssh and winrm.
2020-01-19 15:08:58 +00:00
pho
201b8c3ef0 Add hs-resolv 2020-01-19 02:37:38 +00:00
pho
e89ec1d550 Import hackage-security-0.6.0.0
The hackage security library provides both server and client utilities
for securing the Hackage package server
(http://hackage.haskell.org/). It is based on The Update Framework
(http://theupdateframework.com/), a set of recommendations developed
by security researchers at various universities in the US as well as
developers on the Tor project (https://www.torproject.org/).

The current implementation supports only index signing, thereby
enabling untrusted mirrors. It does not yet provide facilities for
author package signing.
2020-01-19 02:37:03 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
jperkin
13943f3046 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
nia
79412bd120 net: Remove twitux.
Dead since 2009 despite numerous incompatible API changes.
Ref: https://lists.debian.org/debian-release/2010/08/msg00103.html
2020-01-17 15:51:24 +00:00
pho
c59c86a813 Add hs-connection 2020-01-17 14:59:38 +00:00
pho
f39ebb67c6 Import connection-0.3.1
Simple network library for all your connection need.

Features: Really simple to use, SSL/TLS, SOCKS.

This library provides a very simple api to create sockets to a
destination with the choice of SSL/TLS, and SOCKS.
2020-01-17 14:59:02 +00:00
jaapb
472c4534a3 Updated net/ocamlnet to 4.1.6nb13.
No upstream changes; only removed some files from the PLIST because
OCaml 4.09 doesn't generate them any more.
2020-01-17 10:35:12 +00:00
pho
0d16a61ec3 Add hs-socks 2020-01-16 23:10:19 +00:00
pho
ea4f09a6e9 Import socks-0.6.1
Socks proxy (version 5) implementation.
2020-01-16 23:09:35 +00:00
tnn
f55845774c rdesktop: needs libXcursor 2020-01-16 21:01:47 +00:00
nia
2a2ea501c6 gnome-nettool: Update to 3.8.1
Updated to GNOME 3/gtk3 version.
2020-01-16 15:33:29 +00:00
nia
8029c9a404 *: Remove Ekiga and related packages.
No OpenSSL 1.1 support and upstream development is effectively stalled.

Also various other dead dependencies: gstreamer0.10, sdl12, esound,
GNOME 2 libgnomeui...
2020-01-16 14:03:50 +00:00
jperkin
510dbe5aae *: Remove USE_OLD_DES_API.
OpenSSL 1.1.1d no longer ships des_old.h, and the time for this being
necessary appears to be behind us.
2020-01-16 13:33:50 +00:00
pho
9390fc40db Add hs-mime-types 2020-01-16 11:45:19 +00:00
pho
6226d87aba Import mime-types-0.1.0.9
Basic mime-type handling types and functions
2020-01-16 11:44:45 +00:00
wiz
f2be8645da rdesktop: really remove obsolete ssl option 2020-01-16 09:49:12 +00:00
adam
75df829645 py-pypiserver: updated to 1.3.2
1.3.2:
- ENH: The Dockerfile used for the official Docker images now uses Python 3.6
  rather than Python 2.7
- ENH: The `welcome.html` page has been updated to provide more metadata
  and be more HTML-standards compliant
- FIX: the `pypi-server -U` command no longer fails when run inside the
  Docker container
- FIX: The `remove_pkg` API action now removes any extant instances of a
  package name-version combination, not just the first one found. This means
  that now, for example, if a `.whl` and `.tar.gz` file exist for the
  requested package name and version, both will be removed
- FIX: include missing `simple/` path on a URL in the example pip commands
  on the `welcome.html` page
- DOC: more consistent and accurate documentation for pip commands provided
  on the `welcome.html` page
- DOC: fixes to the README to make it easier for people to use pypiserver
  behind an apache webserver
2020-01-16 08:20:01 +00:00
wiz
03bfc1bfcc rdesktop: update to 1.9.0.
Provided by Matthias Petermann in PR 54857.

Additionally, remove ssl option per 1.9.0 changelog.

rdesktop (1.9.0)
  * Use GnuTLS and nettle instead of OpenSSL
  * Improved certificate handling
  * Add support for dynamic resize of sessions
  * Add support for alpha cursors
  * Add PulseAudio support
  * Add Kerberos support on macOS
  * Kerberos support no longer requires libgssglue
  * Remove support for rdesktop's custom microphone extension
  * Several fixes to improve compatibility with modern desktops
  * macOS compatibility fixes
  * Improved handling of redirections
  * Many smart card bug fixes
  * Many disk redirection bug fixes
  * Improved logging
  * Lots of other small bug fixes

  -- Pierre Ossman <ossman@cendio.se> 2019-09-18

rdesktop (1.8.6)
  * Fix protocol code handling new licenses

  -- Pierre Ossman <ossman@cendio.se> 2019-05-16

rdesktop (1.8.5)
  * Add bounds checking to protocol handling in order to fix many
    security problems when communicating with a malicious server.

  -- Pierre Ossman <ossman@cendio.se> 2019-05-08
2020-01-15 15:31:28 +00:00
leot
2d27b8db62 youtube-dl: Add missing patch (should be part of previous update)
Thanks <wiz>!
2020-01-15 08:22:03 +00:00
wiz
dda4428ca7 gupnp12: update to 1.2.2.
1.2.2
=====
- Fix macOS dylib versioning
- Fix endless loop on early notify
- Several documentation fixes
- Implement version-independent type registration in ResourceFactory
- Fix an issue with implementation of the depracted functions
- Fix an issue with including net/if.h and linux/if.h
- Add async introspection functions matching the usual GIO function pattern
- Go through main loop if introspection fails before the actual network request
- Bump required GLib version to 2.58

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=764498
 - https://gitlab.gnome.org/GNOME/gupnp/issues/5
 - https://gitlab.gnome.org/GNOME/gupnp/issues/6
 - https://gitlab.gnome.org/GNOME/gupnp/issues/8
2020-01-15 00:10:02 +00:00
wiz
73903c08d6 gssdp12: update to 1.2.2.
1.2.2
=====
 - Fix macOS dylib versioning
 - Update the required glib version to 2.54
 - Fix setting the multicast sending interface

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/gssdp/issues/4
2020-01-15 00:09:37 +00:00
gutteridge
0e63715dee libfilezilla: fix "i386" builds 2020-01-14 22:14:20 +00:00
leot
e37b6bd47a youtube-dl: Update to 20200115
pkgsrc changes:
 - Apply a pkgsrc patch to fix la7 extractor (shared upstream)

Changes:
20200115
--------
Extractors
* [yourporn] Fix extraction (#21645, #22255, #23459)
+ [canvas] Add support for new API endpoint (#17680, #18629)
* [ndr:base:embed] Improve thumbnails extraction (#23731)
+ [vodplatform] Add support for embed.kwikmotion.com domain
+ [twitter] Add support for promo_video_website cards (#23711)
* [orf:radio] Clean description and improve extraction
* [orf:fm4] Fix extraction (#23599)
* [safari] Fix kaltura session extraction (#23679, #23670)
* [lego] Fix extraction and extract subtitle (#23687)
* [cloudflarestream] Improve extraction
    + Add support for bytehighway.net domain
    + Add support for signed URLs
    + Extract thumbnail
* [naver] Improve extraction
    * Improve geo-restriction handling
    + Extract automatic captions
    + Extract uploader metadata
    + Extract VLive HLS formats
    * Improve metadata extraction
- [pandatv] Remove extractor (#23630)
* [dctp] Fix format extraction (#23656)
+ [scrippsnetworks] Add support for www.discovery.com videos
* [discovery] Fix anonymous token extraction (#23650)
* [nrktv:seriebase] Fix extraction (#23625, #23537)
* [wistia] Improve format extraction and extract subtitles (#22590)
* [vice] Improve extraction (#23631)
* [redtube] Detect private videos (#23518)
2020-01-14 20:42:39 +00:00
wiz
0935456360 glib-networking: update to 2.62.3.
2.62.3 - January 3, 2019
========================

- Fix leak of base iostream (or base datagram socket), 2.62 regression
- Fix duplicate notifies of peer-certificate and peer-certificate-errors
- Fix obscure corner case where SNI might not work
2020-01-14 17:43:54 +00:00