Commit graph

262621 commits

Author SHA1 Message Date
adam
2bf48aa35c Updated parallel/py-billiard to 3.5.0.2; net/py-amqp to 2.1.4; net/py-kombu to 4.0.2; net/py-celery to 4.0.2; Added devel/py-vine version 1.1.3 2017-04-09 17:38:30 +00:00
adam
91e1313fcb Changes 4.0.2:
* Requirements: Now depends on Kombu 4.0.2.
* Tasks: Fixed problem with JSON serialization of group
* Worker: Fixed JSON serialization issue when using inspect active and friends
* App: Fixed saferef errors when using signals
* Prefork: Fixed bug with pack requiring bytes argument on Python 2.7.5 and earlier
* Tasks: Saferepr did not handle unicode in bytestrings on Python 2
* Testing: Added new celery_worker_paremeters fixture.
* Tasks: Added new app argument to GroupResult.restore
  This makes the restore method behave the same way as the GroupResult constructor.
* Tasks: Fixed type checking crash when task takes *args on Python 3
* Documentation and examples improvements
2017-04-09 17:37:18 +00:00
adam
614f219ef1 Changes 4.0.2:
- Now depends on :mod:`amqp` 2.1.4

    This new version takes advantage of TCP Keepalive settings on Linux,
    making it better at detecting closed connections, also in failover
    conditions.

- Redis: Priority was reversed so, e.g. priority 0 became priority 9.
2017-04-09 17:14:41 +00:00
adam
b7a0d37032 Quickly added missing DEPENDS 2017-04-09 17:07:09 +00:00
adam
8b30374737 Added devel/py-vine version 1.1.3 2017-04-09 17:04:28 +00:00
adam
7b19860819 Changes 2.1.4:
Removes byte string comparison warnings when running under python -b.
Fix contributed by Jon Dufresne.
Linux version parsing broke when the version included a ‘+’ character (Issue 119).
Now sets default TCP settings for platforms that support them (e.g. Linux).
2017-04-09 16:49:23 +00:00
adam
1da4eb9b3f Changes 3.5.0.2:
- max_memory_per_child was measured in kilobytes on Linux, but bytes on
*BSD/MacOS, it's now always kilobytes.

- Windows: Adds support for max_memory_per_child, but requires the
``psutil`` package to be installed.

- Fixed bug in ForkingPickler.loadbuf, where it tried to pass
a BytesIO instance directly to ``pickle.loads`` on Python 2.7.
2017-04-09 16:43:03 +00:00
wen
fef4c3afc8 Updated databases/p5-SQL-Abstract to 1.84 2017-04-09 16:04:35 +00:00
wen
51bed9394a Update to 1.84
Upstream changes:
1.84 - 2017-04-03
    - Restore 'dynamic_config => 0' missed in the Distar port

