Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (9m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 13:57:28 UTC Now

2018-06-24 09:09:29 UTC MAIN commitmail json YAML

p5-Unix-Statgrab: update to 0.112.

0.112 2018-06-28
    - adapt to Config::AutoConf 0.317
      ==> including the recommended doc in Makefile.PL how to
          recover when autoconf fails (but there is a suitable
          libstatgrab)
      ==> Fix RT#125204 (Thanks to Slaven Rezić <slaven@rezic.de>
          for reporting and analyzing the regression and Petr Písař
          <ppisar@cpan.org> for nagging me not to put this patch off)
    - clarify license, fix RT#125519 (Thanks to Dan Book <dbook@cpan.org>)
    - bump copyright
    - update bundled ppport.h to 3.42

(wiz)

2018-06-24 08:11:18 UTC MAIN commitmail json YAML

2018-06-24 08:05:26 UTC MAIN commitmail json YAML

Update to 1.27.0

* SunOS parts are from jperkin@.

Changelog:
Version 1.27.0 (2018-06-21)
Language

    Removed 'proc' from the reserved keywords list. This allows proc to be used as an identifer.
    The dyn syntax is now available. This syntax is equivalent to the bare Trait syntax, and should make it clearer when being used in tandem with impl Trait. Since it is equivalent to the following syntax: &Trait == &dyn Trait, &mut Trait == &mut dyn Trait, and Box<Trait> == Box<dyn Trait>.
    Attributes on generic parameters such as types and lifetimes are now stable. e.g. fn foo<#[lifetime_attr] 'a, #[type_attr] T: 'a>() {}
    The #[must_use] attribute can now also be used on functions as well as types. It provides a lint that by default warns users when the value returned by a function has not been used.

Compiler

    Added the armv5te-unknown-linux-musl target.

Libraries

    SIMD (Single Instruction Multiple Data) on x86/x86_64 is now stable. This includes arch::x86 & arch::x86_64 modules which contain SIMD intrinsics, a new macro called is_x86_feature_detected!, the #[target_feature(enable="")] attribute, and adding target_feature = "" to the cfg attribute.
    A lot of methods for [u8], f32, and f64 previously only available in std are now available in core.
    The generic Rhs type parameter on ops::{Shl, ShlAssign, Shr} now defaults to Self.
    std::str::replace now has the #[must_use] attribute to clarify that the operation isn't done in place.
    Clone::clone, Iterator::collect, and ToOwned::to_owned now have the #[must_use] attribute to warn about unused potentially expensive allocations.

Stabilized APIs

    DoubleEndedIterator::rfind
    DoubleEndedIterator::rfold
    DoubleEndedIterator::try_rfold
    Duration::from_micros
    Duration::from_nanos
    Duration::subsec_micros
    Duration::subsec_millis
    HashMap::remove_entry
    Iterator::try_fold
    Iterator::try_for_each
    NonNull::cast
    Option::filter
    String::replace_range
    Take::set_limit
    hint::unreachable_unchecked
    os::unix::process::parent_id
    process::id
    ptr::swap_nonoverlapping
    slice::rsplit_mut
    slice::rsplit
    slice::swap_with_slice

Cargo

    cargo-metadata now includes authors, categories, keywords, readme, and repository fields.
    Added the --target-dir optional argument. This allows you to specify a different directory than target for placing compilation artifacts.
    Cargo will be adding automatic target inference for binaries, benchmarks, examples, and tests in the Rust 2018 edition. If your project specifies specific targets e.g. using [[bin]] and have other binaries in locations where cargo would infer a binary, Cargo will produce a warning. You can disable this feature ahead of time by setting any of the following autobins, autobenches, autoexamples, autotests to false.
    Cargo will now cache compiler information. This can be disabled by setting CARGO_CACHE_RUSTC_INFO=0 in your environment.

Misc

    Added "The Rustc book" into the official documentation. "The Rustc book" documents and teaches how to use the rustc compiler.
    All books available on doc.rust-lang.org are now searchable.

Compatibility Notes

    Calling a CharExt or StrExt method directly on core will no longer work. e.g. ::core::prelude::v1::StrExt::is_empty("") will not compile, "".is_empty() will still compile.
    Debug output on atomic::{AtomicBool, AtomicIsize, AtomicPtr, AtomicUsize} will only print the inner type. e.g. print!("{:?}", AtomicBool::new(true)) will print true not AtomicBool(true).
    The maximum number for repr(align(N)) is now 2^29. Previously you could enter higher numbers but they were not supported by LLVM. Up to 512MB alignment should cover all use cases.

(ryoon)

2018-06-24 07:37:29 UTC MAIN commitmail json YAML

doc: Updated math/p5-Alien-GMP to 1.11

(wiz)

2018-06-24 07:37:21 UTC MAIN commitmail json YAML

p5-Alien-GMP: update to 1.11.

1.11      2018-06-07 14:28:04 -0400
  - Move to Perl5-Alien org

(wiz)

2018-06-24 07:32:33 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-Image-ExifTool to 11.01

(wiz)

2018-06-24 07:32:24 UTC MAIN commitmail json YAML

p5-Image-ExifTool: update to 11.01.

June 11, 2018 - Version 11.01 (production release)

  - Added a new ProfileCMMType (thanks Neal Krawetz)
  - Added a Validate warning about non-standard EXIF or XMP in PNG images
  - Added a new Canon LensType
  - Decode a couple more PanasonicRaw tags (thanks Klaus Homeister)
  - Patched to avoid adding tags to QuickTime videos with multiple 'mdat' atoms
    --> avoids potential corruption of these videos!

June 7, 2018 - Version 11.00 (production release)

  - Added read support for WTV and DVR-MS videos
  - Added print conversions for some ASF date/time tags
  - Added a new SonyModelID (thanks LibRaw)
  - Decode a new PanasonicRaw tag (thanks Klaus Homeister)
  - Decode some new Sony RX100 VI tags (thanks LibRaw and Jos Roost)
  - Made Padding and OffsetSchema tags "unsafe" so they aren't copied by default

May 29, 2018 - Version 10.99

  - Decode layer information from Photoshop ImageSourceData in TIFF images
  - Updated to the IPTC video metadata 1.2 specification
  - Patched DateFmt() utility function to apply GlobalTimeShift if used
  - Improved error message when trying to write a file with a wrong extension
  - Fixed unnecessary warning when setting FileCreateDate in Windows

May 22, 2018 - Version 10.98

  - Added additional Validate checks for JPEG thumbnail tags
  - Added a new Canon LensType (thanks LibRaw)
  - Decode a number of new Nikon ColorBalance tags (thanks LibRaw)
  - Disable extraction of Nikon D850 PhotoShootingMenuBank from NEF images
    (apparently not valid in this type of file)
  - Fixed problem with writable user-defined Composite tags introduced in 10.16
  - Fixed unnecessary Validate warning about missing GPSVersionID
  - Fixed incorrect "wrong IFD" Validate warnings in CR3 images

May 17, 2018 - Version 10.97 - "Multi-segment EXIF"

  - Added read/write support for multi-segment EXIF in JPEG images
  - Added a number of new Canon LensType values (thanks LibRaw)
  - Added support for Panasonic DC-FT7 makernotes and metadata in MP4 videos
  - Decode a number of new Nikon WB tags (thanks LibRaw)
  - Improved warning message when attempting to write to an invalid tag name
  - Enhanced Validate feature to perform more tests on TIFF and JPEG images
    [The Validate feature is no longer considered experimental]

May 9, 2018 - Version 10.96

  - Added a new Sony LensType (thanks Jos Roost)
  - Added a few new Panasonic lenses (thanks LibRaw)
  - Added Composite tags for GPSDestLatitudeRef and GPSDestLongitudeRef
  - Decode maker notes from Kodak PixPro AZ901
  - Extract Preview images from iWork files
  - Improved identification of Apple iWork files
  - Fixed arg_files to handle GPS destination reference directions

May 4, 2018 - Version 10.95

  - Added new Nikon LensID's (thanks Warren Hatch, LibRaw and Jami Bradley)
  - Added a new Sony LensType (thanks Jos Roost)
  - Decode a new Samsung tag (thanks LibRaw)
  - Decode Photoshop Lr16 layer information
  - Decode more Leica tags (thanks LibRaw)
  - Updated DarwinCore tags to current specification
  - Improved validation of JPEG files
  - Disabled writing of buggy Samsung EK-GN120 SRW files
  - Fixed conversion for Nikon D850 ExposureDelayMode (thanks Jami Bradley)
  - Fixed "x outside string" error when reading a truncated zip file
  - Fixed "uninitialized value" error when writing a corrupted JPEG image

Apr. 19, 2018 - Version 10.94

  - Added read/write support for Canon CRM files
  - Added a new Sony LensType (thanks Jos Roost)
  - Added a new CanonModelID
  - Decode a new Samsung tag (thanks LibRaw)
  - Fixed AIColorModel conversion

Apr. 13, 2018 - Version 10.93

  - Added a new Canon Quality value (thanks Norbert Wasser)
  - Added a new Pentax Quality value (thanks LibRaw)
  - Decode some new Sony ARW tags (thanks Jos Roost)
  - Decode some AI-specific tags from PDF and PostScript files
  - Decode a new QuickTime tag
  - Enhanced -geotag option to support NMEA from GLONASS and other systems
  - Fixed bug decoding seconds of ZIP file timestamps (thanks Lars Wallenborn)

Apr. 19, 2018 - Version 10.92

  - Decode GPS from videos of more camera models
  - Tolerate white space before header in PDF files

