Commit graph

290214 commits

Author SHA1 Message Date
wen
3e5d221e4a Updated sysutils/p5-BackupPC-XS to 0.58 2018-12-08 08:33:59 +00:00
wen
f927c89af0 Update to 0.58
Upstream changes:
0.58: Nov 25, 2018

   - on inflate error, first return any remaining bytes before returning the error.

   - remove leading "./" even if ac->currentDir[] is not set; change mirrors a
     change in rsync-bpc and has no effect here since BackupPC::XS doesn't set
     ac->currentDir[].

   - bpc_attrib_dirWrite() updates dir->digest with new digest.

   - updated configure.sh with package name and current version
2018-12-08 08:32:57 +00:00
wen
2dc6309167 Updated net/p5-SNMP-Info to 3.63 2018-12-08 08:22:53 +00:00
wen
58fa50841e Update to 3.63
Upstream changes:
Version 3.63 (2018-11-25)

  [ENHANCEMENTS]

  * #280 update to retrieve Aerohive serial
  * #271 update os_ver for Alcatel-Lucent (stromsoe)

  [BUG FIXES]

  * #273 remove old ADTRAN modules not in netdisco-mibs
2018-12-08 08:21:59 +00:00
wen
e736fd3af2 Updated net/p5-RT-Client-REST to 0.54 2018-12-08 08:18:30 +00:00
wen
ad70d2070f Update to 0.54
Upstream changes:
0.54 Mon Nov 12 2018 "Dean Hanstead" <dean@bytefoundry.com.au>
  - Fixes for whitespace handling in attachments RT127607
  - Fix edgecase for handling 401's RT127288
2018-12-08 08:16:48 +00:00
ryoon
5a8bed4ca3 Updated lang/rust to 1.31.0 2018-12-08 07:26:05 +00:00
ryoon
d8413c2e9d Update to 1.31.0
Changelog:
Version 1.31.0 (2018-12-06)
Language

    This version marks the release of the 2018 edition of Rust.
    New lifetime elision rules now allow for eliding lifetimes in functions and impl headers. E.g. impl<'a> Reader for BufReader<'a> {} can now be impl Reader for BufReader<'_> {}. Lifetimes are still required to be defined in structs.
    You can now define and use const functions. These are currently a strict minimal subset of the const fn RFC. Refer to the language reference for what exactly is available.
    You can now use tool lints, which allow you to scope lints from external tools using attributes. E.g. #[allow(clippy::filter_map)].
    #[no_mangle] and #[export_name] attributes can now be located anywhere in a crate, not just in exported functions.
    You can now use parentheses in pattern matches.

Compiler

    Updated musl to 1.1.20

Libraries

    You can now convert num::NonZero* types to their raw equivalvents using the From trait. E.g. u8 now implements From<NonZeroU8>.
    You can now convert a &Option<T> into Option<&T> and &mut Option<T> into Option<&mut T> using the From trait.
    You can now multiply (*) a time::Duration by a u32.

Stabilized APIs

    slice::align_to
    sl

    ice::align_to_mut
    slice::chunks_exact
    slice::chunks_exact_mut
    slice::rchunks
    slice::rchunks_mut
    slice::rchunks_exact
    slice::rchunks_exact_mut
    Option::replace

Cargo

    Cargo will now download crates in parallel using HTTP/2.
    You can now rename packages in your Cargo.toml We have a guide on how to use the package key in your dependencies.
2018-12-08 07:24:54 +00:00
taca
5edc81fd16 lang/php: fix php71's version
Oops, fix PHP71_VERSION.
2018-12-08 06:58:36 +00:00
wen
94b9d684a2 Updated net/p5-Net-DNS to 1.19 2018-12-08 04:37:22 +00:00
wen
c52d5827fd Update to 1.19
Upstream changes:
1.19 Nov 14, 2018

        Show structure of EDNS options using Perl-like syntax.

Fix rt.cpan.org #127557

        Net::DNS::Resolver::Base should use 3 args open

Fix rt.cpan.org #127182

        Incorrect logic can cause DNS search to emit fruitless queries.
2018-12-08 04:36:08 +00:00
wiz
0c429f5b74 mame: add upstream bug report URL to patch 2018-12-07 22:09:16 +00:00
wiz
431580945c doc: Updated news/libcanlock to 3.0.3 2018-12-07 21:49:45 +00:00
wiz
aa26af0d84 libcanlock: update to 3.0.3.
Provided by Michael Bäuerle via pkgsrc-wip.