1.83 - 2017-04-03
    - Support for DELETE ... RETURNING (GH#9)
    - Port to Distar

revision 1.82  2017-03-20
-------------------------
    - Add explicit dependency on Sub::Quote (GH#8)
    - Fix syntax errors in ORDER BY docs (GH#7)

revision 1.81_01  2017-02-28
----------------------------
    - Fix order clauses with bind parameters in ->where
    - Fix ->insert($table, \@values) with >26 values (RT#112684)
    - Teach ::Tree that ILIKE (PostgreSQL) and REGEXP (MySQL) are binary ops
    - Support for UPDATE ... RETURNING
    - Documentation improvements for ORDER BY
2017-04-09 16:03:06 +00:00
taca
1f2ad35078 Note update of ruby23-base and related pacakges:
lang/ruby23-base	2.3.4
	databases/ruby-gdbm	2.3.4
	devel/ruby-fiddle	2.3.4
	devel/ruby-readline	2.3.4nb1
	x11/ruby-tk		2.3.4nb4
	lang/ruby23		2.3.4
	devel/ruby-mode		2.3.4
2017-04-09 16:00:04 +00:00
taca
e3e17d6f20 Update ruby23-base and related packages to 2.3.4.
Ruby 2.3.4 Released				2017/3/30

Ruby 2.3.4 has been released.

This release contains about 80 bug fixes after the previous release. See the
commit logs for details.

And this release contains a bug fix of Symbol#hash to be non-deterministic.
This is a regression on the 2.3 series before 2.3.4.  See Bug #13376 for more
details.
2017-04-09 15:57:00 +00:00
taca
7379881e5f Fix accidently modified RUBY23_VERSION. 2017-04-09 15:54:28 +00:00
taca
c5f4c267c3 Note upadte of lang/ruby22-base and lang/ruby22 to 2.2.7. 2017-04-09 15:50:35 +00:00
taca
cb531f3e0d Update ruby22-base and ruby22 to 2.2.7.
Ruby 2.2.7 Released					2017/3/28

Ruby 2.2.7 has been released.

This release includes about 70 bug fixes after the previous release. See the
ChangeLog for details.

After this release, we will end the normal maintenance phase of Ruby 2.2, and
start the security maintenance phase of it.  This means that after the release
of 2.2.7 we will never backport any bug fixes to 2.2 except security fixes.
The term of the security maintenance phase is scheduled for 1 year.  By the
end of this term, official support of Ruby 2.2 will be over.  Therefore, we
recommend that you start planning to upgrade to Ruby 2.4 or 2.3.
2017-04-09 15:49:50 +00:00
adam
876aaa7576 Updated www/nghttp2 to 1.21.1; www/h2o to 2.2.0; www/libsass to 3.4.4; www/sassc to 3.4.2 2017-04-09 15:34:20 +00:00
adam
52c19d7f3c This is the SassC for LibSass 3.4.2. 2017-04-09 15:33:02 +00:00
adam
5aa310ec5f Changes 3.4.4:
Features
* Update Visual Studio build facade
* Update read me
* Performance improvements for @extend
* Performance improvements

Fixes
Disable FMA3 when compiling with Visual Studio 2013
Fix for loop variable to be referenced
Fix number compare issues when used as map keys with old gcc
Fix results of map-get not being evaluated
Fix null pointer access
Fix bug with media queries and @extend

Misc
Cleanup initial shared ptr interface
Refactor selector list and schema handling
Cleanup context usage and extend code
Cleanup misc
Cleanup issues detected by clangs static analyser
Remove Textual intermediate AST node
Add libsass-python to README
2017-04-09 15:31:34 +00:00
adam
751d9ee105 Changes 2.2.0:
[core] add crash-handler.wait-pipe-close parameter 1092 (Frederik Deweerdt)
[core] introduce an option to bypass the server header sent from upstream 1226 (Frederik Deweerdt)
[core] apply global- and host-level configuration to requests not applicable to any of the path-level configurations 1231 (Kazuho Oku)
[access-log] add %{remote}p for logging the remote port 1166 (Kazuho Oku)
[access-log] add support for JSON-style escapes and null 1208 (Kazuho Oku)
[access-log] add specifier for logging per-request environment variables 1221 (Yannick Koechlin)
[access-log] add support for <, > modifiers for logging either the original or the final response 1238 (Kazuho Oku)
[access-log] do not emit request-total-time twice 1017 (Kazuho Oku)
[fastcgi] fix a bug that closes the FastCGI listener socket during startup 1203 (Frederik Deweerdt)
[file] add directive for serving gzipped files, decompressing them on-the-fly 1140 (Ichito Nagata)
[headers] fix buffer overrun during startup 1180 (Frederik Deweerdt)
[http1][proxy] preserve the cases of characters used in header names 1194 (Frederik Deweerdt)
[http1][proxy] fix undefined behavior in HTTP/1 parser 1189 (Frederik Deweerdt)
[http1] stop reading from socket after sending 400 to avoid the risk of assertion failure 1223 (Frederik Deweerdt)
[http2] recognize x-http2-push-only attribute on link header 1169 (Frederik Deweerdt)
[http2] add optional timeout for closing connections upon graceful shutdown 1108 (Frederik Deweerdt)
[http2] do not ack an acked PING frame 1175 (Moto Ishisawa)
[http2] reject requests exceeding the maximum allowed size more efficiently 1183 (Frederik Deweerdt)
[mruby] remove dependenty to mkmf 1197 (Yuki Kurihara)
[mruby] correct the line number reported on an exception 1239 (Ichito Nagata)
[proxy] add directives for tweaking headers sent to upstream 1126 (Justin Zhu)
[proxy] retain case-sensitivity of unix socket paths 1131 (Frederik Deweerdt)
[proxy] add directive for controlling the via request header 1225 (Frederik Deweerdt)
[ssl] add directive for logging session ID 1164 (Yannick Koechlin)
[ssl] add support for TLS 1.3 draft-18 1204 (Kazuho Oku)
[ssl] stop evicting session entries in memcached when they are removed from internal cache 1185 (Ichito Nagata)
[ssl] fix crash when a secp384r1, secp521r1 certificate is used with TLS 1.3 1214 (Kazuho Oku)
[ssl] fix build failure with OpenSSL 1.1.0 1216 (Kazuho Oku)
[ssl] add doc for handshake-timeout 1233 (Kazuho Oku)
[status] fix race condition during start-up 1242 (Frederik Deweerdt)
[libh2o] implement h2o_evloop_destroy 1200 (kazan417)
[misc] add test code for fuzzing 1174 1182 1191 1192 (Frederik Deweerdt, Jonathan Foote)
[misc] fix issues reported by Coverity 1168 1172 1179 (Harrison Bowden, Frederik Deweerdt)
2017-04-09 15:30:06 +00:00
wen
ab6b5fa2a1 Updated databases/p5-DBIx-Class-Cursor-Cached to 1.1.4 2017-04-09 15:29:40 +00:00
wen
3d7556fe56 Update to 1.1.4
Upstream changes:
1.1.4 6 October 2016 17:26:00
        - make sure Makefile.PL is included in the dist

1.1.3 6 October 2016 10:56:00
        - Refactor slightly to enable useful subclassing (RT#102223, Tim Bunce)
2017-04-09 15:28:20 +00:00
adam
ba081b0fba Changes 1.21.1:
The bug which causes libnghttp2_asio client to crash has been fixed.
The bug which causes nghttpx to respond to a client with 502 status code if it receives 204 status code from HTTP/1 backend has been fixed.
2017-04-09 15:24:02 +00:00
schmonz
8000293e9e Describe qmail-run-ofmipd. 2017-04-09 13:02:32 +00:00
schmonz
23ba96c6f6 Updated mail/qmail-run to 20170409 2017-04-09 12:58:51 +00:00
schmonz
12a07eec08 Add "qmail-run-ofmipd" option that controls the dependency on
mess822. Turn it off by default. This should let us once again
publish binary packages.

To use another ofmipd, set qmailofmipd_ofmipdcmd in rc.conf. Likewise
for qmail-smtpd and qmail-pop3d.

Bump version.
2017-04-09 12:58:46 +00:00
wiz
c54e093a43 + afl-2.40b, dbus-1.10.18, khal-0.9.5, libdrm-2.4.79, libnice-0.1.14,
libsndfile-1.0.28, p5-CGI-4.36, p5-Clone-0.39, p5-File-HomeDir-1.002,
  p5-List-MoreUtils-0.419, p5-MIME-Charset-1.012.1, p5-MIME-tools-5.509,
  p5-Mojolicious-7.30, p5-Params-ValidationCompiler-0.24,
  protobuf-3.2.1, py-mercurial-4.1.2, py-setuptools-34.4.0,
  py-setuptools_scm-1.15.5, py-tortoisehg-4.1.2, syncthing-0.14.26,
  vim-8.0.0553, vim-share-8.0.0553, x264-devel-20170408.
2017-04-09 11:49:17 +00:00
mef
28f0b60ab8 Updated devel/p5-Contextual-Return to 0.004.011 2017-04-09 11:46:04 +00:00
mef
d14b6cbff2 Updated devel/p5-Contextual-Return to 0.004011
----------------------------------------------
0.004011  Sat Apr  8 15:23:14 2017
    - Patched memory leak from use of @DB::args
      (thanks, Jay!)
2017-04-09 11:45:51 +00:00
mef
abe2576409 Updated archivers/zutils to 1.6 2017-04-09 11:39:30 +00:00
mef
6282ade0aa Updated archivers/zutils to 1.6
-------------------------------
2017-04-05  Antonio Diaz Diaz  <antonio@gnu.org>

        * Version 1.6 released.
        * zcmp.cc: Accept 'B' suffix in '--ignore-initial=1kB:1234B'.
        * zutils.cc (feed_data): Show input filename in error messages.
2017-04-09 11:39:19 +00:00
leot
049a226f83 Updated net/youtube-dl to 20170409 2017-04-09 10:46:11 +00:00
leot
e097763388 Update net/youtube-dl to 20170409.
Changes:
version 2017.04.09

Extractors
+ [medici] Add support for medici.tv (#3406)
+ [rbmaradio] Add support for redbullradio.com URLs (#12687)
+ [npo:live] Add support for default URL (#12555)
* [mixcloud:playlist] Fix title, description and view count extraction (#12582)
+ [thesun] Add suport for thesun.co.uk (#11298, #12674)
+ [ceskateleveize:porady] Add support for porady (#7411, #12645)
* [ceskateleveize] Improve extraction and remove URL replacement hacks
+ [kaltura] Add support for iframe embeds (#12679)
* [airmozilla] Fix extraction (#12670)
* [wshh] Extract html5 entries and delegate to generic extractor (12676)
+ [raiplay] Extract subtitles
+ [xfileshare] Add support for vidlo.us (#12660)
+ [xfileshare] Add support for vidbom.com (#12661)
+ [aenetworks] Add more video URL regular expressions (#12657)
+ [odnoklassniki] Fix format sorting for 1080p quality
+ [rtl2] Add support for you.rtl2.de (#10257)
+ [vshare] Add support for vshare.io (#12278)


version 2017.04.03

Core
+ [extractor/common] Add censorship check for TransTelekom ISP
* [extractor/common] Move censorship checks to a separate method

Extractors
+ [discoveryvr] Add support for discoveryvr.com (#12578)
+ [tv5mondeplus] Add support for tv5mondeplus.com (#11386)
+ [periscope] Add support for pscp.tv URLs (#12618, #12625)


version 2017.04.02

Core
* [YoutubeDL] Return early when extraction of url_transparent fails

Extractors
* [rai] Fix and improve extraction (#11790)
+ [vrv] Add support for series pages
* [limelight] Improve extraction for audio only formats
* [funimation] Fix extraction (#10696, #11773)
+ [xfileshare] Add support for vidabc.com (#12589)
+ [xfileshare] Improve extraction and extract hls formats
+ [crunchyroll] Pass geo verifcation proxy
+ [cwtv] Extract ISM formats
+ [tvplay] Bypass geo restriction
+ [vrv] Add support for vrv.co
+ [packtpub] Add support for packtpub.com (#12610)
+ [generic] Pass base_url to _parse_jwplayer_data
+ [adn] Add support for animedigitalnetwork.fr (#4866)
+ [allocine] Extract more metadata
* [allocine] Fix extraction (#12592)
* [openload] Fix extraction


version 2017.03.26

Core
* Don't raise an error if JWPlayer config data is not a Javascript object
  literal. _find_jwplayer_data now returns a dict rather than an str. (#12307)
* Expand environment variables for options representing paths (#12556)
+ [utils] Introduce expand_path
* [downloader/hls] Delegate downloading to ffmpeg immediately for live streams

Extractors
* [afreecatv] Fix extraction (#12179)
+ [atvat] Add support for atv.at (#5325)
+ [fox] Add metadata extraction (#12391)
+ [atresplayer] Extract DASH formats
+ [atresplayer] Extract HD manifest (#12548)
* [atresplayer] Fix login error detection (#12548)
* [franceculture] Fix extraction (#12547)
* [youtube] Improve URL regular expression (#12538)
* [generic] Do not follow redirects to the same URL


version 2017.03.24

Extractors
- [9c9media] Remove mp4 URL extraction request
+ [bellmedia] Add support for etalk.ca and space.ca (#12447)
* [channel9] Fix extraction (#11323)
* [cloudy] Fix extraction (#12525)
+ [hbo] Add support for free episode URLs and new formats extraction (#12519)
* [condenast] Fix extraction and style (#12526)
* [viu] Relax URL regular expression (#12529)


version 2017.03.22

Extractors
- [pluralsight] Omit module title from video title (#12506)
* [pornhub] Decode obfuscated video URL (#12470, #12515)
* [senateisvp] Allow https URL scheme for embeds (#12512)
2017-04-09 10:45:53 +00:00
leot
aaba1e54d9 Updated multimedia/intel-vaapi-driver to 1.8.0 2017-04-09 10:40:08 +00:00
leot
80682ff682 Update multimedia/intel-vaapi-driver to 1.8.0
pkgsrc changes:
 - Delete patches/patch-src_i965__decoder__utils.c: applied upstream

Changes:
Version 1.8.0 - 31.Mar.2017
* Improve the quality of the H.264 encoder on SKL+ for CQP and CBR mode
* Improve the quality of the VP8 encoder on BSW+ for CQP and CBR mode
* Add support for H.264 VBR mode on SKL+
* Add support for VP8 VBR mode on BSW+
* Add support for low-power H.264 encoder on BXT and KBL
* Add support for CBR / VBR with low-power H.264 encoder on SKL+ (A HuC Firmware and
  a HuC supported Linux kernel are required)
* Add support for CSC and scaling with 10bit P010/I010 surface
* Optimize CSC and scaling with 8bit NV12 and I420 surface
* Fix the wrong memory object cache setting on SKL+
* Fix the EU number in media pipeline
* Fix the wrong bit shift in H.264 encoder
* Fix the 48bit graphics address on BSW+
* Fix building on NetBSD
* Known issues
  - The new AVC encoder doesn't support MVC/SVC encoding
  - The new AVC encoder doesn't support ROI encoding
  - The new AVC encoder doesn't support multiple slice encoding
2017-04-09 10:39:52 +00:00
wen
ffbf92ab43 Updated devel/p5-Config-Any to 0.30 2017-04-09 08:30:40 +00:00
wen
7c40bc9078 Update to 0.30
Upstream changes:
0.30 - 2017-03-28
    - don't use YAML::Syck on perl 5.8.8 or below, where it is broken
    - ensure tarball does not contain SCHILY headers
2017-04-09 08:29:48 +00:00
wen
079f8dbb2a Updated lang/go to 1.8.1 2017-04-09 08:24:50 +00:00
wen
322aba5ddc Update to 1.8.1
Upstream changes:
go1.8.1 (released 2017/04/07) includes fixes to the compiler, linker, runtime, documentation, go command and the crypto/tls, encoding/xml, image/png, net, net/http, reflect, text/template, and time packages. See the Go 1.8.1 milestone on our issue tracker for details.
2017-04-09 08:23:43 +00:00
wen
5b088352c3 Updated devel/p5-Test-Dir to 1.15 2017-04-09 07:46:05 +00:00
wen
0cb79c599f Update to 1.15
Upstream changes:
2017-04-01  Kingpin  <martin@martin-M17x>

	* Makefile.PL: fixed for newest perls
2017-04-09 07:45:10 +00:00
wen
d420ed2b4b Updated devel/p5-Test-API to 0.008 2017-04-09 07:40:40 +00:00
wen
77148079c1 Update to 0.008
Upstream changes:
0.008     2017-04-02 13:30:12-04:00 America/New_York

    - No changes from 0.007-TRIAL

0.007     2017-02-27 09:50:45-05:00 America/New_York (TRIAL RELEASE)

    [TESTS]

    - Fixed tests for perls without '.' in @INC
2017-04-09 07:39:20 +00:00
wen
29b7bfe736 Updated time/p5-Time-Progress to 2.12 2017-04-09 07:35:33 +00:00
wen
953fdc2595 Update to 2.12
Upstream changes:
2.12 2017-03-27 NIGELM
  - fixed div-by-zero when smoothing
2017-04-09 07:34:44 +00:00
wen
9f05eaf0ab Updated time/p5-DateTime-Format-Strptime to 1.73 2017-04-09 07:32:07 +00:00
wen
31bf2259cf Update to 1.73
Update DEPENDS

Upstream changes:
1.73     2017-01-31

- The format_datetime now checks that the object it is given isa DateTime
  object. Implemented by Mohammad S Anwar. GitHub #17.


1.72     2017-01-24

- Require DateTime::Locale 1.05. This fixes some test failures seen on CPAN
  Testers. Also require DateTime::TimeZone 2.09 because you should really
  update this on a regular basis.

- Require Specio 0.33 to fix other test failures seen on CPAN (I hope).


1.71     2017-01-24

- By default, the word boundary checks added in 1.69 are now off. You can
  enable them by passing "strict => 1" to the constructor. This was reported
  as an issue by Toby Corkindale as GitHub #15.

- Switched from Params::Validate to Params::ValidationCompiler.
2017-04-09 07:31:21 +00:00
wen
5ce00b75f1 Updated time/p5-DateTime-Format-Flexible to 0.28 2017-04-09 07:15:25 +00:00
wen
a6cf7e41d0 Update to 0.28
Upstream changes:
0.28 Thu Mar 23 2016
  - fix tests under perl 5.25.10+ with -Ddefault_inc_excludes_dot
    - thanks Kent Fredric rt #120698

0.27 Mon Mar 06 2017
  - support a single lang as a string instead of requiring an arrayref (DWIM)
    - example: lang => 'en'
  - add support for:
    - "next (weekday)" eg: next sunday
    - "last (weekday)" eg: last sunday
    - "next (month)" eg: next january
    - "last (month)" eg: last january
    - "(x unit) from now" eg: 3 years from now
    - "(-x unit)" eg: -3 months
    - "(+x unit)" eg: +3 months
    - "YYMMDD HH:MM:SS" eg: 950404 00:22:12
    - "YYMMDD HH:MM:SS.NS" eg: 950404 00:22:12.500
    - "Mon D HH:MM:SS.NS TZ YYYY" eg: Fri Dec  2 22:56:03.500 GMT+0 1994
      - thanks David White rt #105178, tests from Time::ParseDate
  - when we have a leading month that is 0 (zero) and we have a year, assume it is supposed to be october (10)
    - thanks Dave Musakhanyan
2017-04-09 07:14:17 +00:00
wen
724c94e5e5 Updated time/p5-DateTime-Format-CLDR to 1.18 2017-04-09 07:09:36 +00:00
wen
40f159ceb4 Update to 1.18
Upstream changes:
1.18 Sat Dec 31 2016
    - Fix failing tests rt118286
    - Various cleanups
2017-04-09 07:08:28 +00:00
wen
d760f96bdc Updated databases/p5-DBIx-Class-Helpers to 2.033003 2017-04-09 04:28:46 +00:00