Commit graph

240558 commits

Author SHA1 Message Date
shattered
26f419e709 Update to 4.15.1. No changelog or release notes found anywhere. 2015-10-31 11:41:10 +00:00
shattered
733ae036e6 Update to 2.97. Changes:
- New -s flag to stop comlaints about sloppy (misaligned CIDRs)
- CIDRs now always properly bit aligned, even if the base address wasn't
2015-10-31 11:23:33 +00:00
taca
7301ad36fd Note update of lang/php56 package to 5.6.15. 2015-10-31 01:59:07 +00:00
taca
8c4d241fa6 Update php56 to 5.6.15.
29 Oct 2015, PHP 5.6.15

- Core:
  . Fixed bug #70681 (Segfault when binding $this of internal instance method
    to null). (Nikita)
  . Fixed bug #70685 (Segfault for getClosure() internal method rebind with
    invalid $this). (Nikita)

- Date:
  . Fixed bug #70619 (DateTimeImmutable segfault). (Laruence)

- Mcrypt:
  . Fixed bug #70625 (mcrypt_encrypt() won't return data when no IV was
    specified under RC4). (Nikita)

- Mysqlnd:
  . Fixed bug #70384 (mysqli_real_query():Unknown type 245 sent by the server).
   (Andrey)
  . Fixed bug #70572 segfault in mysqlnd_connect. (Andrey, Remi)