3.0.3      2018-12-05
           Build system fixed for cross build (Patch suggested by Helmut Grohne,
            modified to work on macOS)
2018-12-07 21:49:36 +00:00
wiz
7cecbecaf8 doc: Updated x11/xf86-video-i740 to 1.4.0 2018-12-07 21:48:16 +00:00
wiz
24c2a0b542 xf86-video-i740: update to 1.4.0.
Alan Coopersmith (3):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update configure.ac bug URL for gitlab migration

Emil Velikov (1):
      autogen.sh: use quoted string variables

Kevin Brace (2):
      Declare a variable only when XSERVER_LIBPCIACCESS is defined
      Version bumped to Version 1.4.0

Laurent Carlier (1):
      Stop using deprecated xf86PciInfo.h

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2018-12-07 21:48:07 +00:00
schmonz
06022fe67a Fix OS X build (by skipping tests, not being offered as TEST_TARGET yet
anyway) and install (by respecting DESTDIR and replacing one more
relative rpath in a binary).
2018-12-07 20:02:58 +00:00
maya
2f6fd51b58 mailsend: don't use $(SHELL), execute it from #!/bin/sh
$(SHELL) might not be a compatible shell. PR pkg/53766
2018-12-07 17:34:57 +00:00
taca
ddeb13dd99 doc: udpate PHP packages
lang/php71	7.1.26
	lang/php72	7.2.13
	lang/php70	7.0.33
	lang/php56	5.6.39
2018-12-07 17:15:58 +00:00
taca
86f1b06b09 lang/php56: update to 5.6.39
06 Dec 2018, PHP 5.6.39

- Core:
  . Fixed bug #77231 (Segfault when using convert.quoted-printable-encode
    filter). (Stas)

- IMAP:
  . Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
  . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
    mailbox parameter). (Stas)

- Phar:
  . Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas)
  . Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
    (Stas)
2018-12-07 17:14:58 +00:00
taca
d873095dee lang/php70: update to 7.0.33
06 Dec 2018 PHP 7.0.33

- Core:
  . Fixed bug #77231 (Segfault when using convert.quoted-printable-encode
    filter). (Stas)

- IMAP:
  . Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
  . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
    mailbox parameter). (Stas)

- Phar:
  . Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas)
  . Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
    (Stas)
2018-12-07 17:13:58 +00:00
taca
97cdfc5395 lang/php72: update to 7.2.13
06 Dec 2018, PHP 7.2.13

- ftp:
  . Fixed bug #77151 (ftp_close(): SSL_read on shutdown). (Remi)

- CLI:
  . Fixed bug #77111 (php-win.exe corrupts unicode symbols from cli
    parameters). (Anatol)

- Fileinfo:
  . Fixed bug #77095 (slowness regression in 7.2/7.3 (compared to 7.1)).
    (Anatol)

- iconv:
  . Fixed bug #77147 (Fixing 60494 ignored ICONV_MIME_DECODE_CONTINUE_ON_ERROR).
    (cmb)

- Core:
  . Fixed bug #77231 (Segfault when using convert.quoted-printable-encode
    filter). (Stas)

- IMAP:
  . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
    mailbox parameter). (Stas)

- ODBC:
  . Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
    (Jon Allen)

- Opcache:
  . Fixed bug #77058 (Type inference in opcache causes side effects). (Nikita)
  . Fixed bug #77092 (array_diff_key() - segmentation fault). (Nikita)

- Phar:
  . Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas)
  . Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
    (Stas)

- PGSQL:
  . Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT
    TIMEZONE' data type). (Andy Gajetzki)

- SOAP:
  . Fixed bug #50675 (SoapClient can't handle object references correctly).
    (Cameron Porter)
  . Fixed bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault). (cmb)
  . Fixed bug #77141 (Signedness issue in SOAP when precision=-1). (cmb)

- Sockets:
  . Fixed bug #67619 (Validate length on socket_write). (thiagooak)
2018-12-07 17:12:48 +00:00
taca
977669325a lang/php71: update to 7.1.25
06 Dec 2018, PHP 7.1.25

- Core:
  . Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
    (Valentin V. Bartenev)

