Commit graph

10856 commits

Author SHA1 Message Date
leot
c598384a8f swi-prolog-lite: Also remove libedit documentation
On platforms without editline(3) the libedit documentation is not
generated, always remove it for consistency.

PKGREVISION++
2019-03-17 15:05:49 +00:00
taca
edddbd7e05 lang/ruby/rails.mk: not yet, revert
Revert previous, not yet.
2019-03-16 14:48:00 +00:00
taca
a558dc9105 lang/ruby/rails.mk: make ruby-on-rails42 to 4.2.11.1
Start update of Ruby on Rails42 to 4.2.11.1.
2019-03-16 14:45:41 +00:00
taca
bbe228288b lang/ruby26-base: update to 2.6.2
Update ruby26{,-base} to 2.6.2.

Quote from release announce.

Ruby 2.6.2 (2019-03-13)

This release includes bug fixes and a security update of the bundled
RubyGems.

See details in Multiple vulnerabilities in RubyGems and the commit logs.
2019-03-16 14:39:35 +00:00
taca
3a73764b6e lang/ruby25-base: updateo to 2.5.5
Update ruby25{,-base} to 2.5.5.

Quote from release announce:

Ruby 2.5.4 (2019-03-13)

This release includes bug fixes and a security update of the bundled
RubyGems. See details in Multiple vulnerabilities in RubyGems and the commit
logs.

Ruby 2.5.5 (2019-03-15)

This release includes a bug fix for the deadlock in the
multi-thread+multi-process (using Process.fork) applications (ex: puma).
2019-03-16 14:34:56 +00:00
bsiegert
df61d022ce Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
bsiegert
82da7adaba Update go112 to 1.12.1.
go1.12.1 (released 2019/03/14) includes fixes to cgo, the compiler, the go
command, and the fmt, net/smtp, os, path/filepath, sync, and text/template
packages. See the Go 1.12.1 milestone on our issue tracker for details.
2019-03-16 08:27:56 +00:00
bsiegert
4222d9a920 Update go111 to 1.11.6.
go1.11.6 (released 2019/03/14) includes fixes to cgo, the compiler, linker,
runtime, go command, and the crypto/x509, encoding/json, net, and net/url
packages. See the Go 1.11.6 milestone on our issue tracker for details.
2019-03-16 08:19:00 +00:00
jperkin
cdff7f398b ruby26-base: Fix install on Darwin. 2019-03-14 09:57:54 +00:00
leot
aa0ef0d8aa go112: Remove empty patch (NFC) 2019-03-14 08:15:19 +00:00
leot
f425bd0253 go112: Remove empty patch (NFC) 2019-03-14 08:14:17 +00:00
jperkin
7bfb127e91 go112: Sync PLIST.SunOS with reality. 2019-03-13 23:15:54 +00:00
leot
ad16ec9cff swi-prolog-jpl: Adjust COMMENT to reflect the actual package
(This was accidentally modified when updating it to 8.0.1, sorry!)
2019-03-13 14:02:51 +00:00
bsiegert
85635e605b go112: paper over issues with filenames containing umlauts.
- extract using gtar (hopefully more lenient than bsdtar)
- remove the files in question in post-extract

While here, re-add a PLIST.route conditional that was accidentally removed,
breaking the build on Linux (PR pkg/54054).
2019-03-13 10:40:19 +00:00
taca
1206b44a2d lang/ruby24-base: really bump PKGREVISION
Oops, really bump PKGREVISION.
2019-03-12 04:24:40 +00:00
taca
85774cab01 lang/ruby24-base: Add security patch for rubygems
Add security patch for rubygems, fixing these problem.

* CVE-2019-8320: Delete directory using symlink when decompressing tar
* CVE-2019-8321: Escape sequence injection vulnerability in verbose
* CVE-2019-8322: Escape sequence injection vulnerability in gem owner
* CVE-2019-8323: Escape sequence injection vulnerability in API response handlin
g
* CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
* CVE-2019-8325: Escape sequence injection vulnerability in errors

