Commit graph

248444 commits

Author SHA1 Message Date
schmonz
d6ba25fcfc Updated converters/p5-MIME-Base32 to 1.301 2016-04-30 13:51:50 +00:00
schmonz
24ef47c5c0 Update to 1.301. From the changelog:
- Updated the module to fit current release standards
- Added POD and POD-Coverage tests
- Combined test.pl and test1.pl into t/00-basic.t
- Closes https://rt.cpan.org/Ticket/Display.html?id=105711
- Closes https://rt.cpan.org/Ticket/Display.html?id=53173
- Fixed a few minor things to prepare for a developer release
2016-04-30 13:51:45 +00:00
bsiegert
7e777d10ea go-1.6.2. 2016-04-30 11:22:55 +00:00
bsiegert
993191dc9e Update Go to 1.6.2.
This release includes fixes to the compiler, runtime, tools, documentation, and
the mime/multipart, net/http, and sort packages.

    https://golang.org/doc/devel/release.html#go1.6.minor
2016-04-30 11:22:28 +00:00
wen
ad2d4b4662 Updated devel/p5-Module-CPANfile to 1.1002 2016-04-30 10:28:45 +00:00
wen
f7b6beb874 Update to 1.1002
Upstream changes:
1.1002  2016-02-12 08:23:00 PST
        - Make it work under the taint mode (-T) #41
2016-04-30 10:27:23 +00:00
wen
bcd59216eb Remove p5-Readonly and R-intervals which had been updated before 2016-04-30 06:38:17 +00:00
wiz
a02c76a6f3 Updated sysutils/py-borgbackup to 1.0.2 2016-04-30 06:25:18 +00:00
wiz
9ea499db9d Updated py-borgbackup to 1.0.2.
Version 1.0.2
-------------

Bug fixes:

- fix malfunction and potential corruption on (nowadays rather rare) big-endian
  architectures or bi-endian archs in (rare) BE mode. #886, #889

  cache resync / index merge was malfunctioning due to this, potentially
  leading to data loss. borg info had cosmetic issues (displayed wrong values).

  note: all (widespread) little-endian archs (like x86/x64) or bi-endian archs
  in (widespread) LE mode (like ARMEL, MIPSEL, ...) were NOT affected.
- add overflow and range checks for 1st (special) uint32 of the hashindex
  values, switch from int32 to uint32.
- fix so that refcount will never overflow, but just stick to max. value after
  a overflow would have occured.
- borg delete: fix --cache-only for broken caches, #874

  Makes --cache-only idempotent: it won't fail if the cache is already deleted.
- fixed borg create --one-file-system erroneously traversing into other
  filesystems (if starting fs device number was 0), #873
- workround a bug in Linux fadvise FADV_DONTNEED, #907

Other changes:

- better test coverage for hashindex, incl. overflow testing, checking correct
  computations so endianness issues would be discovered.
- reproducible doc for ProgressIndicator*,  make the build reproducible.
- use latest llfuse for vagrant machines
- docs:

  - use /path/to/repo in examples, fixes #901
  - fix confusing usage of "repo" as archive name (use "arch")
2016-04-30 06:25:05 +00:00
richard
9ad33f9921 lt-xml.c may need strings.h 2016-04-30 05:27:18 +00:00
gdt
fc16088298 Updated geography/gama to 1.17 2016-04-30 01:17:59 +00:00
gdt
a7e8a12189 Update to 1.17.
Add two bashishm exorcism patches of the usual s/==/=/ style.

Upstream news:

Version 1.17 (no upstream NEWS; bug about this reported upstream)

Version 1.16 Jula 2015

* minor fixes in documentation
* fixed a bug in SQL schema
* new export of XML network definition
* C++11 features enabled (-std=c++11 for g++ compiler)
* fixed several minor bugs
2016-04-30 01:17:44 +00:00
ryoon
7e10f124f3 Updated www/php-ja-wordpress to 4.5.1 2016-04-30 00:19:23 +00:00
ryoon
9aa6171cee Update to 4.5.1
Changelog:
4.5.1:
Summary

From the announcement post, WordPress Version 4.5.1 fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an Imagick bug that could break media uploads.