Apr. 9, 2018 - Version 10.91

  - Added read/write support for MacOS FileCreateDate (writing this is the same
    as MDItemFSCreationDate, but reading uses a different mechanism which
    doesn't have the delayed-update issue of MDItemFSCreationDate)
  - Added ability to write MacOS MDItemUserTags (requires "tag" utility)
  - Decode a new Sony tag (thanks LibRaw)
  - Properly un-escape quotes in extracted MacOS MDItem values
  - Fixed another subtle order-of-operations anomaly
  - API Changes:
      - Enhanced GetValue() to accept a tag name with group prefix(es)

Apr. 5, 2018 - Version 10.90

  - Improved decoding of Sony PictureProfile (thanks Jos Roost)
  - Fixed problem introduced in 10.61 with order of command-line operations when
    mixing copied values with assigned values

Apr. 2, 2018 - Version 10.89

  - Added ability to rotate MP4/MOV videos by writing Rotation angle
  - Added two new Sony PictureProfile values (thanks Albert Shan)
  - Decode more Nikon tags
  - Updated some values of the QuickTime MediaType tag

Mar. 27, 2018 - Version 10.88

  - Added example config file (dji.config) to generate Composite GPS and other
    tags from Text metadata embedded in DJI drone videos
  - Added a new PentaxModelID
  - Documented new advanced-formatting "@" feature which has existed since
    version 10.53 but not fully functional until 10.87
  - Decode a new Sony tag (thanks LibRaw)
  - User-defined Composite tags now show up in the -list output
  - Improved speed for generating Composite SubDoc tags with -ee option
  - Fixed problem creating writable UserDefined Composite tags
  - Fixed an incorrect PRISM tag name

Mar. 20, 2018 - Version 10.87

  - Added a new FujiFilm ShutterType value (thanks Albert Shan)
  - Decode more timed metadata from CR3 images
  - Decode Samsung DualShot depth map
  - Decode a new Canon tag
  - Improved decoding of some Canon color information (thanks LibRaw)
  - Fixed print conversion of ID3v2 Genre values with multiple genres

Mar. 15, 2018 - Version 10.86

  - Decode timed GPS and accelerometer data from BikeBro AVI videos
  - Decode a new Sony tag and add a new value to another tag (thanks Jos Roost)
  - Decode GPSAltitude from some videos with the -ee option
  - Decode some new tags from Kodak PixPro 4KVR360 JPEG images and MP4 videos
  - Decode GPS information from CR3 images
  - Fixed unnecessary warnings when Validate option used on CR3 images

Mar. 14, 2018 - Version 10.85

  - Decode GPSTrack from MOV videos of more dashcam models
  - Decode a few new CanonVRD tags for DPP 4.8.20
  - Decode a new Sony tag (thanks Jos Roost)
  - Decode a few more Canon tags (thanks LibRaw)
  - Improved processing speed when using the -ee option on some video files
  - Fixed incorrect names for a couple of CanonVRD HSL tags
  - Fixed problem where UTF-8 validation missed some invalid sequences
  - Fixed bug introduced in 10.84 with GPSPosition when -n option is used

Mar. 12, 2018 - Version 10.84

  - Decode GPS from MOV videos of more dashcam models with -ee option
  - Decode a new Sony tag (thanks Jos Roost)
  - Convert GPS speeds extracted from MOV videos with the -ee option to km/h
  - Avoid converting empty GPS coordinates to 0.000000
  - Fixed some bugs extracting Novatek GPS from MP4 videos

Mar. 7, 2018 - Version 10.83

  - Added read support for Sketch design files
  - Added Light LRI files to the list of recognized file types
  - Added a new Canon LensType (thanks LibRaw)
  - Decode a couple of new Sony tags (thanks Jos Roost)
  - Extract JpgFromRaw image from CR3 images
  - Improved warning message when attempting to write a tag in a specific group
    that isn't writable
  - Changed group name of JSON tags from "File" to "JSON"
  - Fixed some incorrect offsets in -v3 output for CR3 images

Mar. 1, 2018 - Version 10.82

  - Added support for Canon's new CR3 raw file format
  - Added a few new CanonModelID/SonyModelID values (thanks LibRaw)
  - Added support for the Sony ILCE-7M3 (thanks Jos Roost)
  - Decode timed GPS information from Insta360 MP4 videos with the -ee option
  - Write XMP before idat in MOV/MP4/CR3 files if possible
  - Fixed "'x' outside of string" runtime error when reading some Sony images
  - Fixed problem with some hex dumps going to the console when -v3 was combined
    with the -w option

Feb. 26, 2018 - Version 10.81

  - Added new values for a few Panasonic tags (thanks Bernd-Michael Kemper)
  - Added a new Canon, Olympus and Sony LensTypes (thanks LibRaw)
  - Added a new PanasonicRaw Compression type (thanks LibRaw)
  - Added definitions for a number of new MacOS tags
  - Decode CameraInfo for Canon 5DmkIII firmware 1.3.5
  - Removed INX from list of writable files (-listwf option output)
  - Fixed problem introduced in version 10.16 that could cause a "Can't create"
    error when using the -o option to write certain types of files
  - Fixed problem introduced in version 10.34 resulting in a "Can't delete all
    meta information" error when writing .PS files

(wiz)

2018-06-24 07:31:09 UTC MAIN commitmail json YAML

2018-06-24 07:30:02 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Warn to 0.36

(wiz)

2018-06-24 07:29:54 UTC MAIN commitmail json YAML

p5-Test-Warn: update to 0.36.

0.36  2018-06-23
        - Added provide section to META.yml via changing Makefile.PL

0.35  2018-06-13
        Merged several Pull Requests:
        - README clean-up: Assign Copyright to current author
          https://github.com/hanfried/test-warn/pull/6
          thx to Andrew Grangaard (spazm)
        - Pod cleanup
          https://github.com/hanfried/test-warn/pull/5
          thx to Andrew Grangaar (spazm) and Gabor Szabo (szabgab)
        - add missing comma
          https://github.com/hanfried/test-warn/pull/4
          thx to Desmond Daignault (nawglan)
        - Nawglan/update meta yml
          https://github.com/hanfried/test-warn/pull/3
          thx to Desmond Daignault (nawglan) and Karen Etheridge (karenetheridge)
        - create META.json so that perl Makefile.PL stops complaining
          https://github.com/hanfried/test-warn/pull/2
          thx to Desmond Daignault (nawglan) and Karen Etheridge (karenetheridge)

(wiz)

2018-06-24 07:29:01 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-POE-Client-TCP to 1.16

(wiz)

2018-06-24 07:28:52 UTC MAIN commitmail json YAML

p5-Test-POE-Client-TCP: update to 1.16.

-----------------------------------------
version 1.16 at 2018-06-21 19:18:05 +0000
-----------------------------------------

  Change: 80815ed0757d71ba2b35b9366d3350a8b2415547
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-06-21 20:18:05 +0000

    Bump version to 1.16

  Change: 6e7dd74c4d8bc13faee5c266d1650c2903c605fa
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2018-06-21 20:15:15 +0000

    Merge pull request #1 from fschlich/patch-1

    fix typos in POD

  Change: 253810a4de56c91c45a940397106cf76be899585
  Author: Florian Schlichting <fsfs@debian.org>
  Date : 2018-06-21 20:03:41 +0000

    fix typos

(wiz)

2018-06-24 07:13:54 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Term-ProgressBar to 2.22

(wiz)

2018-06-24 07:13:44 UTC MAIN commitmail json YAML

p5-Term-ProgressBar: update to 2.22.

2.22  2018-05-12 MANWAR
      - Merged PR #10: Amend to prevent uninitialised warning error, thanks @lharey.

(wiz)

2018-06-24 07:02:35 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-CoreList to 5.20180622

(wiz)

2018-06-24 07:02:26 UTC MAIN commitmail json YAML

p5-Module-CoreList: update to 5.20180622.

5.20180622
  - Updated for v5.28.0

(wiz)

2018-06-24 07:01:29 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Make to 1.2.0

(wiz)

2018-06-24 07:01:20 UTC MAIN commitmail json YAML

p5-Make: update to 1.2.0.

Changes in 1.2.0
    Rename pmake script to pure-perl-make to avoid conflicting with the BSD pmake
    (https://github.com/klp2/Make/issues/6)

(wiz)

2018-06-24 06:59:51 UTC MAIN commitmail json YAML

doc: Updated devel/p5-IPC-Run to 20180523.0

(wiz)

2018-06-24 06:59:41 UTC MAIN commitmail json YAML

p5-IPC-Run: update to 20180523.0.

20180523.0 Wed May 23 2018
- #99 - Fix using fd in child process when it happens to be the same number in
  the child as it was in the parent.

(wiz)

2018-06-24 06:58:24 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-ShareDir to 1.114

(wiz)

2018-06-24 06:58:15 UTC MAIN commitmail json YAML

p5-File-ShareDir: update to 1.114.

1.114 2018-06-21
    - be more expressive regarding to prerequisites
    - improve detection for situations where no permission test
      can be done
    - fix edge case for 5.8

1.112 2018-06-18
    - Fix tests that fail when running as root (RT#125602,
      thanks Wesley Schwengle <wesley@schwengle.net>)
    - Fix tests fail on MSWin32 for similar reason as the
      root failures from RT#125602
    - clarify support rules
    - improve POD

1.110 2018-06-16
    - remove unused/incomplete _dist_packfile
    - increase test coverage
    - refactor _search_inc_path
    - add badges to POD

1.108 2018-06-15
    - Fix RT#125582: Undefined subroutine &File::ShareDir::croak
      called reported by yseto and Andreas Koenig (via RT#125575)
    - Improve tests a little (a higher test coverage would be great)
    - Update README.md

1.106 2018-06-10
    - Add support for overriding the resolved path for a given
      Module or Dist (Thanks to Kent Fredric <kentnl@cpan.org>)
    - Fix RT#84914: _dist_file_new lacks return check (Thanks to
      Alex Peters <lxp@cpan.org>) -- fixes RT#40158, too.
    - Fix RT#60431: common @INC traversal code
      Phillip Moore <w.phillip.moore@gmail.com> requested for
      easier overriding in controlled environments an extraction
      of @INC traversal in one subroutine.
      The provided patch has been applied with minor modifications,
      thanks Phillip!
    - Fix RT#63548: State explicit how developers can use
      File::ShareDir even in development phase out-of-the-box
    - Fix RT#18042: Windows style path errors (Thanks to Barbie
      <barbie@missbarbell.co.uk>)
    - Improve infrastructure of distribution (toolchain, perltidy,
      perlcritic, Devel::Cover, ...)
    - deploy with most recent File::ShareDir::Install (v0.12-6-g29a6ff7
      aka 0.13)

(wiz)

2018-06-24 06:57:06 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Devel-Size to 0.82

(wiz)

2018-06-24 06:56:57 UTC MAIN commitmail json YAML

p5-Devel-Size: update to 0.82.

0.82 2018-06-23 nicholas
  * Improve comment describing the fix in cmp_array_ro().
  * Fix some dates in this file.

(wiz)

2018-06-24 06:55:56 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Devel-PatchPerl to 1.52

(wiz)

2018-06-24 06:55:47 UTC MAIN commitmail json YAML

p5-Devel-PatchPerl: update to 1.52.

-----------------------------------------
version 1.52 at 2018-06-23 09:12:01 +0000
-----------------------------------------

  Change: 9987ca085ff78e37d4fb0a118a16dc6b6b11ba79
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-06-23 10:12:01 +0000

    Release engineering for 1.52

  Change: d4d87e4d9324316e1ab392619491a96885aa3fa1
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-06-23 10:03:51 +0000

    Updated hints

  Change: 95826fad7e96f573dad727374cfb9f4a8b1017ee
  Author: Bram <bram-tvguho@mail.wizbit.be>
  Date : 2017-12-08 12:56:34 +0000

    Add patch for 'Perl_fp_class_denorm'

    Patch error:

    sv.o: In function `S_hextract':

    sv.c:(.text+0xcfd): undefined reference to `Perl_fp_class_denorm'

    perl5 commit message:

    Fallbacks for Perl_fp_class_denorm().

    These may be needed if the compiler doesn't expose the C99 math

    without some special switches.

    See also: - https://rt.perl.org/Public/Bug/Display.html?id=132255 -
    perl5 commit 488307ffa67ce70fc9755e560a74dac04bdcb0e4

(wiz)

2018-06-24 06:54:41 UTC MAIN commitmail json YAML

doc: Updated devel/p5-CPAN-Perl-Releases to 3.66

(wiz)

2018-06-24 06:54:32 UTC MAIN commitmail json YAML

p5-CPAN-Perl-Releases: update to 3.66.

-----------------------------------------
version 3.66 at 2018-06-23 08:49:18 +0000
-----------------------------------------

  Change: 71317c12d5690ebf283bf2cd8a8950df1ea5b5a4
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-06-23 09:49:18 +0000

    Updated for v5.28.0

-----------------------------------------
version 3.64 at 2018-06-19 20:54:52 +0000
-----------------------------------------

  Change: 7e9a12d611aa91158c9c110bacdd85b51ee52cb4
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-06-19 21:54:52 +0000

    Updated for v5.28.0-RC4

-----------------------------------------
version 3.62 at 2018-06-19 07:06:23 +0000
-----------------------------------------

  Change: 153ed06e1ee8e997b6bc193627be6f800f40b96f
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-06-19 08:06:23 +0000

    Updated for v5.28.0-RC3

(wiz)

2018-06-24 06:53:24 UTC MAIN commitmail json YAML

doc: Updated devel/p5-App-perlbrew to 0.84

(wiz)

2018-06-24 06:53:14 UTC MAIN commitmail json YAML

p5-App-perlbrew: update to 0.84.

0.84
- Released at 2018-06-24T08:26:14+0900
- Thanks to our contributors: Joelle Maslak
        - Unbreak 'available' command after some updates from cpan.org web site.
        - Unbreak the installation -- which missed "perlbrew" command due to a mistake when using mbtiny.

(wiz)

2018-06-24 06:49:31 UTC MAIN commitmail json YAML

doc: Updated converters/p5-Cpanel-JSON-XS to 4.04

(wiz)

2018-06-24 06:49:22 UTC MAIN commitmail json YAML

p5-Cpanel-JSON-XS: update to 4.04.

4.04 2018-06-22 (rurban)
        - Fix bignum NaN/inf handling (#78 reported by Slaven Rezic)
        - Move author tests to xt/ as suggested in #106, added a make xtest target.
          Fixes a test fail with ASAN.

4.03 2018-06-21 (rurban)
        - Add sereal cpanel_json_xs type (#110 James Rouzier)
        - Fix bencode/bdecode methods in cpanel_json_xs (#111 Fulvio Scapin)
        - Overload ne operator for JSON::PP::Boolean (#107 tevfik1903)
        - Add a missing semicolon to a documentation example (#104 E. Choroba)

(wiz)

2018-06-24 05:51:58 UTC MAIN commitmail json YAML

xscreensaver: fix build without opengl option.

Noted by Mayuresh on pkgsrc-users.

(wiz)

2018-06-23 22:09:04 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-settings to 4.13.4

(youri)

2018-06-23 22:08:54 UTC MAIN commitmail json YAML

Update to 4.13.4:

What窶冱 New?

xfsettingsd --replace does not replace old daemon (Xfce #14381)
Uninitialized scalar variables (CID #292062, #292063)
Resolved warnings for -Wcast-function-type (GCC 8)
Fixed redefinition of DISTCLEANFILES in Makefile.am
Fixed typo in display manufacturers, 窶弃RECISON窶� to 窶弃RECISION窶�
Improved Display Manufacturer Recognition (4.12 and 4.13)
Refreshed PNP IDs from hwdata
Added support for VBX (VirtualBox)
Standardized and shortened manufacturer names
Updated laptop detection to include eDP in XfceRandr

(youri)

2018-06-23 20:37:37 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-exo to 0.12.2

(youri)

2018-06-23 20:37:26 UTC MAIN commitmail json YAML

2018-06-23 20:32:39 UTC MAIN commitmail json YAML

Only install gobject-introspection files when the option is enabled.

(youri)

2018-06-23 20:27:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/xfce4-thunar to 1.8.1

(youri)

2018-06-23 20:27:38 UTC MAIN commitmail json YAML

Update thunar to 1.8.1:

- drop gtk2 backend and libxfce4util dependency
- completely revised taskbar
- (optional) gobject-introspection support for thunarx
- other minor improvements...

https://andreldm.com/2018/06/06/thunar-1.8.0-release.html

(youri)

2018-06-23 17:49:36 UTC MAIN commitmail json YAML

2018-06-23 13:38:10 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs to 10.5.0

(fhajny)

2018-06-23 13:38:00 UTC MAIN commitmail json YAML

lang/nodejs: Update to 10.5.0.

crypto:
- Support for crypto.scrypt() has been added.

fs:
- BigInt support has been added to fs.stat and fs.watchFile.
- APIs that take mode as arguments no longer throw on values larger
  than 0o777.
- Fix crashes in closed event watchers.

Worker Threads:
- Support for multi-threading has been added behind the
  --experimental-worker flag in the worker_threads module. This
  feature is experimental and may receive breaking changes at any time.

(fhajny)

2018-06-23 11:23:57 UTC MAIN commitmail json YAML

doc: Updated x11/py-qt5 to 5.10.1nb1

(wiz)

2018-06-23 11:23:46 UTC MAIN commitmail json YAML

py-qt5: update to 5.10.1nb1.

Fix build with Qt 5.11.

QTest::waitForEvents was removed, remove references to it.

(wiz)

2018-06-23 11:15:55 UTC MAIN commitmail json YAML

fortune-strfile: Add LICENSE

(leot)

2018-06-23 10:49:59 UTC MAIN commitmail json YAML

Added sysutils/u-boot-orangepi-zero version 2018.05

(jmcneill)

2018-06-23 10:49:13 UTC MAIN commitmail json YAML

2018-06-23 10:48:27 UTC MAIN commitmail json YAML

Initial import of u-boot-orangepi-zero version 2018.05

U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the Xunlong Orange Pi Zero.

(jmcneill)

2018-06-23 09:40:53 UTC MAIN commitmail json YAML

2018-06-23 08:53:44 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.4.1

(leot)

2018-06-23 08:53:31 UTC MAIN commitmail json YAML

gallery-dl: Update net/gallery-dl to 1.4.1

Changes:
1.4.1
-----
- Added an ugoira post-processor to convert pixiv animations to WebM
- Added --zip and --ugoira-conv command-line options
- Changed how ugoira frame information is handled
    * instead of being written to a separate file, it is now made
      available as metadata field of the ZIP archive
- Fixed manga and chapter titles for mangadex
- Fixed file deletion by post-processors

(leot)

2018-06-23 08:20:48 UTC MAIN commitmail json YAML

doc: Updated security/keepassxc to 2.3.3

(wiz)

2018-06-23 08:20:36 UTC MAIN commitmail json YAML

keepassxc: update to 2.3.3.

Also add upstream patch for building with Qt 5.11.

2.3.3

Fix crash when browser integration is enabled [#1923]

2.3.2

Enable high entropy ASLR on Windows [#1747]
Enhance favicon fetching [#1786]
Fix crash on Windows due to Auto-Type [#1691]
Fix dark tray icon changing all icons [#1680]
Fix --pw-stdin not using getPassword function [#1686]
Fix placeholders being resolved in notes [#1907]
Enable auto-type start delay to be configurable [#1908]
Browser: Fix native messaging reply size [#1719]
Browser: Increase maximum buffer size [#1720]
Browser: Enhance usability and functionality [#1810, #1822, #1830, #1884, #1906]
SSH Agent: Parse aes-256-cbc/ctr keys [#1682]
SSH Agent: Enhance usability and functionality [#1677, #1679, #1681, #1787]

2.3.1

Fix unnecessary automatic upgrade to KDBX 4.0 and prevent challenge-response key being stripped [#1568]
Abort saving and show an error message when challenge-response fails [#1659]
Support inner stream protection on all string attributes [#1646]
Fix favicon downloads not finishing on some websites [#1657]
Fix freeze due to invalid STDIN data [#1628]
Correct issue with encrypted RSA SSH keys [#1587]
Fix crash on macOS due to QTBUG-54832 [#1607]
Show error message if ssh-agent communication fails [#1614]
Fix --pw-stdin and filename parameters being ignored [#1608]
Fix Auto-Type syntax check not allowing spaces and special characters [#1626]
Fix reference placeholders in combination with Auto-Type [#1649]
Fix qtbase translations not being loaded [#1611]
Fix startup crash on Windows due to missing SVG libraries [#1662]
Correct database tab order regression [#1610]
Fix GCC 8 compilation error [#1612]
Fix copying of advanced attributes on KDE [#1640]
Fix member initialization of CategoryListWidgetDelegate [#1613]
Fix inconsistent toolbar icon sizes and provide higher-quality icons [#1616]
Improve preview panel geometry [#1609]

(wiz)

2018-06-22 17:46:12 UTC MAIN commitmail json YAML

doc: add rust-1.27

(zafer)

2018-06-22 17:10:23 UTC MAIN commitmail json YAML

Note addition of net/p5-Net-DRI version 0.96.

(he)

2018-06-22 17:09:43 UTC MAIN commitmail json YAML

Add p5-Net-DRI.

(he)

2018-06-22 17:09:32 UTC MAIN commitmail json YAML

Add p5-Net-DRI version 0.96,
a perl5 module to access DNS registries/registrars w/EPP.

DRI stands for Domain Registration Interface and aims to be,
for domain name registries/registrars/resellers
what Perl DBI is for databases.

Net::DRI offers a uniform API to access services.
It can be used by registries to test their systems.
It can be used by registrars to access registries.
It can be used by clients to access registrars and/or resellers.
It can be used by anonyone to do whois, DAS or IRIS DCHK queries.

It is an OO framework that can be easily extended to
handle various protocols (RRP, EPP, custom protocols) and
various transports methods (TCP, TLS, SOAP, email, etc...).

(he)

2018-06-22 16:16:53 UTC MAIN commitmail json YAML

2018-06-22 15:56:56 UTC MAIN commitmail json YAML

2018-06-22 14:39:38 UTC MAIN commitmail json YAML

webkit-gtk: GCC_REQD bl3 requirement must match package.

Should fix misc/yelp3 and others.

(jperkin)

2018-06-22 14:35:43 UTC MAIN commitmail json YAML

doc: Updated x11/vte3 to 0.52.2nb1

(jperkin)

2018-06-22 14:34:43 UTC MAIN commitmail json YAML

2018-06-22 14:20:45 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-nokogiri to 1.8.3

(tsutsui)

2018-06-22 14:20:27 UTC MAIN commitmail json YAML

nokogiri: update to 1.8.3.

Upstream changes (from CHANGELOG.md):

# 1.8.3 / 2018-06-16

## Security Notes

[MRI] Behavior in libxml2 has been reverted which caused CVE-2018-8048
(loofah gem), CVE-2018-3740 (sanitize gem), and CVE-2018-3741
(rails-html-sanitizer gem). The commit in question is here:

> https://github.com/GNOME/libxml2/commit/960f0e2

and more information is available about this commit and its impact here:

> https://github.com/flavorjones/loofah/issues/144

This release simply reverts the libxml2 commit in question to protect users
of Nokogiri's vendored libraries from similar vulnerabilities.

If you're offended by what happened here, I'd kindly ask that you comment
on the upstream bug report here:

> https://bugzilla.gnome.org/show_bug.cgi?id=769760

## Dependencies

* [MRI] libxml2 is updated from 2.9.7 to 2.9.8

## Features

* Node#classes, #add_class, #append_class, and #remove_class are added.
* NodeSet#append_class is added.
* NodeSet#remove_attribute is a new alias for NodeSet#remove_attr.
* NodeSet#each now returns an Enumerator when no block is passed
  (Thanks, @park53kr!)
* [JRuby] General improvements in JRuby implementation (Thanks, @kares!)

## Bug fixes

* CSS attribute selectors now gracefully handle queries using integers. [#711]
* Handle ASCII-8BIT encoding on fragment input [#553]
* Handle non-string return values within `Reader` [#898]
* [JRuby] Allow Node#replace to insert Comment and CDATA nodes. [#1666]
* [JRuby] Stability and speed improvements to `Node`, `Sax::PushParser`,
  and the JRuby implementation [#1708, #1710, #1501]

(tsutsui)

2018-06-22 14:17:42 UTC MAIN commitmail json YAML

doc: Updated x11/mlterm to 3.8.6

(tsutsui)

2018-06-22 14:17:15 UTC MAIN commitmail json YAML

mlterm: update to 3.8.6.

Changes noted in doc/en/ReleaseNote:

ver 3.8.6
* Support preserveAspectRatio option of OSC 1337.
* Support DECRQCRA, CSI 15 t, CSI 16 t, CSI 19 t and OSC 5;Ps;? ST.
* Support framebuffer on FreeBSD(98).
* Add vte 0.52.0 API symbols to libvte compatible library.
* Add --rv / "rv_color" option.
* Add servman.exe which manages the list of servers on win32.
* Add "PrivKey" entry to the ssh connection dialog on win32 and Android.
* Add "SCP" entry to the context menu on Android.
* Drop --servlist / "server_list" option.
* Improve performance of redrawing screen when type_engine=cairo.
* Show box style cursor when the cursor is on a picture or an emoji.
* Modify DECRC to save/restore last-column flag used to control wrapping behavior
  rather than manipulating DECAWM (See https://github.com/mattiase/wraptest and
  https://invisible-island.net/xterm/xterm.log.html#xterm_328)
* Change the default value of ssh_private(public)_key option from
  /sdcard/.ssh/id_rsa(.pub) to /sdcard/.mlterm/id_rsa(.pub) on Android.
* Bug fixes:
  Fix compiling error if ./configure is executed with --with-gui=fb,xlib option.
  Fix disappearing title bar on 'lxde' window manager.
  Fix a bug which disabled to replace system palettes by colors of a wall picture
  (if "use_ansi_colors" option is disabled and visual depth is 4) since 3.8.4.
  Fix the response strings of OSC 20 and OSC 21.
  Use the background color specified by SGR instead of the default one to draw
  pictures and emojis.

(tsutsui)

2018-06-22 14:12:45 UTC MAIN commitmail json YAML

Apply patch from upstream fixing a regression in ippValidateAttribute().
The bug is that some attributes are ignored/rejected, causing e.g. usernames
to be changed to anonymous in print queues and page log.
Bump PKGREVISION

(bouyer)

2018-06-22 13:02:05 UTC MAIN commitmail json YAML

Updated www/drupal8 to 8.5.4

(wen)

2018-06-22 12:59:08 UTC MAIN commitmail json YAML

Update to 8.5.4

Upstream changes:
Releases for Drupal core
API version
drupal 8.5.4
Posted by catch on 6 June 2018
Release notes

This is a patch release of Drupal 8 and is ready for use on production sites

(wen)

2018-06-22 12:45:46 UTC MAIN commitmail json YAML

Convert PKG_FAIL_REASON to INTERACTIVE_STAGE=fetch and FETCH_MESSAGE.

This is to prevent make fetch-list from trying to fetch a bogus URL when
the package-specific MASTER_SITE variable is undefined.

(jakllsch)

2018-06-22 11:51:28 UTC MAIN commitmail json YAML

py-anki2: drop maintainership

(wiz)

2018-06-22 10:11:11 UTC MAIN commitmail json YAML

doc: Updated devel/php-libawl to 0.59

(hauke)

2018-06-22 10:10:55 UTC MAIN commitmail json YAML

2018-06-22 10:09:23 UTC MAIN commitmail json YAML

doc: Updated www/davical to 1.1.7

(hauke)

2018-06-22 10:08:48 UTC MAIN commitmail json YAML

Update www/davical to v1.1.7.

From the changelog:

This release implements management of calendar delegations via CalDAV
(for example with iCal). It also makes some necessary changes to keep the
Debian packages buildable.

Bug Fixes
=========
* Apache config: add PT to follow alias
* UI: create external bindings with type set (fix: #132)
* Fix group-member-set and group-membership queries on proxy resources
* Correctly handle durations without units like "PT"
* Fix common etag match code, use it everywhere

Other Changes
=============
* Document $c->hide_bound and $c->disable_caldav_proxy_propfind_collections
  config options, as well as the most important debug options
* Advertise support for CalDAV principal-match REPORT
* Implement managing calendar delegations from iCal (caldav-proxy)
* LDAP sync: reactivate users present in LDAP, use php ldap explode in
  order to be compatible with any DN (!42, !43)
* Improved handling of modifications to attendees' instances of events
* Various updates to API documentation and code cleanup
* Switch to doxygen for api docs

(hauke)

2018-06-22 10:06:30 UTC MAIN commitmail json YAML

Update to 0.061

Upstream changes:
0.061  2018-06-07
        - bundled libtommath update (+stdint.h workaround)
        - bundled libtomcrypt update (+necessary adaptation)
        - fix #43 HP-UX 11.11 C-ANSI-C has no stdint.h
        - fix #44 Anonymous unions are GNU and C11 (troubles with HP C/aC++, HP-UX 11.31/IA64)

(wen)

2018-06-22 10:00:32 UTC MAIN commitmail json YAML

Updated net/p5-Net-Frame-Dump to 1.17

(wen)

2018-06-22 09:58:53 UTC MAIN commitmail json YAML

Update to 1.17

Upstream changes:
1.17 Sun 17 Jun 13:10:12 CEST 2018
  - bugfix: Dump::Online*: fixed a memleak due to the lack of freeing the pcap filter
            in stop() method in N:F:Dump::Online and N:F:Dump::Online2.

(wen)

2018-06-22 09:50:34 UTC MAIN commitmail json YAML

Updated graphics/tesseract

(adam)

2018-06-22 09:50:16 UTC MAIN commitmail json YAML

tesseract: updated to 3.05.02

V3.05.02
* Fixed linking with Leptonica
* Fix build for Mingw-w64
* Fix Training error "Couldn't find a matching blob"
* Fix unterminated string

(adam)

2018-06-22 09:16:07 UTC MAIN commitmail json YAML

The SunOS (OmniOS) yacc(1) breaks the build with

making generate-files-mac in kadmin...
making generate-files-mac in kadmin/cli...
../../util/ss/mk_cmds kadmin_ct.ct
/usr/bin/yacc  getdate.y
"getdate.y", line 180: fatal: invalid escape, or illegal reserved word: expect
*** Error code 1

-- use bison(1) instead.

(hauke)

2018-06-22 09:12:57 UTC MAIN commitmail json YAML

Updated devel/git

(adam)

2018-06-22 08:57:17 UTC MAIN commitmail json YAML

git: updated to 2.18.0

2.18.0:

UI, Workflows & Features

* Rename detection logic that is used in "merge" and "cherry-pick" has
  learned to guess when all of x/a, x/b and x/c have moved to z/a,
  z/b and z/c, it is likely that x/d added in the meantime would also
  want to move to z/d by taking the hint that the entire directory
  'x' moved to 'z'.  A bug causing dirty files involved in a rename
  to be overwritten during merge has also been fixed as part of this
  work.  Incidentally, this also avoids updating a file in the
  working tree after a (non-trivial) merge whose result matches what
  our side originally had.

* "git filter-branch" learned to use a different exit code to allow
  the callers to tell the case where there was no new commits to
  rewrite from other error cases.

* When built with more recent cURL, GIT_SSL_VERSION can now specify
  "tlsv1.3" as its value.

* "git gui" learned that "~/.ssh/id_ecdsa.pub" and
  "~/.ssh/id_ed25519.pub" are also possible SSH key files.
  (merge 2e2f0288ef bb/git-gui-ssh-key-files later to maint).

* "git gui" performs commit upon CTRL/CMD+ENTER but the
  CTRL/CMD+KP_ENTER (i.e. enter key on the numpad) did not have the
  same key binding.  It now does.
  (merge 28a1d94a06 bp/git-gui-bind-kp-enter later to maint).

* "git gui" has been taught to work with old versions of tk (like
  8.5.7) that do not support "ttk::style theme use" as a way to query
  the current theme.
  (merge 4891961105 cb/git-gui-ttk-style later to maint).

* "git rebase" has learned to honor "--signoff" option when using
  backends other than "am" (but not "--preserve-merges").

* "git branch --list" during an interrupted "rebase -i" now lets
  users distinguish the case where a detached HEAD is being rebased
  and a normal branch is being rebased.

* "git mergetools" learned talking to guiffy.

* The scripts in contrib/emacs/ have outlived their usefulness and
  have been replaced with a stub that errors out and tells the user
  there are replacements.

* The new "working-tree-encoding" attribute can ask Git to convert the
  contents to the specified encoding when checking out to the working
  tree (and the other way around when checking in).

* The "git config" command uses separate options e.g. "--int",
  "--bool", etc. to specify what type the caller wants the value to
  be interpreted as.  A new "--type=<typename>" option has been
  introduced, which would make it cleaner to define new types.

* "git config --get" learned the "--default" option, to help the
  calling script.  Building on top of the above changes, the
  "git config" learns "--type=color" type.  Taken together, you can
  do things like "git config --get foo.color --default blue" and get
  the ANSI color sequence for the color given to foo.color variable,
  or "blue" if the variable does not exist.

* "git ls-remote" learned an option to allow sorting its output based
  on the refnames being shown.

* The command line completion (in contrib/) has been taught that "git
  stash save" has been deprecated ("git stash push" is the preferred
  spelling in the new world) and does not offer it as a possible
  completion candidate when "git stash push" can be.

* "git gc --prune=nonsense" spent long time repacking and then
  silently failed when underlying "git prune --expire=nonsense"
  failed to parse its command line.  This has been corrected.

* Error messages from "git push" can be painted for more visibility.

* "git http-fetch" (deprecated) had an optional and experimental
  "feature" to fetch only commits and/or trees, which nobody used.
  This has been removed.

* The functionality of "$GIT_DIR/info/grafts" has been superseded by
  the "refs/replace/" mechanism for some time now, but the internal
  code had support for it in many places, which has been cleaned up
  in order to drop support of the "grafts" mechanism.

* "git worktree add" learned to check out an existing branch.

* "git --no-pager cmd" did not have short-and-sweet single letter
  option. Now it does as "-P".
  (merge 7213c28818 js/no-pager-shorthand later to maint).

* "git rebase" learned "--rebase-merges" to transplant the whole
  topology of commit graph elsewhere.

* "git status" learned to pay attention to UI related diff
  configuration variables such as diff.renames.

* The command line completion mechanism (in contrib/) learned to load
  custom completion file for "git $command" where $command is a
  custom "git-$command" that the end user has on the $PATH when using
  newer version of bash-completion.

* "git send-email" can sometimes offer confirmation dialog "Send this
  email?" with choices 'Yes', 'No', 'Quit', and 'All'.  A new action
  'Edit' has been added to this dialog's choice.

* With merge.renames configuration set to false, the recursive merge
  strategy can be told not to spend cycles trying to find renamed
  paths and merge them accordingly.

* "git status" learned to honor a new status.renames configuration to
  skip rename detection, which could be useful for those who want to
  do so without disabling the default rename detection done by the
  "git diff" command.

* Command line completion (in contrib/) learned to complete pathnames
  for various commands better.

* "git blame" learns to unhighlight uninteresting metadata from the
  originating commit on lines that are the same as the previous one,
  and also paint lines in different colors depending on the age of
  the commit.

* Transfer protocol v2 learned to support the partial clone.

* When a short hexadecimal string is used to name an object but there
  are multiple objects that share the string as the prefix of their
  names, the code lists these ambiguous candidates in a help message.
  These object names are now sorted according to their types for
  easier eyeballing.

* "git fetch $there $refspec" that talks over protocol v2 can take
  advantage of server-side ref filtering; the code has been extended
  so that this mechanism triggers also when fetching with configured
  refspec.

* Our HTTP client code used to advertise that we accept gzip encoding
  from the other side; instead, just let cURL library to advertise
  and negotiate the best one.

* "git p4" learned to "unshelve" shelved commit from P4.
  (merge 123f631761 ld/p4-unshelve later to maint).

(adam)

2018-06-22 08:26:53 UTC MAIN commitmail json YAML

doc: Updated www/p5-WWW-Curl to 4.17nb11

(leot)

2018-06-22 08:26:41 UTC MAIN commitmail json YAML

p5-WWW-Curl: Fix a typo in patch-Makefile.PL and misc cleanups

- patch-Makefile.PL contained an extra `|' that leads to not exposing several
  CURLOPT symbols as reported by Graham Jenkins via PR pkg/53388.
- Cleanup a bit the Makefile and do append extra CFLAGS

Bump PKGREVISION

(leot)

2018-06-22 08:12:44 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-DKIM to 0.53

(wen)

2018-06-22 08:11:45 UTC MAIN commitmail json YAML

Update to 0.53

Upstream changes:
-- VERSION 0.53 --

2018-05-27: Marc Bradshaw <marc@marcbradshaw.net>

* Make tests less dependent on local resolver setup
* Add thanks to Valimail

(wen)

2018-06-22 08:02:31 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Address-XS to 1.04

(wen)

2018-06-22 08:01:27 UTC MAIN commitmail json YAML

Update to 1.04

Upstream changes:
1.04  Sat Jun 09 18:20:28 2018
        - fix docevot parser to disallow leading dot in dot-atom
        - fix generating and validating email addresses with empty user part
        - fix generating email address with leading or trailing dot in user part
        - try to parse invalid email addresses and mark them as invalid
        - when generating address do not escape an apostrophe character
        - fix formatting email addresses which contain nul bytes, TAB, LF or CR
        - fix formatting comments which contain nul bytes

(wen)

2018-06-22 07:52:58 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Tar-Wrapper to 0.28

(wen)

2018-06-22 07:52:01 UTC MAIN commitmail json YAML

Update to 0.28
Update LICENSE

Upstream changes:
0.26 (2018/06/09)
    Implemented refactoring due warnings from Perl::Critic.

0.25 (2018/06/04)
    Implemented refactoring due warnings from Perl::Critic.
    Merge pull request #3 from manwar/suggest-code-tidy

0.24 (2018/06/02)
    Added a LICENSE file (GNU GPL v3).
    Removed MYMETA files (see https://rt.cpan.org/Ticket/Display.html?id=108171).
    Improved Kwalitee by adding information to Makefile.PL
    Fixed tests under OpenBSD
    Added some code to check for OpenBSD tar, which is not quite compatible to the command line options passed by this module.
    Also made the method is_gnu() more robust, testing the return code and properly handling STDOUT and STDERR when trying "tar --version".
    Dependencies added are those already available on standard perl (Config and IPC::Open3).
    Added a README.md for better formatting in Github project page.
    Small refactorings and code formating with perltidy.

(wen)

2018-06-22 07:45:53 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Tar to 2.30

(wen)

2018-06-22 07:44:42 UTC MAIN commitmail json YAML

Update to 2.30

Upstream changes:
2.30  19/06/2018
- skip white_space test on MSWin32 as Windows will report that both
  files exist, which is obviously a 'feature'

2.28  08/06/2018 (madroach, ARC, OCBNET, ppisar)
- fix creating file with trailing whitespace on filename - fixes 103279
- allow archiving with absolute pathnames - fixes 97748
- small POD fix
- Speed up extract when archive contains lots of files
- CVE-2018-12015 directory traversal vulnerability [RT#125523]

(wen)

2018-06-22 06:38:32 UTC MAIN commitmail json YAML

Updated x11/qt5, archivers/py-lz4

(adam)

2018-06-22 06:38:14 UTC MAIN commitmail json YAML

py-lz4: updated to 2.0.1

2.0.1:
This release fixes: tests failed when run under python setup.py test, but passed when running under tox.

2.0.0:
It's now possible to specify a compession dictionary for block compression.
The bundled LZ4 libraries have been updated to 1.8.2
A compatibility fix for 2.x memoryview objects has been added.
Various flake8 cleanups and test additions.

(adam)

2018-06-22 06:29:22 UTC MAIN commitmail json YAML

2018-06-21 23:27:02 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 10.0.8

(ryoon)

2018-06-21 23:22:51 UTC MAIN commitmail json YAML

Update to 10.0.8

Changelog:
Changes in 10.0.8

Dear ownCloud administrator, please find below the changes and known issues in ownCloud Server 10.0.8 that need your attention. You can also read the full ownCloud Server changelog for further details on what has changed.
PHP 5.6 deprecation

PHP 5.6/7.0 active support has ended on January 19th 2017 / December 3rd 2017 and security support will be dropped by the end of 2018. Many libraries used by ownCloud (including the QA-Suite PHPUnit) will therefore not be maintained actively anymore which forces ownCloud to drop support in one of the next minor server versions as well. Please make sure to upgrade to PHP 7.1 as soon as possible. See the system requirements in the ownCloud documentation.
Personal note for public link mail notification

One of the usability enhancements of ownCloud Server 10.0.8 is the possibility for users to add a personal note when sending public links via mail. When using customized mail templates it is necessary to either adapt the shipped original template to the customizations or to add the code block for the personal note to customized templates in order to display the personal note in the mail notifications.
New mail notifications feature

ownCloud Server 10.0.8 introduces a new extensible notification framework. Apart from technical changes under the hood the Notifications app can now also send mails for all notifications that previously were only displayed within the web interfaces (notification bell) or on the Desktop client (notifications API) like incoming federated share or Custom Group notifications, for example. In the “General” settings section users can configure whether they want to receive mails for all notifications, only for those that require an action or decide not to get notifications via mail (by default users will only receive notifications when an action is required).
LDAP-related improvements

    When disabling or deleting user accounts in LDAP, the administrator can choose to either delete or disable respective accounts in ownCloud when executing occ user:sync (-m, --missing-account-action=MISSING-ACCOUNT-ACTION). User accounts that are disabled in ownCloud can now be re-enabled automatically when running occ user:sync if they are enabled in LDAP. When this behavior is desired administrators just need to add the -r, --re-enable option to their cron jobs or when manually executing occ user:sync.
    Furthermore it is now possible to execute occ user:sync only for single (-u, --uid=UID) or seen (-s, --seenOnly) users (users that are present in the database and have logged in at least once). These new options provide more granularity for administrators in terms of managing occ user:sync performance.
    Another notable change in behavior of occ user:sync is that administrators now have to explicitly specify the option -c, --showCount to display the number of users to be synchronized.

New events for audit logging

New events have been added to be used for audit logging, among others. These include configuration changes by administrators and users, file comments (add/edit/delete) and updating existing public links. When logs are forwarded to external analyzers like Splunk, administrators can check to add the new events. The latest version of the Auditing extension (admin_audit) is required.
New command to verify and repair file checksums

With ownCloud 10 file integrity checking by computing and matching checksums has been introduced to ensure that transferred files arrive at their target in the exact state as their origin. In some rare cases wrong checksums can be written to the database leading to synchronization issues with e.g. the Desktop Client. To mitigate such situations a new command occ files:checksums:verify has been introduced. The command recalculates checksums either for all files of a user or for files within a specified path, and compares them with the values in the database. Naturally the command also offers an option to repair incorrect checksum values (-r, --repair). Please check the available options by executing occ files:checksums:verify --help. Note: Executing this command might take some time depending on the file count.
New config setting to specify minimum characters for sharing autocomplete

For security reasons the default value for minimum characters to trigger the sharing autocomplete mechanism has been set to “4” (previously it was set to “2”). This is to prevent people from easily downloading lots of email addresses or user names by requesting their first letters through the API. As it is a trade-off between security and usability for some scenarios this high security level might not be desirable. Therefore the value now is configurable via the config.php option 'user.search_min_length' => 4,. Please check which value fits your needs best.
New option to granularly configure public link password enforcement

With ownCloud 10 the “File Drop” feature has been merged with public link permissions. This kind of public link does not give recipients access to any content, but it gives them the possibility to “drop files”. As a result, it might not always be desirable to enforce password protection for such shares. Given that, passwords for public links can now be enforced based on permissions (read-only, read & write, upload only/File Drop). Please check the administration settings “Sharing” section and configure as desired.
New option to exclude apps from integrity check

By verifying signature files the integrity check ensures that the code running in an ownCloud instance has not been altered by third parties. Naturally this check can only be successful for code that has been obtained from official ownCloud sources. When providing custom apps (like theme apps) that do not have a signature, the integrity check will fail and notify the administrator. These apps can now be excluded from the integrity check by using the config.php option 'integrity.ignore.missing.app.signature' => ['app_id1', 'app_id2', 'app_id3'],. See config.sample.php for more information.
New occ command to modify user details

It is now possible to modify user details like display names or mail addresses via the command occ user:modify. Please append --help for more information.
occ files:scan can now be executed for groups

Apart from using the occ files:scan command for single users and whole instances it can now be executed for groups using -g, --groups=GROUPS. Please append --help for more information.
New configurable default format for syslog

When using syslog as the log type ('log_type' => 'syslog', in config.php) the default format hahe new format and config.sample.php on how to change it.
New config option to enable fallback to HTTP for federated shares

For security reasons federated sharing (sharing between different ownCloud instances) strictly requires HTTPS (SSL/TLS). When this g.federation.allowHttpFallback' => false, to true in config.php.
Migration related to auth_tokens (app passwords)

Upgrading to 10.0.8 includes migrations related to auth_tokens (app passwords). When users have created app passwords as separate passwords l autocomplete for public link share dialog

When the “Sharing” settings option Allow users to send mail notifications for shared files for public links is enabled, users can send public links via mail from within the web interface. The behavior of the autocomplete when entering mail addresses in the public link share dialog has been changed. Previously the autocomplete queried for local users, users from federated address books and contacts from CardDAV/Contacts App. As public links are not intended for sharing between ownCloud users (local/federated), those have been removed. Contacts synchronized via CardDAV or created in the Contacts app will still appear as suggestions.
Notifications sent by occ can now include links

The command occ notifications:generate can be used to send notifications to individual users or groups. With 10.0.8 it is also capable of including links to such notifications using the -l, --link=LINK option. Please append --help for more information. There is also Announcementcenter to conduct such tasks from the web interface but it is currently limited to send notifications to all users. For now administrators can use the occ command if more granularity is required.
Global option for CORS domains

For security reasons ownCloud has a Same-Origin-Policy that prevents requests to ownCloud resources from other domains than the domain the backend server is hosted on. If ownCloud resources should be accessible from other domains, e.g. for a separate web frontend operated on a different domain, administrators can now globally specify policy exceptions via CORS (Cross-Origin Resource Sharing) using 'cors.allowed-domains' in config.php. Please check config.sample.php for more information.
Solved known issues

    Bogus “Login failed” log entries have been removed (see 10.0.7 known issues)
    The Provisioning API can now properly set default or zero quota
    User quota settings can be queried through Provisioning API
    A regression preventing a user from setting their e-mail address in the settings page has been fixed
    File deletion as a guest user works correctly (trash bin permissions are checked correctly)

Known issues

    Issues with multiple theme apps and Mail Template Editor

As of ownCloud Server 10.0.5 it is only possible to have one theme app enabled simultaneously. When a theme app is enabled and the administrator attempts to enable a second one this will result in an error. However, when also having the Mail Template Editor enabled in this scenario the administrators “General” settings section will be displayed incorrectly. As a remedy administrators can either uninstall the second theme app or disable the Mail Template Editor app.

    occ transfer:ownership does not transfer public link shares if they were created by the target user (reshare).

For developers

    The global JS variable “oc_current_user” was removed. Please use the public method “OC.getCurrentUser()” instead.
    Lots of new Symfony events have been added for various user actions, see changelog for details. Documentation ticket: <https://github.com/owncloud/documentation/issues/3738>`_
    When requesting a private link there is a new HTTP response header “Webdav-Location” that contains the Webdav path to the requested file while the “Location” still points at the frontend URL for viewing the file.

Changes in 10.0.7

ownCloud Server 10.0.7 is a hotfix follow-up release that takes care of an issue regarding OAuth authentication.

Please consider the ownCloud Server 10.0.5 release notes.
Known issues

    When using application passwords, log entries related to “Login Failed” will appear and can be ignored. For people using fail2ban or other account locking tools based on log parsing, please apply this patch with patch -p1 < 50c78a4bf4c2ab4194f40111b8a34b7e9cc17a14.patch (original pull request here).

Changes in 10.0.6

ownCloud Server 10.0.6 is a hotfix follow-up release that takes care of an issue during the build process (https://github.com/owncloud/core/pull/30265). Please consider the ownCloud Server 10.0.5 release notes.
Changes in 10.0.5

Dear ownCloud administrator, please find below the changes and known issues in ownCloud Server 10.0.5 that need your attention. You can also read the full ownCloud Server changelog for further details on what has changed.
Technology preview for PHP 7.2 support

ownCloud catches up with new web technologies. This has mainly been introduced for the open-source community to test and give feedback. PHP 7.2 is not yet supported nor recommended for production scenarios. ownCloud is going to fully support PHP 7.2 with the next major release.
php-intl now is a hard requirement

Please make sure to have the PHP extension installed before upgrading.
Changed: Only allow a single active theme app

The theming behavior has been changed so that only a single theme can be active concurrently. This change ensures that themes can not interfere in any way (e.g., override default theming in an arbitrary order). Please make sure to have the desired theme enabled after upgrading.
Removed old Dropbox external storage backend (Dropbox API v1)

Please switch to the new External Storage: Dropbox app (https://marketplace.owncloud.com/apps/files_external_dropbox) with Dropbox API v2 support to continue providing Dropbox external storages to your users.
Fixed: Only set CORS headers on WebDAV endpoint when Origin header is specified

ownCloud Server 10.0.4 known issue is resolved.
Fixes and improvements for the Mail Template Editor

    Known issues are resolved: Mail Template Editor works again, got support for app themes and additional templates were added for customization.
    Mail Template Editor is still bundled with ownCloud Server but will soon be released as a separate app to ownCloud Marketplace.
    Changelog: https://github.com/owncloud/templateeditor/blob/release/0.2.0/CHANGELOG.md

Known issues

    When using application passwords, log entries related to “Login Failed” will appear, please upgrade to 10.0.7 and check the fix mentionned in its release notes.

Changes in 10.0.4¶

Dear ownCloud administrator, please find below the changes and known issues in ownCloud Server 10.0.4 that need your attention. You can also read the full ownCloud Server 10.0.4 changelog for further details on what has changed.
More granular sharing restrictions

The “Restrict users to only share with users in their groups” option, in the Sharing settings, restricts users to only share with groups which they are a member of, while simultaneously prohibiting sharing with single users that do not belong to any of the users’ groups.

To make this more granular, we split this option into two parts and added “Restrict users to only share with groups they are member of”, which differentiates between users and groups. Doing so makes it possible to restrict users from sharing with all users of an installation, limiting them to only being able to share with groups which they are a member of, and vice versa.
Configurable solution for indistinguishable user display names

The ownCloud sharing dialog displays users according to their display name. As users can choose their display name in self-service (which can be disabled in config.php) and display names are not unique, it is possible that a user can’t distinguish sharing results. To cover this case the displayed user identifiers are now configurable. In the Sharing settings administrators can now configure the display of either mail addresses or user ids.
Added “occ files:scan” repair mode to repair filecache inconsistencies

We recommend to use this command when directed to do so in the upgrade process. Please refer to the occ command’s files:scan –repair documentation for more information.
Detailed mode for “occ security:routes”

Administrators can use the output of this command when using a network firewall, to check the appropriateness of configured rules or to get assistance when setting up.
Added mode of operations to differentiate between single-instance or clustered setup

As ownCloud needs to behave differently when operating in a clustered setup versus a single instance setup, the new config.php option operation.mode has been added. It can take one of two values: single-instance and clustered-instance. For example: 'operation.mode' => 'clustered-instance',.

Currently the Market App (ownCloud Marketplace integration) does not support clustered setups and can do harm when used for installing or updating apps. The new config setting prevents this and other actions that are undesired in cluster mode.

When operating in a clustered setup, it is mandatory to set this option. Please check the config_sample_php_parameters documentation for more information.
Added occ dav:cleanup-chunks command to clean up expired uploads

When file uploads are interrupted for any reason, already uploaded file parts (chunks) remain in the underlying storage so that the file upload can resume in a future upload attempt. However, resuming an upload is only possible until the partial upload is expired and deleted, respectively.

To clean up chunks (expire and delete) originating from unfinished uploads, administrators can use this newly introduced command. The default expiry time is two days, but it can be specified as a parameter to the command. It is recommended to configure CRON to execute this background job regularly.

It is not included in the regular ownCloud background jobs so that the administrators have more flexibility in scheduling it. Please check the background jobs configuration documentation for more information.
Administrators can now exclude files from integrity check in config.php¶

When administrators did intentional changes to the ownCloud code they now have the ability to exclude certain files from the integrity checker. Please check “config.sample.php” for the usage of 'integrity.excluded.files'.
Modification time value of files is now 64 bits long

When upgrading to 10.0.4 migrations may increase update duration dependent on number of files.
Updated minimum supported browser versions

Users with outdated browsers might get warnings. See the list of supported browser versions.
Known issues

    When using application passwords, log entries related to “Login Failed” will appear, please upgrade to 10.0.7 and check the fix mentioned in its release notes.

10.0.3 resolved known issues

    SFTP external storages with key pair mode work again
    Added support for MariaDB 10.2.7+
    Encryption panel in admin settings fixed to properly detect current mode after upgrade to ownCloud 10
    Removed double quotes from boolean values in status.php output

Known issues

    Impersonate app 0.1.1 does not work with ownCloud Server 10.0.4. Please update to Impersonate 0.1.2 to be able to use the feature with ownCloud 10.0.4.
    Mounting ownCloud storage via davfs does not work

(ryoon)

2018-06-21 23:14:13 UTC MAIN commitmail json YAML

Remove libressl

(ryoon)

2018-06-21 23:13:56 UTC MAIN commitmail json YAML

Updated security/libressl to 2.7.4

(ryoon)

2018-06-21 23:12:04 UTC MAIN commitmail json YAML

doc: fix CVE-2018-8905 in tiff

(tez)

2018-06-21 23:11:04 UTC MAIN commitmail json YAML

2018-06-21 23:10:50 UTC MAIN commitmail json YAML

Update to 2.7.4

Changelog:
2.7.4
We have released LibreSSL 2.7.4, a security update for the
2.7.x series. It contains the following changes:

  * Avoid a timing side-channel leak when generating DSA and ECDSA
    signatures. This is caused by an attempt to do fast modular
    arithmetic, which introduces branches that leak information
    regarding secret values. Issue identified and reported by Keegan
    Ryan of NCC Group.

  * Reject excessively large primes in DH key generation. Problem
    reported by Guido Vranken to OpenSSL
    (https://github.com/openssl/openssl/pull/6457) and based on his
    diff.

2.7.3
We have released LibreSSL 2.7.3, which will be arriving in the LibreSSL
directory of your local OpenBSD mirror soon. This is the first bugfix
release from the 2.7 series, which includes the following changes from 2.7.2:

* Removed incorrect NULL checks in DH_set0_key(). Reported by Ondrej Sury.

* Limited tls_config_clear_keys() to only clear private keys.
  This was inadvertently clearing the keypair, which includes the OCSP staple
  and pubkey hash - if an application called tls_configure() followed by
  tls_config_clear_keys(), this would prevent OCSP staples from working.

* Fixed an issue normalizing CPU architecture in the configure script,
  which disabled assembly optimizations on platforms that get detected
  as 'amd64', opposed to 'x86_64'.

2.7.2
ve released LibreSSL 2.7.2, which will be arriving in the LibreSSL
directory of your local OpenBSD mirror soon. This is the first stable release
from the 2.7 series, which is also included with OpenBSD 6.3.

It includes the following changes from 2.7.1

* Updated and added extensive new HISTORY sections to API manuals.

* Added support for shared library builds with CMake on all supported
  platforms. Note that some of the CMake options have changed, consult
  the README for details.

LibreSSL 2.7.2 also includes:

* Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on
  observations of real-world usage in applications. These are
  implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility
  changes have not been made to existing structs, allowing code written
  for older OpenSSL APIs to continue working.

* Extensive corrections, improvements, and additions to the
  API documentation, including new public APIs from OpenSSL that had
  no pre-existing documentation.

* Added support for automatic library initialization in libcrypto,
  libssl, and libtls. Support for pthread_once or a compatible
  equivalent is now required of the target operating system. As a
  side-effect, minimum Windows support is Vista or higher.

* Converted more packet handling methods to CBB, which improves
  resiliency when generating TLS messages.

* Completed TLS extension handling rewrite, improving consistency of
  checks for malformed and duplicate extensions.

* Rewrote ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.
  This removes the last remaining use of the old M_ASN1_* macros
  (asn1_mac.h) from API that needs to continue to exist.

* Added support for client-side session resumption in libtls.
  A libtls client can specify a session file descriptor (a regular
  file with appropriate ownership and permissions) and libtls will
  manage reading and writing of session data across TLS handshakes.

* Improved support for strict alignment on ARMv7 architectures,
  conditionally enabling assembly in those cases.

* Fixed a memory leak in libtls when reusing a tls_config.

* Merged more DTLS support into the regular TLS code path, removing
  duplicated code.

* Many improvements to Windows Cmake-based builds and tests,
  especially when targeting Visual Studio.

2.7.1
We have released LibreSSL 2.7.1, which will be arriving in the
LibreSSL directory of your local OpenBSD mirror soon. This is the second
release from the 2.7 series, which will be part of OpenBSD 6.3.

It includes the following changes from 2.7.0

* Fixed a bug in int_x509_param_set_hosts, calling strlen() if name
  length provided is 0 to match the OpenSSL behaviour. Issue noticed
  by Christian Heimes <christian@python.org>

* Fixed builds macOS 10.11 and older.

LibreSSL 2.7.1 also includes:

* Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on
  observations of real-world usage in applications. These are
  implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility
  changes have not been made to existing structs, allowing code written
  for older OpenSSL APIs to continue working.

* Extensive corrections, improvements, and additions to the
  API documentation, including new public APIs from OpenSSL that had
  no pre-existing documentation.

* Added support for automatic library initialization in libcrypto,
  libssl, and libtls. Support for pthread_once or a compatible
  equivalent is now required of the target operating system. As a
  side-effect, minimum Windows support is Vista or higher.

* Converted more packet handling methods to CBB, which improves
  resiliency when generating TLS messages.

* Completed TLS extension handling rewrite, improving consistency of
  checks for malformed and duplicate extensions.

* Rewrote ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.
  This removes the last remaining use of the old M_ASN1_* macros
  (asn1_mac.h) from API that needs to continue to exist.

* Added support for client-side session resumption in libtls.
  A libtls client can specify a session file descriptor (a regular
  file with appropriate ownership and permissions) and libtls will
  manage reading and writing of session data across TLS handshakes.

* Improved support for strict alignment on ARMv7 architectures,
  conditionally enabling assembly in those cases.

* Fixed a memory leak in libtls when reusing a tls_config.

* Merged more DTLS support into the regular TLS code path, removing
  duplicated code.

* Many improvements to Windows Cmake-based builds and tests,
  especially when targeting Visual Studio.

2.7.0
We have released LibreSSL 2.7.0, which will be arriving in the
LibreSSL directory of your local OpenBSD mirror soon. This is the first
release from the 2.7 series, which will be part of OpenBSD 6.3.
It includes the following changes:

* Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on
  observations of real-world usage in applications. These are
  implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility
  changes have not been made to existing structs, allowing code written
  for older OpenSSL APIs to continue working.

* Extensive corrections, improvements, and additions to the
  API documentation, including new public APIs from OpenSSL that had
  no pre-existing documentation.

* Added support for automatic library initialization in libcrypto,
  libssl, and libtls. Support for pthread_once or a compatible
  equivalent is now required of the target operating system. As a
  side-effect, minimum Windows support is Vista or higher.

* Converted more packet handling methods to CBB, which improves
  resiliency when generating TLS messages.

* Completed TLS extension handling rewrite, improving consistency of
  checks for malformed and duplicate extensions.

* Rewrote ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.
  This removes the last remaining use of the old M_ASN1_* macros
  (asn1_mac.h) from API that needs to continue to exist.

* Added support for client-side session resumption in libtls.
  A libtls client can specify a session file descriptor (a regular
  file with appropriate ownership and permissions) and libtls will
  manage reading and writing of session data across TLS handshakes.

* Improved support for strict alignment on ARMv7 architectures,
  conditionally enabling assembly in those cases.

* Fixed a memory leak in libtls when reusing a tls_config.

* Merged more DTLS support into the regular TLS code path, removing
  duplicated code.

* Many improvements to Windows Cmake-based builds and tests,
  especially when targeting Visual Studio.

(ryoon)

2018-06-21 22:37:00 UTC MAIN commitmail json YAML

doc: fix xv for CVE-2017-18215

(tez)

2018-06-21 22:36:36 UTC MAIN commitmail json YAML

2018-06-21 20:55:44 UTC MAIN commitmail json YAML

doc: Updated devel/jsonnet to 0.10.0

(seb)

2018-06-21 20:55:29 UTC MAIN commitmail json YAML

update devel/jsonnet to version 0.10.0

- One major change: The formatter (jsonnet fmt) is now more opinionated [...]
- Minor additions:
  - jsonnet -y and -m now respect -o
  - JSONNET_PATH environment variable
  - { [null]: true for x in [3] } now respects the null instead of being an error
  - The parser takes much less stack space
  - std.strReplace(str, from, to)
  - std.isArray(v), std.isBoolean(v), std.isFunction(v), std.isNumber(v),
    std.isObject(v), std.isString(v)
  - std.sign(n)
  - std.asciiUpper(x), std.asciiLower(x)
  - std.manifestYamlDoc(value), std.manifestYamlStream(value)
  - std.manifestXmlJsonml(value) (see jsonml.org)
  - ...and minor bug fixes & performance improvements

(seb)

2018-06-21 19:41:05 UTC MAIN commitmail json YAML

Don't autodetect -m64. Fixes ABI=32 build on Tribblix.

(schmonz)

2018-06-21 17:13:13 UTC MAIN commitmail json YAML

2018-06-21 15:33:00 UTC MAIN commitmail json YAML

Note update of net/unbound to 1.7.3.

(he)

2018-06-21 15:32:22 UTC MAIN commitmail json YAML

Update unbound to version 1.7.3

Upstream changes:

Features
- #4102 for NSD, but for Unbound.  Named unix pipes do not use
  certificate and key files, access can be restricted with file and
  directory permissions.  The option control-use-cert is no longer
  used, and ignored if found in unbound.conf.
- Rename tls-additional-ports to tls-additional-port, because every
  line adds one port.

Bug Fixes
- Don't count CNAME response types received during qname minimisation
  as query restart.
- #4100: Fix stub reprime when it becomes useless.
- Fix crash if ratelimit taken into use with unbound-control
  instead of with unbound.conf.
- Patch to fix openwrt for mac os build darwin detection in configure.
- #4103: Fix that auth-zone does not insist on SOA record first in
  file for url downloads.
- Fix that first control-interface determines if TLS is used.  Warn
  when IP address interfaces are used without TLS.
- Fix that control-use-cert: no works for 127.0.0.1 to disable certs.
- Fix unbound-checkconf for control-use-cert.
- Fix for unbound-control on Windows and set TCP socket parameters
  more closely.
- Fix windows unbound-control no cert bad file descriptor error.

(he)

2018-06-21 13:05:14 UTC MAIN commitmail json YAML

2018-06-21 12:28:34 UTC MAIN commitmail json YAML

Remove double whitespace

(ryoon)

2018-06-21 12:22:46 UTC MAIN commitmail json YAML

Updated www/tinyproxy, net/wireshark

(adam)

2018-06-21 12:22:10 UTC MAIN commitmail json YAML

2018-06-21 11:32:15 UTC MAIN commitmail json YAML

tinyproxy: also remove unnecessary patch

(adam)

2018-06-21 11:31:34 UTC MAIN commitmail json YAML

tinyproxy: updated to 1.8.4

Tinyproxy version 1.8.4

Most notably, this release removes the limitation of a single Listen address of not listening on the wildcard address and a DoS (CVE-2012-3505).
Among several other bug fixes, this release fixes a bunch of issues found by coverity (scan.coverity.com).

Bugs resolved since version 1.8.3
fix algorithmic complexity DoS in hashmap
fix failing CONNECT requests with IPv6 literal addresses
fix invalid free for GET requests to IPv6 literal addresses
support multiple Listen statements in configuration
support listening on ipv4 and ipv6 wildcard if no Listen specified
fix crash when writing to log file fails
fix build with autoconf >= 2.69

(adam)

2018-06-21 11:05:06 UTC MAIN commitmail json YAML

clutter: Explicitly disable EGL support.

The autodetection doesn't work correctly, and adding EGL support to cogl is
complicated by it being an optional requirement in MesaLib, so simply disable
and get this package building for now.

(jperkin)

2018-06-21 10:42:22 UTC MAIN commitmail json YAML

xulrunner192: Skip some missing SSP libraries.

(jperkin)

2018-06-21 10:25:35 UTC MAIN commitmail json YAML

2018-06-21 09:34:50 UTC MAIN commitmail json YAML

2018-06-21 08:34:08 UTC MAIN commitmail json YAML

kde frameworks update

(markd)

2018-06-21 08:24:25 UTC MAIN commitmail json YAML

kf5: update to 5.47.0

(markd)

2018-06-21 08:17:11 UTC MAIN commitmail json YAML

time: add kholidays

(markd)

2018-06-21 08:15:59 UTC MAIN commitmail json YAML

kholidays: Add version 5.47.0

This library provides a C++ API that determines holiday and other
special events for a geographical region.

(markd)

2018-06-21 08:00:05 UTC MAIN commitmail json YAML

qqc2-desktop-style: update to 5.47.0

* Use pallet property only when using qtquickcontrols 2.4
* Work with Qt<5.10
* Fix height of tabbar
* Use Control.palette
* [RadioButton] Rename "control" to "controlRoot"
* Don't set explicit spacing on RadioButton/CheckBox
* [FocusRect] Use manual placement instead of anchors
* It turns out the flickable in a scrollview is the contentItem
* Show focus rect when CheckBox or RadioButton are focused
* hacky fix to scrollview detection
* Don't reparent the flickable to the mousearea
* [TabBar] Switch tabs with mouse wheel
* Control must not have children
* Constrain scroll

(markd)

2018-06-21 07:56:11 UTC MAIN commitmail json YAML

plasma-framework: update to5.47.0

* Templates: consistent naming, fix translation catalog names & more
* [Breeze Plasma Theme] Fix kleopatra icon to use color stylesheet
* [Dialog] Handle dialog being minimized gracefully

(markd)

2018-06-21 07:53:54 UTC MAIN commitmail json YAML

kxmlgui: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:51:56 UTC MAIN commitmail json YAML

kwindowsystem: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:48:56 UTC MAIN commitmail json YAML

kwidgetsaddons: update to 5.47.0

* [KCharSelect] Fix table cell size with Qt 5.11
* [API dox] Remove usage of \overload, resulting in broken docs
* [API dox] Tell doxygen "e.g." does not end the sentence, use ".\ "
* [API dox] Remove unneeded HTML escaping
* Don't automatically set the default icons for each style
* Make KMessageWidget match Kirigami inlineMessage's style

(markd)

2018-06-21 07:45:19 UTC MAIN commitmail json YAML

ktextwidgets: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:30:25 UTC MAIN commitmail json YAML

kjobwidgets: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:27:47 UTC MAIN commitmail json YAML

kitemviews: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:26:15 UTC MAIN commitmail json YAML

kirigami2: update to 5.47.0

* Show action.main more prominently on the ToolBarApplicationHeader
* Allow Kirigami build without KWin tablet mode dependency
* correct swipefilter on RTL
* correct resizing of contentItem
* fix --reverse behavior
* share contextobject to always access i18n
* make sure tooltip is hidden
* make sure to not assign invalid variants to the tracked proeprties
* handle not a MouseArea, dropped() signal
* no hover effects on mobile
* proper icons overflow-menu-left and right
* Drag handle to reorder items in a ListView
* Use Mnemonics on the toolbar buttons
* Added missing files in QMake's .pri
* [API dox] Fix Kirigami.InlineMessageType -> Kirigami.MessageType
* fix applicationheaders in applicationitem
* Don't allow showing/hiding the drawer when there's no handle

(markd)

2018-06-21 07:24:17 UTC MAIN commitmail json YAML

kinit: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:20:27 UTC MAIN commitmail json YAML

kguiaddons: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:19:05 UTC MAIN commitmail json YAML

kglobalaccel: update to 5.47.0

* Make sure ungrab keyboard request is processed before emitting shortcut

(markd)

2018-06-21 07:17:31 UTC MAIN commitmail json YAML

kdesignerplugin: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:16:07 UTC MAIN commitmail json YAML

kdelibs4support: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:14:56 UTC MAIN commitmail json YAML

kded: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:13:22 UTC MAIN commitmail json YAML

kconfigwidgets: update to 5.47.0

* Fix the "Default" color scheme to match Breeze again

(markd)

2018-06-21 07:11:21 UTC MAIN commitmail json YAML

kactivities-stats: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:09:45 UTC MAIN commitmail json YAML

kactivities5: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:06:59 UTC MAIN commitmail json YAML

frameworkintegration: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:03:38 UTC MAIN commitmail json YAML

kjs: update to 5.47.0

changes unknown

(markd)

2018-06-21 07:01:01 UTC MAIN commitmail json YAML

kjsembed: update to 5.47.0

changes unknown

(markd)

2018-06-21 06:58:56 UTC MAIN commitmail json YAML

khtml: update to 5.47.0

changes unknown

(markd)

2018-06-21 06:57:37 UTC MAIN commitmail json YAML

kdewebkit: update to 5.47.0

changes unknown

(markd)

2018-06-21 06:55:35 UTC MAIN commitmail json YAML

syntax-highlighting: update to 5.47.0

* Perl6: Add support for extensions .pl6, .p6, or .pm6
* DoxygenLua: fix closing comment blocks (bug 394184)
* Add pgf to the latex-ish file formats (same format as tikz)
* Add postgresql keywords
* Highlighting for OpenSCAD
* debchangelog: add Cosmic Cuttlefish
* cmake: Fix DetectChar warning about escaped backslash
* Pony: fix identifier and keyword
* Lua: updated for Lua5.3

(markd)

2018-06-21 06:53:52 UTC MAIN commitmail json YAML

2018-06-21 06:52:39 UTC MAIN commitmail json YAML

2018-06-21 06:51:06 UTC MAIN commitmail json YAML

2018-06-21 06:49:18 UTC MAIN commitmail json YAML

kapidox: update to 5.47.0

changes unknown

(markd)

2018-06-21 06:47:02 UTC MAIN commitmail json YAML

2018-06-21 06:44:59 UTC MAIN commitmail json YAML

kfilemetadata5: update to 5.47.0

* check that ffmpeg is at least version 3.1 that introduce the API we require
* search for album artist and albumartist tags in taglibextractor
* popplerextractor: don't try to guess the title if there isn't one

(markd)

2018-06-21 06:43:25 UTC MAIN commitmail json YAML

Updated devel/py-test, devel/py-deprecation

(adam)

2018-06-21 06:43:05 UTC MAIN commitmail json YAML

2018-06-21 06:43:05 UTC MAIN commitmail json YAML

2018-06-21 06:41:25 UTC MAIN commitmail json YAML

baloo5: update to 5.47.0

* Terminate query execution early if subterm returns empty result set
* Avoid crash when reading corrupt data from document terms db
* handle string lists as input
* Ignore more types of source files

(markd)

2018-06-21 06:41:14 UTC MAIN commitmail json YAML

py-test: updated to 3.6.2

Pytest 3.6.2:

Bug Fixes
Fix regression in Node.add_marker by extracting the mark object of a MarkDecorator.
Warnings without location were reported as None. This is corrected to now report <undetermined location>.
Continue to call finalizers in the stack when a finalizer in a former scope raises an exception.
Fix encoding error with print statements in doctests

Improved Documentation
Add documentation for the --strict flag.

Trivial/Internal Changes
Update old quotation style to parens in fixture.rst documentation.
Improve display of hint about --fulltrace with KeyboardInterrupt.
pytest���s testsuite is no longer runnable through python setup.py test ��� instead invoke pytest or tox directly.
Fix typo in documentation

(adam)

2018-06-21 06:38:36 UTC MAIN commitmail json YAML

2018-06-21 06:36:46 UTC MAIN commitmail json YAML

2018-06-21 06:35:22 UTC MAIN commitmail json YAML

2018-06-21 06:30:26 UTC MAIN commitmail json YAML

kxmlrpcclient: update to 5.47.0

changes unknown

(markd)

2018-06-21 06:29:06 UTC MAIN commitmail json YAML

2018-06-21 06:27:31 UTC MAIN commitmail json YAML

kdnssd: update to 5.47.0

changes unknown

(markd)

2018-06-21 06:23:29 UTC MAIN commitmail json YAML

kunitconversion: update to 5.47.0

changes unknown

(markd)

2018-06-21 06:21:51 UTC MAIN commitmail json YAML

kemoticons: update to 5.47.0

changes unknown

(markd)

2018-06-21 06:19:59 UTC MAIN commitmail json YAML

attica-qt5: update to 5.47.0

changes unknown

(markd)

2018-06-21 06:16:32 UTC MAIN commitmail json YAML

prison: update to 5.47.0

changes unknown

(markd)

2018-06-21 06:14:34 UTC MAIN commitmail json YAML

2018-06-21 06:13:03 UTC MAIN commitmail json YAML

kimageformats: update to 5.47.0

* Remove duplicated mime types from json files

(markd)

2018-06-21 06:11:36 UTC MAIN commitmail json YAML

kiconthemes: update to 5.47.0

* Check if group < LastGroup, as KIconEffect doesn't handle UserGroup anyway

(markd)

2018-06-21 06:08:44 UTC MAIN commitmail json YAML

2018-06-21 06:05:29 UTC MAIN commitmail json YAML

threadweaver: update to 5.47.0

changes unknown

(markd)

2018-06-21 06:00:14 UTC MAIN commitmail json YAML

ktexteditor: update to 5.47.0

* Don't use title case for the "show word count" checkbox
* Make the word/char count a global preference

(markd)

2018-06-21 05:58:27 UTC MAIN commitmail json YAML

kservice: update to 5.47.0

changes unknown

(markd)

2018-06-21 05:55:43 UTC MAIN commitmail json YAML

krunner: update to 5.47.0

* Process DBus replies in the ::match thread

(markd)

2018-06-21 05:54:16 UTC MAIN commitmail json YAML

kpty: update to 5.47.0

changes unknown

(markd)

2018-06-21 05:53:02 UTC MAIN commitmail json YAML

kpeople: update to 5.47.0

changes unknown

(markd)

2018-06-21 05:51:38 UTC MAIN commitmail json YAML

kparts: update to 5.47.0

changes unknown

(markd)

2018-06-21 05:49:52 UTC MAIN commitmail json YAML

kpackage: update to 5.47.0

* kpackage_install_*package: fix missing dep between .desktop and .json
* make sure paths in rcc are never derived from absolute paths

(markd)

2018-06-21 05:48:02 UTC MAIN commitmail json YAML

knotifyconfig: update to 5.47.0

changes unknown

(markd)

2018-06-21 05:46:14 UTC MAIN commitmail json YAML

knotifications: update to 5.47.0

* Fix crashes in NotifyByAudio when closing applications

(markd)

2018-06-21 05:44:39 UTC MAIN commitmail json YAML

kitemmodels: update to 5.47.0

* KConcatenateRowsProxyModel: properly sanitize input

(markd)

2018-06-21 05:42:07 UTC MAIN commitmail json YAML

kio: update to 5.47.0

* Check if destination exists also when pasting binary data
* Auth support: Return the actual length of socket buffer
* Auth support: Unify API for file descriptor sharing
* Auth support: Create socket file in user's runtime directory
* Auth support: Delete socket file after use
* Auth support: Move task of cleaning up socket file to FdReceiver
* Auth support: In linux don't use abstract socket to share file descriptor
* [kcoredirlister] Remove as many url.toString() as possible
* KFileItemActions: fallback to default mimetype when selecting only files
* Introduce KFileItemListProperties::isFile()
* KPropertiesDialogPlugin can now specify multiple supported protocols using
  X-KDE-Protocols
* Preserve fragment when redirecting from http to https
* [KUrlNavigator] Emit tabRequested when path in path selector menu is
  middle-clicked
* Performance: use the new uds implementation
* Don't redirect smb:/ to smb:// and then to smb:///
* Allow accepting by double-click in save dialog
* Enable preview by default in the filepicker dialog
* Hide file preview when icon is too small
* i18n: use plural form again for plugin message
* Use a regular dialog rather than a list dialog when trashing or deleting a
  single file
* Make the warning text for deletion operations emphasize its permanency and
  irreversibility
* Revert "Show view mode buttons in the open/save dialog's toolbar"

(markd)

2018-06-21 05:38:00 UTC MAIN commitmail json YAML

2018-06-21 05:36:27 UTC MAIN commitmail json YAML

ki18n: update to 5.47.0

changes unknown

(markd)

2018-06-21 05:34:45 UTC MAIN commitmail json YAML

kdoctools: update to 5.47.0

* Update the list of Ukrainian entities
* add entity OSD to general.entites
* Add entities CIFS, NFS, Samba, SMB to general.entities
* Add Falkon, Kirigami, macOS, Solid, USB, Wayland, X11, SDDM to general
  entities

(markd)

2018-06-21 05:33:08 UTC MAIN commitmail json YAML

kdeclarative: update to 5.47.0

* Set kcm context property on the correct context
* [Plotter] Don't render if m_node is null

(markd)

2018-06-21 05:31:22 UTC MAIN commitmail json YAML

kcrash: update to 5.47.0

changes unknown

(markd)

2018-06-21 05:30:04 UTC MAIN commitmail json YAML

kcoreaddons: update to 5.47.0

changes unknown

(markd)

2018-06-21 05:28:28 UTC MAIN commitmail json YAML

kconfig: update to 5.47.0

* kcfg.xsd - do not require a kcfgfile element

(markd)

2018-06-21 05:26:42 UTC MAIN commitmail json YAML

kcmutils: update to 5.47.0

* [KCModuleQml] Ignore disabled controls when tabbing

(markd)

2018-06-21 05:25:11 UTC MAIN commitmail json YAML

kbookmarks: update to 5.47.0

changes unknown

(markd)

2018-06-21 05:20:43 UTC MAIN commitmail json YAML

karchive: update to 5.47.0

* handle zip files embedded within zip files

(markd)

2018-06-21 05:18:00 UTC MAIN commitmail json YAML

kde: set frameworks version to 5.47.0

(markd)

2018-06-21 04:34:13 UTC MAIN commitmail json YAML

doc: Updated mail/mailfront to 2.21

(schmonz)

2018-06-21 04:33:54 UTC MAIN commitmail json YAML

Update to 2.21. From the changelog:

- Fixed crash bug in STARTTLS handling of loaded DH parameters.

- Added $TLS_COMPAT flag to disable certain TLS (security) features for
  maximum compatibility with buggy clients.

(schmonz)