https://www.ruby-lang.org/en/news/2019/03/05/multiple-vulnerabilities-in-rubygems/

Since original patch included in official announce dose not cleanly applied to
Ruby 2.4.5, use a local version which drop patch to none existing test.

Bump PKGREVISION.
2019-03-12 04:23:45 +00:00
taca
3e7df8d61b lang/ruby25-base: Add security patch for rubygems
Add security patch for rubygems, fixing these problem.

* CVE-2019-8320: Delete directory using symlink when decompressing tar
* CVE-2019-8321: Escape sequence injection vulnerability in verbose
* CVE-2019-8322: Escape sequence injection vulnerability in gem owner
* CVE-2019-8323: Escape sequence injection vulnerability in API response handlin
g
* CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
* CVE-2019-8325: Escape sequence injection vulnerability in errors

https://www.ruby-lang.org/en/news/2019/03/05/multiple-vulnerabilities-in-rubygems/

Since original patch included in official announce dose not cleanly applied to
Ruby 2.5.3, use a local version which drop patch to none existing test.

Bump PKGREVISION.
2019-03-12 04:22:34 +00:00
taca
35cf4cfba4 lang/ruby26-base: Add security patch for rubygems
Add security patch for rubygems, fixing these problem.

* CVE-2019-8320: Delete directory using symlink when decompressing tar
* CVE-2019-8321: Escape sequence injection vulnerability in verbose
* CVE-2019-8322: Escape sequence injection vulnerability in gem owner
* CVE-2019-8323: Escape sequence injection vulnerability in API response handling
* CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
* CVE-2019-8325: Escape sequence injection vulnerability in errors

Bump PKGREVISION.
2019-03-12 04:19:09 +00:00
taca
b506f9e6fb lang/php73: update to 7.3.3
Update php73 to 7.3.3.

07 Mar 2019, PHP 7.3.3

- Core:
  . Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
    (Laruence)
  . Fixed bug #77329 (Buffer Overflow via overly long Error Messages).
    (Dmitry)
  . Fixed bug #77494 (Disabling class causes segfault on member access).
    (Dmitry)
  . Fixed bug #77498 (Custom extension Segmentation fault when declare static
    property). (Nikita)
  . Fixed bug #77530 (PHP crashes when parsing `(2)::class`). (Ekin)
  . Fixed bug #77546 (iptcembed broken function). (gdegoulet)
  . Fixed bug #77630 (rename() across the device may allow unwanted access
    during processing). (Stas)

- COM:
  . Fixed bug #77621 (Already defined constants are not properly reported).
    (cmb)
  . Fixed bug #77626 (Persistence confusion in php_com_import_typelib()). (cmb)

- EXIF:
  . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
  . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
  . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
  . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)

- Mbstring:
  . Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte).
    (Nikita)

- MySQL
  . Disabled LOCAL INFILE by default, can be enabled using php.ini directive
    mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
    attribute for pdo_mysql. (Darek Slusarczyk)

- OpenSSL:
  . Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
    records). (Abyl Valg, Jakub Zelenka)

- PDO_OCI:
  . Support Oracle Database tracing attributes ACTION, MODULE,
    CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)

- PHAR:
  . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
    (bishop)
  . Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow). (bishop)

- phpdbg:
  . Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)

- SPL:
  . Fixed bug #51068 (DirectoryIterator glob:// don't support current path
    relative queries). (Ahmed Abdou)
  . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)

- Standard:
  . Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
    (John Stevenson)
  . Fixed bug #77612 (setcookie() sets incorrect SameSite header if all of its
    options filled). (Nikita)
2019-03-12 04:15:03 +00:00
taca
6fd4efe519 lang/php72: update to 7.2.16
Update php72 to 7.2.16.

07 Mar 2019, PHP 7.2.16

- Core:
  . Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
    (Laruence)
  . Fixed bug #77630 (rename() across the device may allow unwanted access
    during processing). (Stas)