This maintenance release fixes a total of 12 bugs in Version 4.5 including:

Build/Test Tools

    #36498 Shrinkwrap npm dependencies for 4.5

Bundled Theme

    #36510 Twenty eleven page templates with widgets incorrectly styled

Customize

    #36457 Customizer Device Preview: Use px units for tablet preview size

Database

    #36629 Database connect functions can cause un-catchable warnings

Editor

    #36458 Fix support for Safari + VoiceOver when editing inline links

Emoji

    #36604 Emoji skin tone support test incorrectly passing in Chrome

Feeds

    #36620 Feeds using an rss-http content type are now served as application/octet-stream

Media

    #36501 Fatal error: Undefined class constant 'ALPHACHANNEL_UNDEFINED'
    #36578 wp_ajax_send_attachment_to_editor() bug
    #36621 Don’t cache the results of wp_mkdir_p() in a persistent cache

Rewrite Rules

    #36506 Duplicate directives in web.config after WordPress 4.5 installation on Windows

TinyMCE

    #36545 WordPress TinyMCE toolbar/tabs unresponsive in Chrome Version 50.0.2661.75 beta-m (64-bit)
2016-04-30 00:16:58 +00:00
ryoon
28965bf33c Updated www/firefox to 46.0nb1 2016-04-29 23:43:29 +00:00
ryoon
db8f6e82ed Bump PKGREVISION for enabling H.264 video playback support with ffmpeg
Add dependency to multimedia/ffmpeg3
2016-04-29 23:42:49 +00:00
adam
349f44ff35 Fix for systems with RTF_LLDATA in place of RTF_LLINFO. 2016-04-29 19:47:21 +00:00
adam
44a98d67e4 Updated multimedia/ffmpeg2 to 2.8.7; multimedia/ffmpeg3 to 3.0.2 2016-04-29 19:28:04 +00:00
adam
979c5f2548 version 3.0.2:
- avcodec/ttaenc: Reallocate packet if its too small
- configure: build fix for P5600 with mips code restructuring
- mips: add support for R6
- pgssubdec: fix subpicture output colorspace and range
- avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3
- avfilter/vf_drawtext: Check return code of load_glyph()
- avformat/mux: Check that deinit is set before calling it
- avcodec/takdec: add code that got somehow lost in process of REing
- avcodec/apedec: fix decoding of stereo files with one channel full of silence
- avcodec/avpacket: Fix off by 5 error
- avcodec/h264: Fix for H.264 configuration parsing
- avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case
- avcodec/pngdec: Fix alpha detection with skip_frame
- Changelog: Make formating consistent
- avfilter/src_movie: fix how we check for overflows with seek_point
- avcodec/j2kenc: Add attribution to OpenJPEG project:
2016-04-29 19:26:25 +00:00
adam
296dad701e version 2.8.7
- avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64
- avformat/ffmdec: Check pix_fmt
- avcodec/ttaenc: Reallocate packet if its too small
- pgssubdec: fix subpicture output colorspace and range
- avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3
- avfilter/vf_drawtext: Check return code of load_glyph()
- avcodec/takdec: add code that got somehow lost in process of REing
- avcodec/apedec: fix decoding of stereo files with one channel full of silence
- avcodec/avpacket: Fix off by 5 error
- avcodec/h264: Fix for H.264 configuration parsing
- avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case
- avfilter/src_movie: fix how we check for overflows with seek_point
- avcodec/j2kenc: Add attribution to OpenJPEG project:
- avcodec/h264_slice: Check PPS more extensively when its not copied
- avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set
- avformat/rtpdec_jpeg: fix low contrast image on low quality setting
- avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored
- lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found.
- avcodec/resample: Remove disabled and faulty code
- indeo2: Fix banding artefacts
- indeo2data: K&R formatting cosmetics
- avcodec/imgconvert: Support non-planar colorspaces while padding
- avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool
- avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing
- avformat/concatdec: set safe mode to enabled instead of auto
- avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay
- avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT
- avformat/cache: Fix memleak of tree entries
- lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac 5216 (cherry picked from commit 22dbc1caaf13e4bb17c9e0164a5b1ccaf490e428)
- lavf/mov: fix sidx with edit lists (cherry picked from commit 3617e69d50dd9dd07b5011dfb9477a9d1a630354)
- avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg
- libwebpenc_animencoder: print library messages in verbose log levels
- libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct
- doc/utils: fix typo for min() description
- avcodec/avpacket: clear priv in av_init_packet()
- swscale/utils: Fix chrSrcHSubSample for GBRAP16
- swscale/input: Fix GBRAP16 input
- postproc: fix unaligned access
- avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats
- avcodec/h264: Execute error concealment before marking the frame as done.
- swscale/x86/output: Fix yuv2planeX_16* with unaligned destination
- swscale/x86/output: Move code into yuv2planeX_mainloop
- avutil/frame: Free destination qp_table_buf in frame_copy_props()
2016-04-29 19:18:36 +00:00
fhajny
7a882f7aea Update chat/ejabberd to 16.04 (and deps) 2016-04-29 19:06:07 +00:00
fhajny
f08dc6752b Update chat/ejabberd to 16.04.
API Commands
- Add API versionning
- Changed error handling, based on exception
- ejabberd Command bugfixes
- Accept commands: add_commands syntax (along commands: –
  add_commands)
