Commit graph

270797 commits

Author SHA1 Message Date
wiz
559b1c808e p5-Apache2-AuthCookie: update to 3.27.
3.27  2017-07-28
   - Fix POD spelling error [#118545].

3.26  2016-09-30
   - remove unused module Apache::AuthCookie::Autobox from dist
   - remove CGI.pm dependency.  CGI.pm has been removed from perl core, which
     was the primary reason we used it in the first place.  Replaced with
     dependency on lighter weight set of three modules:

        * HTTP::Body
        * WWW::Form::UrlEncoded
        * Hash::MultiValue

     Also recommended (but not required) is WWW::Form::UrlEncoded::XS
   - Add optional support for charset encoding.  If you have something like

        PerlSetVar MyAuthNameEncoding UTF-8

     Then AuthCookie with now automatically decode parameters using the given
     encoding now. AuthCookie params() data will be decoded automatically if
     this is on.  See details in AuthCookie module documentation.  In addition
     r->user will be encoded (using byte semantics) using this encoding.

     ***** IMPORTANT *****
     If you turn this on, this could break your code.  r->user() will now be
     byte encoded using the given encoding.  If you use usernames that contain
     non-ascii characters you either need to use decoded_user(), or decode
     r->user() yourself in your subclasses.

     See the AuthCookie docs for more details.
   - add optional support for decoding httpd.conf requires directives. This is
     enabled with a RequiresEncoding setting:

        PerlSetVar MyAuthNameRequiresEncoding UTF-8

     Then decoded_requires($r) will return the decoded value of $r->requires
     You only need this if you have non-ascii characters in your requires
     directives such as:

        Requires user programmør

   - add decoded_user($r) method to get the value of r->user decoded using
     character semantics instead of bytes.  Due to the fact that r->user is a C
     API method we cannot get character semantics on r->user directly.  If no
     Encoding directive is in effect, then this is the same as r->user.
   - add encoding($r): string which returns the value of the Encoding directive
     that is in effect for the current request.

3.25  2016-08-30
   - 2.4: fix POD typo and add missing ABSTRACT
   - reorganize real.t tests into subtests
   - make sure signature test ignores generated files
   - remove autobox dependency
   - fix authenticate so that r->user is copied from r->main on subrequests.
     Previously this was only done for internal redirects (r->prev is defined).
     This fixes DirectoryIndexes on AuthCookie enabled directories under apache
     2.4.
2017-09-26 22:23:56 +00:00
wiz
f71dd7d7be nethack: remove qt version
Bump PKGREVISION.

Noted by joerg
2017-09-26 21:43:37 +00:00
gson
a8ee8b1848 Updated devel/libevent to 2.1.8nb1. 2017-09-26 17:59:38 +00:00
gson
0f508eef20 libevent: Fix issue #509
Do not crash when evhttp_send_reply_start() is called after
a timeout.  See https://github.com/libevent/libevent/issues/509.
2017-09-26 17:57:36 +00:00
adam
c3eb00856f Updated net/py-IP, textproc/py-colour, textproc/py-docx 2017-09-26 17:54:13 +00:00
adam
1467c42fd0 py-docx: update to 0.8.6
0.8.6:
- Add 257: add Font.highlight_color
- Add 261: add ParagraphFormat.tab_stops
- Add 303: disallow XML entity expansion
2017-09-26 17:52:04 +00:00
wiedi
a6c5db4921 verifast: fix build on SunOS
The changes for NetBSD also works on SunOS
2017-09-26 17:49:10 +00:00
adam
bf2686243a py-colour: update to 0.1.4
0.1.4:
Fix
- ``rgb2hsl`` would produce invalid hsl triplet when red, blue, green
  component would be all very close to ``1.0``.

  Typically, saturation would shoot out of range 0.0..1.0. That could then
  lead to exceptions being casts afterwards when trying to reconvert this
  HSL triplet to RGB values.
2017-09-26 17:41:28 +00:00
minskim
1b09df5f62 doc: Added devel/blosc version 1.12.1 2017-09-26 17:39:31 +00:00
minskim
aadbfa248a devel/Makefile: Add blosc 2017-09-26 17:39:00 +00:00
minskim
8e00213dd8 devel/blosc: Import version 1.12.1 from pkgsrc-wip
Blosc is a high performance compressor optimized for binary data. It
has been designed to transmit data to the processor cache faster than
the traditional, non-compressed, direct memory fetch approach via a
memcpy() OS call. Blosc is the first compressor that is meant not only
to reduce the size of large datasets on-disk or in-memory, but also to
accelerate memory-bound computations.

Packaged by me and improved by wiz and coypu.
2017-09-26 17:38:22 +00:00
adam
95912c5eeb py-IP: update to 0.83
Version 0.83:
* Add carrier grade NAT ranges
* Unbreak lots of packing systems by not having a letter in the release version
2017-09-26 17:37:40 +00:00
adam
fa7ee1e269 Updated www/py-django-countries, net/py-apache-libcloud, math/py-ephem 2017-09-26 17:34:56 +00:00
adam
923526cbc0 Removed math/py-ephem3 successor math/py-ephem 2017-09-26 17:33:37 +00:00
adam
ae5ffbaea6 py-ephem: update to 3.7.6.0
Version 3.7.6.0:
The new ephem.cities.lookup() function runs a Google geocoding search and returns an Observer object for the top result.
When an Earth satellite position cannot be computed, PyEphem now raises an exception instead of freezing and locking up Python.
Upgraded to the libastro from XEphem 3.7.6, bringing improvements to Earth satellite transit calculations.
GitHub issue 76: Earth satellite velocity is now calculated with greater accuracy.
GitHub issue 64: rising and setting routines are now careful to restore your Observer.date even if they die with an exception.
GitHub issue 56: Earth satellites now raise an exception for dates a year or more from their TLE epoch, because libastro refuses to process old elements and would return nonsense coordinates.
GitHub issue 44: a segmentation fault would eventually kill Python 3 if a script called Body.copy() either directly or via the Standard Library copy.copy() function.
2017-09-26 17:32:26 +00:00
mspo
c180927895 lang/rakudo imported from wip/rakudo; this is perl6 2017-09-26 17:23:05 +00:00
adam
85a0501439 py-apache-libcloud: update to 2.2.1
Libcloud 2.2.1:
Common
- Fix an issue with installation failing on some operating system and file
  systems combinations (e.g. ecryptfs layered on top of ext4) which don't
  support file names longer than 143 characters.

Compute
- [EC2] add g3 instance types
- [EC2] add 'end' to ec2 reserved_node
- Decrease sleep delay (from 1.5 to 0.2 seconds) inside paramiko client which
  is used to prevent busy waiting while waiting for data on the channel.
  This should cause deploy scripts which produce a lot of output in incremental
  manner to finish faster.
- Fix a regression in the Azure ARM driver which didn't allow custom storage
  URI suffix to be used with create_node.

Tests
- Make sure we normalize header values and cast all the numbers to strings in
  base connection classes used by tests.
2017-09-26 17:21:10 +00:00
mspo
90cb296b91 lang/nqp becomes the same as wip/nqp, upgrading to 2017.09 2017-09-26 17:21:08 +00:00
adam
5e2ebcfe58 py-django-countries: update to 4.6.2
Version 4.6.2
Use transparency layer for flag sprites.
2017-09-26 17:16:16 +00:00
minskim
2d08c44528 doc: Added databases/ruby-postgres_ext version 3.0.0 2017-09-26 16:27:10 +00:00
minskim
b677e362fc databases/Makefile: Add ruby-postgres_ext 2017-09-26 16:26:41 +00:00
minskim
1e152cf062 databases/ruby-postgres_ext: Import version 3.0.0
postgres_ext adds missing native PostgreSQL data types to ActiveRecord
and convenient querying extensions for ActiveRecord and Arel.
2017-09-26 16:25:55 +00:00
wiz
8dca218d2b doc: Updated www/p5-Apache-LogFormat-Compiler to 0.35 2017-09-26 15:06:09 +00:00
wiz
13e16a0488 p5-Time-Interval: Remove unnecessary line. 2017-09-26 15:05:21 +00:00
wiz
028a0b14a8 doc: Updated www/p5-Apache-Test to 1.40 2017-09-26 15:02:01 +00:00
wiz
8dbc902911 p5-Apache-Test: update to 1.40.
1.40 Sep 6 2016

Specify licence (Apache 2.0) in META.yml. [Steve Hay, CPAN RT#111359]

Fix broken POD. [Steve Hay]

Switch argument order in "openssl gendsa". [rjung]

Add (limited) checks for *_SAN_*_n and *_DN_Email variables. [kbrand]

Update key sizes and message digest to what is common in 2015. [kbrand]
2017-09-26 15:01:51 +00:00
wiz
d09df76ecf p5-Apache-LogFormat-Compiler: update to 0.35.
0.35 2017-03-08T04:10:07Z

   - fixed test. load module from relative path.

0.34 2017-03-07T03:18:42Z

   - re package with Minilla v3
2017-09-26 15:00:26 +00:00
wiz
9c6192a531 doc: Updated www/p5-Alien-GvaScript to 1.45 2017-09-26 14:59:01 +00:00
wiz
3014fed310 p5-Alien-GvaScript: update to 1.45.
1.45 04.06.2017
  - fix #121658 : . no longer in @INC in Perl 5.26 (Graham Ollis&Slaven_Rezic++)
2017-09-26 14:58:51 +00:00
wiz
e8819a714b doc: Updated time/p5-Time-Piece to 1.3202 2017-09-26 14:57:43 +00:00
wiz
d4fbf88f77 p5-Time-Piece: update to 1.3202.
1.3202  2017-09-13
        - Fix AIX compile

1.3201  2017-06-22
        - Fix compile errors on MS
        - Use macro for buf sizes
        - Remove some compile warnings
        - SP of by 1 in _crt_localtime

1.32    2017-06-20
        - Since 1.31:
        - New truncate() method
        - Add new flags: %F, %T, %P + more
        - Add rudimentary locale support via use_locale()
        - More tests
        - Less bugs (hopefully)
2017-09-26 14:57:33 +00:00
wiz
b9308ada0c doc: Updated time/p5-Time-Interval to 1.234 2017-09-26 14:56:42 +00:00
wiz
333224e3df p5-Time-Interval: update to 1.234.
Fix dependency.

1.234	Sat Aug 12 12:37:49 CDT 2017
		fixed typo in coalesce()
		Thanks for the fix, Leos <xotahal@fi.muni.cz> !
2017-09-26 14:56:28 +00:00
wiz
72994169f8 doc: Updated time/p5-Test-Time to 0.05 2017-09-26 14:49:41 +00:00
wiz
f2537bd586 p5-Test-Time: update to 0.05.
0.05 2017-08-04T13:53:20Z
	Fix prereq (by haarg)
2017-09-26 14:49:31 +00:00
wiz
6eaa100624 doc: Updated time/p5-DateTime-Format-Pg to 0.16013 2017-09-26 14:48:21 +00:00
wiz
e8b14601de p5-DateTime-Format-Pg: update to 0.16013.
0.16013 2017-05-04T12:46:23Z
    - Fix handling for nanoseconds (issue #14)
    - Fix handling fractional seconds (issue #12)
2017-09-26 14:47:59 +00:00
wiz
c5c2fa220c doc: Updated time/p5-DateTime-Format-CLDR to 1.19 2017-09-26 14:46:16 +00:00
wiz
e7ab57c332 p5-DateTime-Format-CLDR: update to 1.19.
1.19 Fri Jun 2 2017
    - Fix failing timezone tests rt121273
    - perl 5.26 Makefile.PL
2017-09-26 14:45:53 +00:00
wiz
9de2126f8c doc: Updated time/p5-Data-ICal-DateTime to 0.82 2017-09-26 14:42:04 +00:00
wiz
615541421a p5-Data-ICal-DateTime: update to 0.82.
Set LICENSE.

0.82 - Mon 21 Aug 2017
    * Set recurrence timezone to the same as the 'start' attribute (fix github issue #2)
2017-09-26 14:41:54 +00:00
wiz
31f2d71459 doc: Updated textproc/p5-PDF-Create to 1.43 2017-09-26 14:39:53 +00:00
wiz
e711c05b25 p5-PDF-Create: update to 1.43.
1.43  2017-09-23 20:20:00 MANWAR
      - Proposed fix for issues RT #123075 and #123076 with regard to
      setting encoding to file handle.
2017-09-26 14:39:42 +00:00
wiz
36432b300d doc: Updated math/p5-Math-Prime-Util to 0.67 2017-09-26 14:37:24 +00:00
wiz
3688a17b45 p5-Math-Prime-Util: update to 0.67.
0.67 2017-09-23

    [ADDED]

    - lastfor                         stops forprimes (etc.) iterations
    - is_square(n)                    returns 1 if n is a perfect square
    - is_polygonal(n,k)               returns 1 if n is a k-gonal number

    [FUNCTIONALITY AND PERFORMANCE]

    - shuffle prototype is @ instead of ;@, so matches List::Util.

    - On Perl 5.8 and earlier we will call PP instead of trying
      direct-to-GMP.  Works around a bug in XS trying to turn the
      result into an object where 5.8.7 and earlier gets lost.

    - We create more const integers, which speeds up common uses of
      permutations.

    - CSPRNG now stores context per-thread rather than using a single
      mutex-protected context.  This speeds up anything using random
      numbers a fair amount, especially with threaded Perls.

    - With the above two optimizations, randperm(144) is 2.5x faster.

    - threading test has threaded srand/irand test added back in, showing
      context is per-thread.  Each thread gets its own sequence and calls
      to srand/csrand and using randomness doesn't impact other threads.
2017-09-26 14:37:13 +00:00
mspo
1b61b78970 Update MoarVM to monthly release 2017.09.1 (.1 is a quick patch)
see https://www.moarvm.org/releases.html for notes
2017-09-26 14:35:46 +00:00
wiz
9aa490d391 doc: Updated mail/p5-Mail-DKIM to 0.43 2017-09-26 14:35:03 +00:00
wiz
0097747301 p5-Mail-DKIM: update to 0.43.
-- VERSION 0.43 --

 2017-09-20: Marc Bradshaw <marc@marcbradshaw.net>

 * Update tests for new DNS setup
2017-09-26 14:34:54 +00:00
mspo
91c513caf3 Update ltm (libtommath) to 1.0.1 to get MP_GEN_RANDOM_MAX etc
v1.0.1
       -- Dmitry Kovalenko provided fixes to mp_add_d() and mp_init_copy()
       -- Matt Johnston contributed some improvements to mp_div_2d(),
          mp_exptmod_fast(), mp_mod() and mp_mulmod()
       -- Julien Nabet provided a fix to the error handling in mp_init_multi()
       -- Ben Gardner provided a fix regarding usage of reserved keywords
       -- Fixed mp_rand() to fill the correct number of bits
       -- Fixed mp_invmod()
       -- Use the same 64-bit detection code as in libtomcrypt
       -- Correct usage of DESTDIR, PREFIX, etc. when installing the library
-- Francois Perrad updated all the perl scripts to an actual perl version
2017-09-26 14:34:23 +00:00
wiz
37c575412d doc: Updated devel/p5-Safe-Isa to 1.000007 2017-09-26 14:33:18 +00:00