- COM:
  . Fixed bug #77621 (Already defined constants are not properly reported).
    (cmb)

- EXIF:
  . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
  . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
  . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
  . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)

- PDO_OCI:
  . Support Oracle Database tracing attributes ACTION, MODULE,
    CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)

- PHAR:
  . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
    (bishop)

- SPL:
  . Fixed bug #51068 (DirectoryIterator glob:// don't support current path
    relative queries). (Ahmed Abdou)
  . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)

- Standard:
  . Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
    (John Stevenson)

- MySQL
  . Disabled LOCAL INFILE by default, can be enabled using php.ini directive
    mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
    attribute for pdo_mysql. (Darek Slusarczyk)
2019-03-12 04:13:42 +00:00
taca
c1efecd7c8 lang/php71: update to 7.1.27
Update php71 to 7.1.27.

07 Mar 2019, PHP 7.1.27

- Core:
  . Fixed bug #77630 (rename() across the device may allow unwanted access during
    processing). (Stas)

- EXIF:
  . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
  . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
  . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
  . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)

- PHAR:
  . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
    (bishop)
  . Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow). (bishop)

- SPL:
  . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)
2019-03-12 04:12:16 +00:00
jperkin
1ea7700962 php73: Do not autodetect (and get wrong) maintainer-zts.
This resulted in a mod_php that cannot be loaded, as reported in
joyent/pkgsrc#152.  Patch copied from php71.  Bump PKGREVISION.
2019-03-11 13:46:12 +00:00
jperkin
6b44c68f69 php72: Do not autodetect (and get wrong) maintainer-zts.
This resulted in a mod_php that cannot be loaded, as reported in
joyent/pkgsrc#152.  Patch copied from php71.  Bump PKGREVISION.
2019-03-11 13:43:22 +00:00
leot
ff46ae5013 swi-prolog*: Update to 8.0.2
Changes:
8.0.2
-----
No changelog available unfortunately but mostly just bug fixes and improvements.
2019-03-10 21:46:12 +00:00
bsiegert
7455fa5a88 all: revbump Go packages, now that they use go112 to build 2019-03-09 10:05:01 +00:00
bsiegert
85e8388726 go: switch default version to 1.12.
This means all builds of packages written in Go use 1.12.
2019-03-09 10:00:44 +00:00
bsiegert
33d66e19fb +go112 2019-03-09 09:31:41 +00:00
bsiegert
68d32f31e2 Add a package for Go 1.12.
Some of the highlights include opt-in support for TLS 1.3, improved modules
support (in preparation for being the default in Go 1.13), support for
windows/arm, and improved macOS & iOS forwards compatibility.

See https://blog.golang.org/go1.12.

In pkgsrc, this is _not_ the default version for Go package builds just yet.
2019-03-09 09:29:30 +00:00
jperkin
91f14de68b rust: Fix another instance of the rand crate for SunOS.
While here convert some tabs->spaces that broke the test suite.
2019-03-07 20:19:11 +00:00
jperkin
90322114ec oracle-jre8: Fix Darwin PLIST. 2019-03-07 18:45:44 +00:00
adam
62724cb82e npm: updated to 6.9.0
6.9.0:
FEATURES
* Time traveling installs using the --before flag.
* Add support for package aliases. This allows packages to be installed under a
  different directory than the package name listed in package.json, and adds a
  new dependency type to allow this to be done for registry dependencies.
* Always save package-lock.json when using --package-lock-only.
* Make empty-string run-scripts run successfully as a no-op.
* Match git semver ranges when flattening the tree.
* Re-enable updating local packages.

BUGFIXES
* Set modified to undefined in npm view when time is not available. This
  fixes a bug where npm view would crash on certain third-party registries.
* Print out tar version in install.sh only when the flag is supported not all
  the tar implementations support --version flag. This allows the install script
  to work in OpenBSD, for example.