- Fix mod_muc_admin:get_room_options and set_room_affiliation
- mod_http_api: support 'open' ejabberd commands

Databases
- Split modules DB specific code into separate modules
- Rename "odbc" to "sql" everywhere
- Rename "internal" auth to "mnesia"
- Improve detection of databases supported by modules
- Switch to varchar(64) in mysql user.server/salt as text can't
  have default values
- 'serverkey' and 'salt' should have empty string as default

XMPP
- Drop headline messages sent to offline resources
- Don't omit bounces for messages of type "result"
- Match namespace when checking for chat states
- Fix check for standalone chat state notifications
- Disable TLS compression for s2s by default
- Make sure that ejabberd_sm sid are unique
- Send stream trailer at the very end of the processing
- Generate shorted jid for anonymous connections
- Fix anonymous SASL auth

ejabberdctl
- Add option to migration script to delete data from a table after
  they have been successfully moved to SQL database: ejabberdctl
delete_mnesia example.org
- Remove useless variable and quote EPMD and SPOOL_DIR
- Fix node ping command
- Use UUID for ctl node name
- Remove --auth in ejabberd_ctl.erl as it's useless, still
  useful for mod_rest
- Force ERL_PATH for Elixir console

Pubsub
- Fix use of pubsub node plugin when configured with
  default_node_config
- Set default value for pubsub#itemreply option
- Add subscribe/unsubscribe hooks

Internal
- Add mod_mam header file
- Replace ?ERR_* macros with ?ERRT_*
- change mod_ping Timers using maps instead of dict

Dependencies
- Update p1_utils to 1.0.4: Adds p1_time_compat:unique_timestamp()
- Update fast_tls to 1.0.3: Prevent buffer overflows and
  allocation failures
- Update stringprep to 1.0.3: Fix compilation on Windows and error
  message
- Update stun to 1.0.3: Use fast_tls 1.0.3
- Update esip to 1.0.4: Use fast_tls 1.0.3
2016-04-29 19:05:22 +00:00
fhajny
36ef9453b9 Update distinfo properly 2016-04-29 18:45:21 +00:00
fhajny
f15a740229 Update net/erlang-esip to 1.0.4.
Version 1.0.4
- Update Fast TLS and Stun

Version 1.0.3
- Update Fast TLS and Stun
2016-04-29 18:23:32 +00:00
fhajny
dd3e438679 Update net/erlang-stun to 1.0.3.
Version 1.0.3
- Use Fast TLS 1.0.3

Version 1.0.2
- Use Fast TLS 1.0.2
2016-04-29 18:20:33 +00:00
fhajny
e6e7e7685e Update textproc/erlang-stringprep to 1.0.3.
- Fix for compilation on Windows (Pawel Chmielowski)
- Fix typo in error message (Pawel Chmielowski)
2016-04-29 18:16:42 +00:00
fhajny
10d343a747 Update security/erlang-fast_tls to 1.0.3.
Version 1.0.3
- Do not call internal erlang erl_exit function (Christophe Romain)