- Opcache:
  . Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer).
    (Laruence)
  . Fixed bug #70631 (Another Segfault in gc_remove_from_buffer()). (Laruence)
  . Fixed bug #70601 (Segfault in gc_remove_from_buffer()). (Laruence)
  . Fixed compatibility with Windows 10 (see also bug #70652). (Anatol)
2015-10-31 01:58:37 +00:00
fhajny
caac425629 Add forgotten DESCR file, thanks @joerg. 2015-10-30 18:59:58 +00:00
tsutsui
14a609a7a9 Fix coredump on trying to print JIS X 0213:2004 kanji with 8x16 fontList.
Bump PKGREVISION.
2015-10-30 15:53:00 +00:00
tsutsui
59ecb4d770 Updated x11/mlterm to 3.6.0 2015-10-30 15:29:58 +00:00
tsutsui
f6b6e15b41 Update mlterm to 3.6.0.
pkgsrc changes:
 - add fonts/unifont path in etc/font-fb example

Changes noted in doc/en/ReleaseNote:

ver 3.6.0
* Support MacOSX/Cocoa. (See doc/en/README.cocoa)
* Add "geometry" to OSC 5379.
* Add "mlconfig" to OSC 5379.
* Add "Columns" and "Rows" to "Others" tab of mlconfig.
* Bug fixes:
  Fix segfault of libvte compatible library if conf_menu_path_N option is specified.
2015-10-30 15:29:20 +00:00
wen
733eca3162 Updated textproc/p5-XML-Twig to 3.49 2015-10-30 13:27:49 +00:00
wen
eb1f9eefce Update to 3.49
Upstream changes:
3.49 - 2015-03-24

- added: the DTD_base option to XML::Twig new, that forces XML::Twig to look
  for the DTD in a given directory
  thanks to Arun lakhana for the idea

- fixed: XML::Parser 2.43 caused a failure in the tests due to a change in
  its behaviour when die-ing.

- fixed: prevent PAUSE from trying to index packages that are only used
  for monkey patching (to re-use XML::XPath as the XPath engine for
  XML::Twig::XPath).  Will also prevent UNAUTHORIZED flag on metacpan.
  patch sent by Graham Knop

- fixed: RT #96009
  keep_atts_order => 0 behaviour. Spotted by Dolmen
  https://rt.cpan.org/Public/Bug/Display.html?id=96009

- fixed bug RT #97461
  wrong error message was returned calling parse on an invalid filehandle
  Thanks to Slaven Rezic for the bug report and test case
   https://rt.cpan.org/Public/Bug/Display.html?id=97461

- fixed: RT #98801
  COMPATIBILITY WARNING
  inconsistency between simplify and XML::Simple for empty elements (including
  elements with start and end tags but no contents)
  the XML::Simple behaviour is to map them to an empty hash, not an
  empty/undef scalar (depending of whether the element is a PCDATA or not)
  as was the case in previous versions of the module.
  This has the potential to break some existing code, but simplify should be
  strictly the same as XML::Simple's XMLin
  Thanks to Vangelis Katsikaros for the bug report and test case
    https://rt.cpan.org/Public/Bug/Display.html?id=98801
2015-10-30 13:26:52 +00:00
wen
3ed9e7b85b Updated www/p5-HTTP-Lite to 2.44 2015-10-30 12:54:58 +00:00
wen
0ed5d1b59d Update to 2.44
Upstream changes:
2.44 2015-03-11 NEILB
    - Switched to Dist::Zilla
2015-10-30 12:53:37 +00:00
wen
65be70772e Updated www/p5-HTTP-DAV to 0.48 2015-10-30 12:46:46 +00:00
wen
bee930518d Update to 0.48
Upstream changes:
v0.48 (released 2015/03/26):
    *   bug fixes
        "RT#103126", fixed faulty code to add trailing slash to URLs.
2015-10-30 12:45:14 +00:00
wen
6dacd4d221 Updated www/p5-HTTP-Async to 0.30 2015-10-30 12:37:22 +00:00
wen
45ad5d4efc Update to 0.30
Upstream changes:
0.30 2015/05/30
  * Allow max_redirect or max_redirects, to be consistent with LWP::UserAgent
    Thanks Vincent Lequertier (SkySymbol)!

0.29 2015/05/30

  * Make add_with_opts throw error on invalid options
    Thanks Tom Grimwood-Taylor (tgt)!

0.28 2015/03/09

  * Allow manual override of PeerAddr via peer_addr (rt #102634)
  * Switch from print() to note() in TestServer for test suite
2015-10-30 12:35:36 +00:00
wen
6efac393fb Updated www/p5-Mojolicious to 6.27 2015-10-30 12:26:21 +00:00
wen
6bfc23e86b Update to 6.27
Upstream changes:
6.27  2015-10-29
  - Updated HTML5 entities in Mojo::Util.
  - Improved Mojo::Server::Prefork to log if the process id file could not be
    created.

6.26  2015-10-28
  - Renamed built-in templates with more descriptive names.
  - Added warmup method to Mojolicious::Renderer and Mojolicious::Static.
2015-10-30 12:24:49 +00:00
tnn
84cec8799b Don't litter /tmp with 200MB of debug logs after build. 2015-10-30 12:21:17 +00:00
bouyer
109c1e4539 Add patch entries from previous security commit. Pointed out by
Takahiro Hayashi, thanks !
2015-10-30 07:46:36 +00:00
prlw1
5200356e20 Updated graphics/cogl to 1.22.0 2015-10-29 22:55:27 +00:00
prlw1
6bbf66fdca Update cogl to 1.22.0
Cogl 1.22.0                                                        2015-09-16

  List of changes since Cogl 1.21.2

  Improvements in handling errors in the KMS winsys [#754540]
  Fix crashers in Wayland and GLX winsys [#754667, #754888]

Many thanks to:

  Ray Strode
  Lionel Landwerlin
  Chao-Hsiung Liao

Cogl 1.21.2                                                        2015-08-21

  List of changes since Cogl 1.20.0

  Add X11-specific API for retrieving the renderer's visual
  Improvement to the MSVC build
  Support KMS drivers without page flip
  Do not use deprecated OpenGL API with the GL3 driver

Many thanks to:

  Chun-wei Fan
  Cedric Valmary
  Jasper St. Pierre
  Adel Gadllah
  Marek Chalupa
  Ray Strode
  Robert Bragg
  Rui Matos
  Samir Ribic
  Ting-Wei Lan
2015-10-29 22:55:01 +00:00
he
d5b3e2619b Make sure the pbulk user is created with /bin/sh as shell,
at least on NetBSD.  Trying to build with /bin/csh as login
shell leads to a rather cryptic "Illegal variable name" error
message for all bulk-built packages.
2015-10-29 22:12:04 +00:00
bouyer
4310a2ed26 Updated sysutils/xenkernel42 to 4.2.5nb9 2015-10-29 22:00:30 +00:00
bouyer
229ba9d8c0 Add patches, derived from Xen security advisory, fixing:
CVE-2015-7835 aka XSA-148
CVE-2015-7869 aka XSA-149 + XSA-151
CVE-2015-7971 aka XSA-152
Bump PKGREVISION
2015-10-29 21:59:16 +00:00
bouyer
da274447bf Updated sysutils/xenkernel41 to 4.1.6.1nb17
Updated sysutils/xenkernel45 to 4.5.1nb1
2015-10-29 20:42:37 +00:00
bouyer
c32656ccc9 Add patches from Xen security advisory, fixing:
CVE-2015-7835 aka XSA-148
CVE-2015-7869 aka XSA-149 + XSA-151
CVE-2015-7970 aka XSA-150
CVE-2015-7971 aka XSA-152
Bump PKGREVISION
2015-10-29 20:40:53 +00:00
bouyer
278592122d Add patches, derived from Xen security advisory, fixing:
CVE-2015-7835 aka XSA-148
CVE-2015-7869 aka XSA-149 + XSA-151
CVE-2015-7971 aka XSA-152
Bump PKGREVISION
2015-10-29 20:29:56 +00:00
jperkin
f67ff360ae Perform signing at the staged package stage rather than only during the
copy to the target pkgfile.  Ensures consistency at all stages, means we
can support verifying the signature at install time, and also fixes signed
packages with recent pbulk changes which now invoke 'stage-package-create'
rather than 'package'.
2015-10-29 20:09:28 +00:00
fhajny
9eb9b0e7a0 Added syslog-ng-* packages 2015-10-29 16:38:39 +00:00
fhajny
6471c27430 Updated sysutils/syslog-ng to 3.7.2 2015-10-29 16:36:15 +00:00
fhajny
cc219141a1 Add secondary syslog-ng-* packages 2015-10-29 16:35:47 +00:00
fhajny
2f92fc7f31 Update syslog-ng to the latest stable 3.7.2 version.
Rework and clean up the package, split off various bindings
into separate packages. Add SMF support.

Major features and improvements introduced in major releases since 3.2.

3.7
- OpenSSL is now a required dependency for syslog-ng.
- Java-destination driver ported from syslog-ng-incubator.
- Python language support is ported from syslog-ng incubator.
- New Java destination drivers
- New Parsers

3.6
- PCRE is now a required dependency of syslog-ng.
- Threaded mode is now enabled by default.

3.5
- Multi-line support
- STOMP destination
- Redis destination
- Template type hinting
- Template options honored everywhere
- Support for unit suffixes in the configuration
- The Incubator project

3.4
- New plugins: AMQP & SMTP destinations, JSON parser.
- New parsers for patterndb: HOSTNAME, EMAIL, PCRE and LLADDR.
- It is now possible to control what db-parser() sees as its input
  via it's new template() option.
- value-pairs() gained support for programmatically
  rewriting key names in bulk, via the rekey() method.
- The network() driver is introduced, unifying and extending
  tcp(), udp(), syslog(), unix-dgram() and
  unix-stream(). The old drivers are still available, but
- Support for junctions & channels were added, which improve
  the flexibility of the syslog-ng configuration language.

3.3
- multi-core/CPU scaling: the new multi-threaded architecture allows
  syslog-ng to scale into the 800k msg/sec region.
- MongoDB support: using MongoDB instead of SQL is faster and
  allows better representation of log data.
- JSON support: using the $(format-json) template function it is
  now possible to construct JSON (JavaScript Object Notation)
  output for log messages.
- A number of enhancements all over the place: SQL, patterndb.
- The default ports have changed. syslog-ng is using the standard
2015-10-29 16:34:13 +00:00
prlw1
d3e7ff2be1 Updated mail/roundcube to 1.1.3 2015-10-29 15:54:40 +00:00
prlw1
6ad71d8070 Update roundcube to 1.1.3
ok taca@

Since Makefile 1.59, the iconv option had no effect - reinstate iconv as
being optional.

This update to 1.1.3 makes multibyte and openssl a requirement (and drops
mcrypt support).


RELEASE 1.1.3
-------------
- Fix closing of nested menus (#1490443)
- Fix so E_DEPRECATED errors from PEAR libs are ignored by error_reporting change (#1490281)
- Fix compatibility with PHP 5.3 in rcube_ldap class (#1490424)
- Get rid of Mail_mimeDecode package dependency (#1490416)
- Fix "Importing..." message does not hide on error (#1490422)
- Fix Compose action in addressbook for results from multiple addressbooks (#1490413)
- Fix bug where some messages in multi-folder search couldn't be viewed/printed/downloaded (#1490426)
- Fix unintentional messages list page change on page switch in compose addressbook (#1490427)
- Fix race-condition in saving user preferences and loading plugin config (#1490431)
- Fix so plain text signature field uses monospace font (#1490435)
- Fix so links with href == content aren't added to links list on html to text conversion (#1490434)
- Fix handling of non-break spaces in html to text conversion (#1490436)
- Fix self-reply detection issues (#1490439)
- Fix multi-folder search result sorting by arrival date (#1490450)
- Fix so *-request@ addresses in Sender: header are also ignored on reply-all (#1490452)
- Update to TinyMCE 4.1.10 (#1490405)
- Fix draft removal after a message is sent and storing sent message is disabled (#1490467)
- Fix so imap folder attribute comparisons are case-insensitive (#1490466)
- Fix bug where new messages weren't added to the list in search mode
- Fix wrong positioning of message list header on page scroll in Webkit browsers (#1490035)
- Fix some javascript errors in rare situations (#1490441)
- Fix error when using back button after sending an email (#1490009)
- Fix removing signature when switching to identity with an empty sig in HTML mode (#1490470)
- Disable links list generation on html-to-text conversion of identities or composed message (#1490437)
- Fix "washing" of style elements wrapped into many lines
- Fix so input field (e.g. search box) does not loose focus on list load (#1490455)
- Fix so css of one html part does not apply to other text parts on message display (#1490505)
- Fix XSS issue in drag-n-drop file uploads (#1490530)
- Fix handling of plus character in mailto: links (#1490510)
- Fix so adding CC/BCC recipients from the sidebar unhides compose form fields in Classic skin (#1490472)
- Fix so gc.sh script removes also expired sessions from sql database (#1490512)
- Fix support for Mozilla-based browsers, e.g. Pale Moon (#1490517)
- Fix various issues with Turkish (and similar) locales (#1490519)
- Fix so In-Reply-To header is set also for MDN receipts (#1490523)
- Fix missing HTTP_X_FORWARDED_FOR address in generated Received header
- Fix issue where Content-Length of some attachments could be set to wrong value causing browser errors (#1490482)
2015-10-29 15:54:20 +00:00
adam
79b6cf52df Fix cmakes on Darwin, part 2 2015-10-29 14:48:04 +00:00
roy
15abe45e6c Updated net/openresolv to 3.7.2 2015-10-29 14:25:56 +00:00
roy
0d76461b53 Update to 3.7.2 with one change:
*  TMPDIR is no longer defined

Applications which use TMPDIR and expect it to be a valid directory
no longer complain.
2015-10-29 14:25:23 +00:00
jperkin
66cd705a2b Updated sysutils/user_darwin to 20151029 2015-10-29 12:33:23 +00:00
jperkin
00357c329c Update user-darwin to version 20151029.
Delete the AuthenticationAuthority property prior to creating the null
password entry.  This prevents the user from showing up in the login window
and fast user switching on newer Darwin releases.
2015-10-29 12:29:04 +00:00
christos
0b83e53745 update checksum and bump revision 2015-10-29 11:28:44 +00:00
christos
0ecce94b80 - rename patch-aa to follow not so new anymore convention
- apply the "warmup" patch only on linux. should fix the build on netbsd-6
2015-10-29 11:23:47 +00:00
jperkin
86e1d6f116 Fix PKGNAME for qt5-websockets. 2015-10-29 10:57:43 +00:00
jnemeth
e6e00d673b sort 2015-10-29 09:00:01 +00:00
jnemeth
4baccb8795 add and enable tcptraceroute6 2015-10-29 08:59:20 +00:00
sevan
7db1b53f19 libhack is also installed on Linux
ok jperkin@
2015-10-28 23:34:42 +00:00
jakllsch
02e63e56b6 Updated filesystems/openafs to 1.6.15 2015-10-28 21:54:13 +00:00
leot
10aea8fb82 Add plotutils option. 2015-10-28 20:06:51 +00:00
jakllsch
88eb93a9ae update openafs to 1.6.15
OpenAFS 1.6.15 (Security Release)

  All client and server platforms

    * Fix for OPENAFS-SA-2015-007 "Tattletale"

      When constructing an Rx acknowledgment (ACK) packet, Andrew-derived
      Rx implementations do not initialize three octets of data that are
      padding in the C language structure and were inadvertently included
      in the wire protocol (CVE-2015-7762).  Additionally, OpenAFS Rx in
      versions 1.5.75 through 1.5.78, 1.6.0 through 1.6.14, and 1.7.0
      through 1.7.32 include a variable-length padding at the end of the
      ACK packet, in an attempt to detect the path MTU, but only four octets
      of the additional padding are initialized (CVE-2015-7763).
2015-10-28 19:43:01 +00:00
wiz
8e316d5651 Fix path. 2015-10-28 19:03:17 +00:00