* Fix typo in error message for npm stars.
* Strip version info from pkg on E404. This improves the error messaging format.

DOCS
* Add npm add as alias to npm install in docs.
* Fix link to RFC 10 in the changelog.
* Describe exit codes in npm-audit docs.
2019-03-07 09:22:48 +00:00
adam
2f28391c99 nodejs: updated to 10.15.3
Version 10.15.3 'Dubnium' (LTS)
Notable Changes
doc: add antsmartian to collaborators
http: fix error check in Execute()
stream: fix end-of-stream for HTTP/2
2019-03-07 08:47:45 +00:00
he
dc48c289aa Update the NetBSD/aarch64 bootstrap kit to target 8.99.35 dated 2019-03-05. 2019-03-06 21:39:17 +00:00
rin
27ac447c9e Add patch to fix build for rust 1.33.0;
trim_left_matches has been superseded by trim_start_matches.
2019-03-06 16:51:53 +00:00
maya
5c74f9a46a npm: remove entirely commented out section 2019-03-06 10:07:35 +00:00
maya
54d1a12908 npm: use a different way to install to PKGMANDIR.
(Moving a relative symlink to another directory breaks it)

bump PKGREVISION
2019-03-06 09:42:09 +00:00
jaapb
d9c6ec76ea Updated lang/coq to version 8.9.0.
Many improvements and fixes, but none that appear to break compatibility.
For more details see the CHANGES file.
2019-03-06 09:28:23 +00:00
hauke
d9f722fdab Back out dependency that options.mk already takes care of (thanks,
leot@).
2019-03-05 16:58:31 +00:00
leot
05f103eaac py27-html-docs: Update to 2.7.16
Changes:
2.7.16
======
Documentation
-------------
- bpo-35035: Rename documentation for :mod:`email.utils` to
  ``email.utils.rst``.
- bpo-34967: Use app.add_object_type() instead of the deprecated Sphinx
  function app.description_unit()
- bpo-13407: Add a note to :mod:`bz2` and :mod:`tarfile` stating that
  handling of multi-stream bzip2 files is not supported.
- bpo-33503: Fix broken pypi link
2019-03-05 15:20:32 +00:00
hauke
b453f6fab4 Make the libreadline dependency explicit. 2019-03-05 12:44:54 +00:00
adam
fa5db9c3d0 python27: updated to 2.7.16
Python 2.7.16 is a bugfix release in the Python 2.7 series.
2019-03-05 12:43:40 +00:00
he
1db65f6d52 Bump bootstrap for armv7/NetBSD to 1.33.0 (still not successfully tested). 2019-03-04 15:37:54 +00:00
he
bda9ee68ea Bump bootstrap version for NetBSD/powerpc to 1.33.0. 2019-03-04 09:55:34 +00:00
he
6a844c7f82 Bump NetBSD/sparc64 bootstrap kit to (cross-built) 1.33.0. 2019-03-04 07:48:20 +00:00
he
f5fa63357c Bump bootstrap kit for NetBSD/aarch64 to 1.33.0, for NetBSD/aarch64 8.99.34. 2019-03-03 22:23:52 +00:00
taca
e957cad131 lang/ruby: remove support for Ruby on Rails 3.2
Remove support for Ruby on Rails 3.2 packages.
2019-03-03 16:19:16 +00:00
he
a6860523f3 Bump NetBSD/i386 bootstrap kit to 1.33.0, natively built on 8.0. 2019-03-03 15:56:02 +00:00
taca
7caa35efeb lang/ruby/rails.mk: switch default rails to 4.2
Switch default Ruby on Rails version to 4.2.
2019-03-03 15:26:29 +00:00
taca
cd579e3aba lang/ruby/rails.mk: add support for Ruby on Rails 5.2
Add support for Ruby on Rails 5.2.
2019-03-03 14:41:21 +00:00
adam
bc9971a563 python27: clean-up SUBST to match other Python versions 2019-03-03 10:44:41 +00:00