Version 1.0.2
- Add support for cafile option (Evgeny Khramtsov)
- Better error checks (Michael Santos)
2016-04-29 18:14:24 +00:00
fhajny
c2f63a61a8 Update misc/erlang-p1_utils to 1.0.4.
- Adds p1_time_compat:unique_timestamp() that returns value
  resembling what now() was returning
2016-04-29 18:12:00 +00:00
prlw1
2b1deb12a3 Updated sysutils/py-psutil to 4.1.0 2016-04-29 15:34:16 +00:00
prlw1
95c64ae76f Update py-psutil to 4.1.0
4.1.0 - 2016-03-12
==================

**Enhancements**

- #777: [Linux] Process.open_files() on Linux return 3 new fields: position,
  mode and flags.
- #779: Process.cpu_times() returns two new fields, 'children_user' and
  'children_system' (always set to 0 on OSX and Windows).
- #789: [Windows] psutil.cpu_times() return two new fields: "interrupt" and
  "dpc". Same for psutil.cpu_times_percent().
- #792: new psutil.cpu_stats() function returning number of CPU ctx switches
  interrupts, soft interrupts and syscalls.

**Bug fixes**

- #774: [FreeBSD] net_io_counters() dropout is no longer set to 0 if the kernel
  provides it.
- #776: [Linux] Process.cpu_affinity() may erroneously raise NoSuchProcess.
  (patch by wxwright)
- #780: [OSX] psutil does not compile with some gcc versions.
- #786: net_if_addrs() may report incomplete MAC addresses.
- #788: [NetBSD] virtual_memory()'s buffers and shared values were set to 0.
- #790: [OSX] psutil won't compile on OSX 10.4.


4.0.0 - 2016-02-17
==================

**Enhancements**

- #523: [Linux, FreeBSD] disk_io_counters() return a new "busy_time" field.
- #660: [Windows] make.bat is smarter in finding alternative VS install
  locations.  (patch by mpderbec)
- #732: Process.environ().  (patch by Frank Benkstein)
- #753: [Linux, OSX, Windows] Process USS and PSS (Linux) "real" memory stats.
  (patch by Eric Rahm)
- #755: Process.memory_percent() "memtype" parameter.
- #758: tests now live in psutil namespace.
- #760: expose OS constants (psutil.LINUX, psutil.OSX, etc.)
- #756: [Linux] disk_io_counters() return 2 new fields: read_merged_count and
  write_merged_count.
- #762: new scripts/procsmem.py script.

**Bug fixes**

- #685: [Linux] virtual_memory() provides wrong results on systems with a lot
  of physical memory.
- #704: [Solaris] psutil does not compile on Solaris sparc.
- #734: on Python 3 invalid UTF-8 data is not correctly handled for process
  name(), cwd(), exe(), cmdline() and open_files() methods resulting in
  UnicodeDecodeError exceptions. 'surrogateescape' error handler is now
  used as a workaround for replacing the corrupted data.
- #737: [Windows] when the bitness of psutil and the target process was
  different cmdline() and cwd() could return a wrong result or incorrectly
  report an AccessDenied error.
- #741: [OpenBSD] psutil does not compile on mips64.
- #751: [Linux] fixed call to Py_DECREF on possible Null object.
- #754: [Linux] cmdline() can be wrong in case of zombie process.
- #759: [Linux] Process.memory_maps() may return paths ending with " (deleted)"
- #761: [Windows] psutil.boot_time() wraps to 0 after 49 days.
- #764: [NetBSD] fix compilation on NetBSD-6.x.
- #766: [Linux] net_connections() can't handle malformed /proc/net/unix file.
- #767: [Linux] disk_io_counters() may raise ValueError on 2.6 kernels and it's
  broken on 2.4 kernels.