- ftp:
  . Fixed bug #77151 (ftp_close(): SSL_read on shutdown). (Remi)

- iconv:
  . Fixed bug #77147 (Fixing 60494 ignored ICONV_MIME_DECODE_CONTINUE_ON_ERROR).
    (cmb)

- Core:
  . Fixed bug #77231 (Segfault when using convert.quoted-printable-encode
    filter). (Stas)

- IMAP:
  . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
    mailbox parameter). (Stas)

- ODBC:
  . Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
    (Jon Allen)

- Opcache:
  . Fixed bug #77058 (Type inference in opcache causes side effects). (Nikita)

- Phar:
  . Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas)
  . Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
    (Stas)

- PGSQL:
  . Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT
    TIMEZONE' data type). (Andy Gajetzki)

- SOAP:
  . Fixed bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault). (cmb)
  . Fixed bug #77141 (Signedness issue in SOAP when precision=-1). (cmb)

- Sockets:
  . Fixed bug #67619 (Validate length on socket_write). (thiagooak)
2018-12-07 17:11:45 +00:00
taca
a94ff2d668 lang/php7?: revert previous commit
Revert previous commit and unbreak lang/php7{0,1,2}.

sqlite3 problem would be another way, after update current PHP versions.
2018-12-07 16:04:50 +00:00
sevan
24dd0a77b3 Update Usage coment to include --without-xsrc 2018-12-07 12:40:39 +00:00
morr
ae66118457 Update Wordpress to 5.0.
On December 6, 2018, WordPress Version 5.0, named for jazz musician Bebo,
was released to the public. WordPress 5.0 will revolutionize content editing
with introduction of a new block editor and block editor-compatible default
theme Twenty Nineteen.

More infomations at https://wordpress.org/support/wordpress-version/version-5-0/
2018-12-07 12:25:58 +00:00
wen
002ca18649 Updated security/p5-CryptX to 0.063 2018-12-07 12:08:02 +00:00
wen
0282cb7536 Update to 0.063
Upstream changes:
0.063   2018-11-28
        - proper patch for #46 (related to Math::BigInt::LTM)
2018-12-07 12:06:16 +00:00
ryoon
a7a3d7eb70 Use tab instead of whitespace 2018-12-07 12:01:41 +00:00
wiz
435c458d5f doc: Updated emulators/mame to 0.204 2018-12-07 10:33:03 +00:00
wiz
ad6142fcb1 mame: update to 0.204.
MAME 0.204

28 Nov 2018

After a busy four weeks, we’re ready to present the hotly-anticipated
MAME 0.204 release. The most exciting stuff this month is definitely
on the computer emulation side. We’ve added dozens of working
cartridges to the BBC ROM software list, and ROMs required by
expansion devices are handled more elegantly. Our HP9000/300 series
emulation just keeps getting better: it’s now possible to install
and use HP-UX 9, with X11 and the Vue desktop environment on an
emulated HP9000/370 with accelerated window drawing and Ethernet
networking support. There’s also been some progress on the road to
Silicon Graphics workstation emulation. On top of that, we’re seeing
preliminary emulation of standalone X Window System terminals.

Thanks to MAME’s modular, device-oriented architecture, improvements
for one machine go on to benefit other machines using similar
hardware. The Motorola 68k memory management unit improvements that
allow HP-UX to run on the HP9000/300 series will also benefit Mac,
NeXT and early Sun systems. The same AMD LANCE Ethernet controller
is used in HP and Sun workstations, X11 terminals, the Amiga A2065
Zorro card, and numerous applications. This gives us a wealth of
test cases, and a virtuous cycle where progress on one system can
lead to a breakthrough on another.

With this release, all Tiger game.com games are fully playable.
Two more Nintendo Game & Watch titles, Climber and Tropical Fish,
have been emulated. XaviX-based TV game emulation continues to
progress steadily: numerous e-kara karaoke cartridges have been
dumped, preliminary sound output emulation has been implemented
(sorry, no microphone support yet, but you can hear the tunes),
and more systems have inputs connected.