- #770: [NetBSD] disk_io_counters() metrics didn't update.
2016-04-29 15:33:57 +00:00
wen
8b12d5ecbf Updated math/R-intervals to 0.15.1 2016-04-29 14:30:11 +00:00
wen
aa851ec83d Update to 0.15.1
No upstream changelog found.
2016-04-29 14:29:10 +00:00
wen
aa37d5986b Updated textproc/p5-Text-BibTeX to 0.72 2016-04-29 14:22:21 +00:00
wen
2cb1d5ceea Update to 0.72
Upstream changes:
0.72 2016-04-19
  * Added clone() method to Text::BibTeX::Entry
2016-04-29 14:21:19 +00:00
wiz
cf8a1c2dd9 Use upstream version of patch. 2016-04-29 14:14:16 +00:00
wen
94961db615 Updated textproc/p5-Text-CSV_XS to 1.23 2016-04-29 14:11:13 +00:00
mef
808474ab6c Updated devel/p5-Make to 1.1.2
Updated devel/p5-Log-Report to 1.15
Updated devel/p5-Log-Report-Optional to 1.02
2016-04-29 14:08:58 +00:00
wen
64ee5b1cf9 Update to 1.23
Upstream changes:
1.23	- 2016-03-25, H.Merijn Brand
    * Skip unsupported encodings
    * Reorganize Unicode section and mention layers (Dan Book)
    * Amend some UTF-8 tests for PERL_UNICODE settings
    * Fix crash on error in parsing with bound columns (RT#113279)
    * Add predefined filters (not_blank, not_empty, filled)
2016-04-29 14:08:06 +00:00
mef
cb133ab48a Updated to devel/p5-Log-Report-1.15
-----------------------------------
version 1.15: Mon 18 Apr 13:54:12 CEST 2016

	Improvements:
	- dancer2: test import parameters [Andrew Beverley]
	  https://github.com/PerlDancer/Dancer2/issues/1156

version 1.14: Tue 12 Apr 15:10:27 CEST 2016

	Fixes:
	- dancer2: regression test only for recent Dancer2 [cpantesters]

	Improvements:
	- typo rt.cpan.org#111985 [Gregor Herrmann, Debian]
	- dancer2: treat all exceptions equal [Andrew Beverley]

version 1.13: Wed  3 Feb 11:34:18 CET 2016

	Fixes:
	- init of lexicon with HASH
	  rt.cpan.org#111420 [Paulo A Ferreira]

	Improvements:
	- skip Log::Report wrappers from stacktrace and location.
	- added ::Dispatcher::addSkipStack() and ::skipStack()
	- add forward_url to Dancer2 plugin example [Andrew Beverley]
	- ignore $SIG{__DIE__} within try blocks [Milos Lazarevic]
	- dancer2: add regression test for plugin [Andrew Beverley]
	- dancer2: add forward_template option [Raj Barath]

version 1.12: Mon Jan 18 21:55:35 CET 2016

	Fixes:
	- reopen default dispatcher creates a double. [Andrew Beverley]

	Improvements:
	- remove mode=DEBUG from Dancer2::*

version 1.11: Mon 18 Jan 17:07:43 CET 2016

	Fixes:
	- warning when log outside sub [Andrew Beverley]
	- missing register of fault and failure [Andrew Beverley]
	- some module is textdomain logreport, should be log-report.
	  [Andrew Beverley]
	- Dancer2::Logger::LogReport should not set the mode

	Improvements:
	- dispatcher 'do-not-reopen' does not protect the default
	  dispatcher [Andrew Beverley]
	- produce error when setContext is used while context_rules
	  are not provided.
	- added ::Exception::toHTML() and ::Message::toHTML()

version 1.10: Sat Nov 28 17:39:16 CET 2015

	Fixes:
	- Dancer2 object build  [Andrew Beverley]
	- ::Domain::setContext with PAIRS as parameter
	- collect stack for exceptions inside try block. [Andrew Beverley]

	Improvements:
	- keep dispatchers ordered.
	- interpolate context setting inside msg_id's as well
	- add ::Domain::updateContext()
	- new option dispatcher 'do-not-reopen'
	- ::Dispatcher::File option format() with CODE, now calls with
	  additional parameter $msg.
	- ::Dispatcher::File option output() now with CODE, to dynamically
	  return the logfile name.
	- added t/55throw.t
	- new method ::Try::hide()
	- renamed internal fields of ::Dispatcher::File, to lead with LRDF_
	- new option ::Dispatcher::Syslog::new(format)
2016-04-29 14:06:37 +00:00
mef
7f34b3b399 Updated to devel/p5-Log-Report-Optional-1.02
--------------------------------------------
Version 1.02: Mon 18 Jan 13:53:03 CET 2016
        Improvements:
        - add ::Util::to_html()
2016-04-29 14:01:56 +00:00
wen
aa1b060366 Updated www/p5-HTML-Strip to 2.10 2016-04-29 13:58:54 +00:00
mef
2393de93c2 (pkgsrc)
- Add ${PERL5_LICENSE}
 - Add Following line for make test
    +BUILD_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile
(upstream)
 - Updated to devel/p5-Make-1.1.2
------------------------------
Changes in 1.1.2
    fixed declaration of minimum Test::Compile version
        a number of CPANtesters failures occured because
        the test had an older non-OO version installed
    use strict, use warnings everywhere, other bits of cleanup

Changes in 1.1.1
    clean-up with tidyall/perltidy, add configs for them
    add tidy related tests
    use strict and warnings in all tests
    mostly releasing to get properly CPAN indexed

Changes in 1.1.0
        Cheat to allow installation on Strawberry Perl 5.22.0
        add META.yml and META.json
        modernize Makefile.PL
        add /lib and move Make.pm there
        match up distribution and module version numbers
2016-04-29 13:58:47 +00:00
wen
a5db437a21 Update to 2.10
Upstream changes:
2.10  Fri Apr 22 12:16:17 BST 2016
    - fix to building on Windows / MSVC (RT#102389)
    - fix duplicate DESTROY in Strip(.pm,.xs) warning (RT#104379, Debian bug #785032)
2016-04-29 13:57:22 +00:00
mef
a8a4cf5b5f Updated devel/p5-Log-Log4perl to 1.47 2016-04-29 13:40:10 +00:00
mef
03396a377b Updated to devel/p5-Log-Log4perl-1.47
-------------------------------------
1.47 (2016/03/17)
   *    (ms) [rt.cpan.org #102647] Slaven Rezic fixed a test
             case for file permissions
   *    (ms) Fixed synopsis code in Log::Log4perl::Appender::DBI,
             reported by Chris Collins.
   *    (ms) Added suggestion by Dylan Doxey to test for both MSWin32 and
             cygwin to detect windows-like systems for which tests need
             to be skipped.
   *    (ms) [rt.cpan.org #110915] Fixed "Redundant argument in sprintf"
             warning caused by DateFormat.pm with %d{Z} placeholders,
             reported by Alexander Hartmaier.
   *    (ms) [rt.cpan.org #110512] Felix Ostmann fixed a broken error
             message raised when a boolean filter can't be found.
   *    (ms) All hash traversals in Config.pm now done via "sort keys"
             to make sure we can reliably reproduce potential problems.
2016-04-29 13:39:44 +00:00
mef
1e0f020f10 Updated devel/p5-IPC-SysV to 2.06 2016-04-29 13:35:21 +00:00
mef
1698d472fa Updated to devel/p5-IPC-SysV-2.06
---------------------------------
2.06 - 2016-02-28
    * CPAN #112110: invalid shmid should set errno
      (thanks to Jarkko Hietaniemi for providing a patch)

2.05 - 2016-02-14
    * CPAN #105416: Coverity finding: Argument cannot be negative
      (thanks to Jarkko Hietaniemi for providing a patch)
    * CPAN #102300: Links to manpages incorrect
    * GitHub #1: Use of uninitialized value in list slice
2016-04-29 13:35:04 +00:00
mef
39195fd68b Updated devel/p5-Lexical-SealRequireHints to 0.010 2016-04-29 13:23:22 +00:00
mef
f60d5bdf02 Updated to devel/p5-Lexican-SealRequireHints-0.010
--------------------------------------------------
version 0.010; 2016-03-18
  * skip test with lexical $_ on Perl 5.23.4+ where that feature has
    been removed
2016-04-29 13:23:06 +00:00
wiz
804610fa1b Updated gstreamer1 and its plugins to 1.8.1. 2016-04-29 13:11:48 +00:00