Graphical effects in the bootleg arcade driving game Blomby Car
have been improved, and bad dumps of graphics ROMs for Abnormal
Check and the Korean version of Prehistoric Isle have been replaced.
As always, you’ll enjoy support for more alternate versions of
arcade games (including a version of Pinball Action that shows
scores on external LED displays), bug fixes, and general emulation
improvements.
2018-12-07 10:32:53 +00:00
manu
584c654e77 Link PHP with shared libsqlite3 isntead of built-in
We used to build PHP with its built-in, statically linked libsqlite3. When
used in an executable with dynamically looaded modules such as Apache, some
module may load a shared libsqlite3, which has the same symbols as PHP's
built-in libsqlite3. This causes unreliable cross-version calls and is
source of crashes.

The fix is to disable PHP's built-in libslite3 and always use an external,
shared libsqlite3.
2018-12-07 01:54:52 +00:00
wen
47268a984e Updated www/moodle to 3.6.1 2018-12-07 00:31:21 +00:00
wen
eb18281a6d Update to 3.6.1
Upstream changes:
Moodle-3.6.1
Regression fix

    MDL-64307 - Previous messaging conversations should be displayed after upgrading

Other fixes

    MDL-64206 - Facebook logo is correctly displayed when using OAuth 2 authentication
    MDL-63459 - Calculated multichoice question able to answer with negative note in interactive mode
2018-12-07 00:30:32 +00:00
sevan
1327821811 Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
2018-12-07 00:15:46 +00:00
adam
456062c5ac Updated multimedia/py-m3u8, textproc/py-markdown2 2018-12-06 20:32:27 +00:00
adam
d04ed335f4 py-markdown2: updated to 2.3.7
python-markdown2 2.3.7
* Drop support for legacy Python versions
* Fix syntax highlighting test cases that depend on Pygments output
* Add support for Python 3.7
* Add Wheel package support
* Fix toc_depth initialization regression
* XSS fix
2018-12-06 20:30:31 +00:00
adam
f6cefbc6b3 py-m3u8: updated to 0.3.7
0.3.7:
* add support for uri when loading m3u8 from a string
2018-12-06 20:23:59 +00:00
leot
62db2b5ac4 doc: Added sysutils/within version 1.1.3 2018-12-06 20:05:04 +00:00
leot
65e160240d sysutils: Add within 2018-12-06 20:04:25 +00:00
leot
d300744175 within: Import within-1.1.3 as sysutils/within
Run a command in other directories.  Useful for running things like 'git
status' or 'make' in a few projects at once.  Can run jobs in parallel.

Packaged in pkgsrc-wip by Sijmen J. Mulder.  Thank you Sijmen!
2018-12-06 20:03:52 +00:00
leot
3c7d153667 doc/CHANGES-2018: Remove duplicate json-yaml-1.1.2 entry 2018-12-06 19:55:34 +00:00
leot
33a3a96c87 doc: Added multimedia/nostt version 1.1.1 2018-12-06 19:54:15 +00:00
leot
9af23136eb multimedia: Add nostt 2018-12-06 19:53:30 +00:00
leot
0b7409b9d4 nostt: Import nostt-1.1.1 as multimedia/nostt
Command line reader for NOS Teletekst, the Dutch public teletext system,
similar to BBC's Ceefax.  Supports colour and interactive use.

Packaged in pkgsrc-wip by Sijmen J. Mulder.  Thank you Sijmen!
2018-12-06 19:52:40 +00:00
leot
ce578a5be4 doc: Updated textproc/json-yaml to 1.1.2 2018-12-06 19:47:46 +00:00
leot
064ad30edc doc: Updated textproc/json-yaml to 1.1.2 2018-12-06 19:41:44 +00:00
leot
1b8913e7fe json-yaml: Update textproc/json-yaml to 1.1.2
pkgsrc changes:
 - Simplify DISTNAME handling

Changes:
 - Fixed: MANPREFIX defaulted to $(prefix)/man rather than
   $(PREFIX)/man
 - Fixed: make uninstall did not respect DESTDIR, PREFIX,
   and MANPREFIX.

Patch provided by Sijmen J. Mulder via pkgsrc-wip, thank you Sijmen!
2018-12-06 19:41:08 +00:00
adam
9c41e6078c Added time/py-aniso8601, www/py-flask-restful 2018-12-06 19:32:38 +00:00
adam
8be3ce1638 py-flask-restful: added version 0.3.6
Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries. Flask-RESTful encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTful should be easy to pick up.
2018-12-06 19:32:05 +00:00