Commit graph

226471 commits

Author SHA1 Message Date
adam
7db859f14c Updated www/py-djangocms-admin-style to 0.2.5; www/py-djangocms-text-ckeditor to 2.4.3 2015-01-03 16:48:33 +00:00
ryoon
e01f3ac0d1 Updated www/apache-tomcat6 to 6.0.43 2015-01-03 16:44:47 +00:00
ryoon
13090acd35 Update to 6.0.43
Changelog:
# Tomcat 6.0.43 (markt)
## Catalina
* fix	Assert that mapping result object is empty before performing mapping work in Mapper. (kkolinko)

## Coyote
* fix	53952: Add support for TLSv1.1 and TLSv1.2 for APR connector. Based upon a patch by Marcel Šebek. (schultz/jfclere)
* fix	56780: Enable Tomcat to start when using SSL with an IBM JRE in strict SP800-131a mode. (markt/kkolinko)
* fix	57102: Fix bug that meant sslEnabledProtocols setting was not recognised for the HTTPS NIO connector. (markt)
* add	Disable SSLv3 by default for the APR/native HTTPS connector. (markt/schultz)
* fix	Do not increase remaining counter at end of stream in IdentityInputFilter. (kkolinko)
* fix	Disable SSLv3 by default (along with SSLv2 which was already disabled by default) in light of the recently announced POODLE vulnerability (CVE-2014-3566). (markt)
* fix	57116: Do not fallback to default protocol list for HTTPS BIO connector if sslEnabledProtocols has no matches. (markt)
* update	Align calculation of default ciphers and default protocols for JSSE HTTPS connectors with Tomcat 7 which allows for per connector defaults based on the choice of sslProtocol. (markt/kkolinko)

## Web applications
* fix	Configure the Javadoc tool to read sources as ISO-8859-1, suppress timestamp comments and enable charset header. (kkolinko)
* fix	Correct typos in configuration samples on SSL Configuration page of Tomcat documentation. (kkolinko)

## Other
* update	56079: The Apache Tomcat Windows service and the Apache Tomcat Windows service monitor application are now digitally signed. (markt/kkolinko)
* update	56988: Allow to use relative path in base.path setting when building Tomcat. (kkolinko)
fix	Update documentation: the minimum version of Apache Ant required to build Tomcat is 1.8.0. (kkolinko)
* update	56596: Update to Tomcat Native Library version 1.1.32 to pick up the Windows binaries that are based on OpenSSL 1.0.1j and APR 1.5.1. (markt)
* fix	Fix timestamps in Tomcat build to use 24-hour instead of 12-hour format and use UTC timezone. (kkolinko)

# Tomcat 6.0.42 (jfclere)	not released
## Catalina
* fix	56600: In WebdavServlet: Do not waste time generating response for broken PROPFIND request. (kkolinko)
* fix	56648: Reduce scope of synchronization when adding children to a container (e.g. adding a Context to a Host) to prevent blocking requests to other children while the new child starts. (markt)
* fix	56684: Ensure that Tomcat does not shut down if the socket waiting for the shutdown command experiences a SocketTimeoutException. (markt)

## Coyote
fix	Various improvements to ChunkedInputFilter including clean-up, i18n for error messages and adding an error flag to allow subsequent attempts at reading after an error to fail fast. (markt)
fix	56661: Support using AJP request attribute AJP_LOCAL_ADDR to fix getLocalAddr(). (rjung)

## Jasper
* fix	43001: Enable the JspC Ant task to set the JspC option mappedFile. (kkolinko)
* fix	56334: Fix a regression in EL parsing when quoted string follows a whitespace. (markt)
* fix	56560: Fix NoClassDefFoundError when using Jasper Ant task defined by catalina-tasks.xml file. Patch provided by M Gemmell. (kkolinko)
* fix	56561: Avoid NoSuchElementException while handling attributes with empty string value. (violetagg)
* fix	56612: Correctly parse consecutive escaped single quotes when used in an EL expression. (markt)
* code	Use if { ... } else if { ... } rather than multiple if { ... } for alternative branches in the JSP parser. (kkolinko)
* fix	Fix a potential resource leak in JDTCompiler when checking wether a resource is a package. Reported by Coverity Scan. (fschumacher)

## Other
* fix	56606: When creating tomcat-users.xml in the Windows Installer, use the new attribute name for the name of the user. (markt)
* add	56829: Add the ability for users to define their own values for _RUNJAVA and _RUNJDB environment variables. Be more strict with executable filename on Windows (s/java/java.exe/). Based on a patch by Neeme Praks. (markt/kkolinko)
2015-01-03 16:43:44 +00:00
adam
4677d7a3d7 Changes 0.2.5:
Bug fixes.
2015-01-03 16:37:42 +00:00
adam
f1fbca1332 Changes 2.4.3:
Bug fixes.
2015-01-03 16:29:09 +00:00
fhajny
7dc73b4c30 Add lost sphinxsearch hashes, make sure they are not lost next time. 2015-01-03 16:07:38 +00:00
wiz
a4234db564 Updated security/py-cryptography to 0.7.1 2015-01-03 16:01:03 +00:00
wiz
8a120e1128 Update to 0.7.1:
0.7.1 - 2014-12-28
~~~~~~~~~~~~~~~~~~

* Fixed an issue preventing compilation on platforms where ``OPENSSL_NO_SSL3``
  was defined.

0.7 - 2014-12-17
~~~~~~~~~~~~~~~~

* Cryptography has been relicensed from the Apache Software License, Version
  2.0, to being available under *either* the Apache Software License, Version
  2.0, or the BSD license.
* Added key-rotation support to :doc:`Fernet </fernet>` with
  :class:`~cryptography.fernet.MultiFernet`.
* More bit-lengths are now support for ``p`` and ``q`` when loading DSA keys
  from numbers.
* Added :class:`~cryptography.hazmat.primitives.interfaces.MACContext` as a
  common interface for CMAC and HMAC and deprecated
  :class:`~cryptography.hazmat.primitives.interfaces.CMACContext`.
* Added support for encoding and decoding :rfc:`6979` signatures in
  :doc:`/hazmat/primitives/asymmetric/utils`.
* Added
  :func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key` to
  support the loading of OpenSSH public keys (:rfc:`4253`). Only RSA and DSA
  keys are currently supported.
* Added initial support for X.509 certificate parsing. See the
  :doc:`X.509 documentation</x509>` for more information.
2015-01-03 16:00:55 +00:00
adam
914a86d1db Updated graphics/py-Pillow to 2.7.0; www/py-django to 1.7.2 2015-01-03 15:49:28 +00:00
adam
ee7a854559 Django 1.7.2 fixes several bugs in 1.7.1.
Additionally, Django’s vendored version of six, django.utils.six, has been upgraded to the latest release (1.9.0).
2015-01-03 15:47:21 +00:00
adam
8a45fa8956 Changes 2.7.0:
Fixes potential denial of service attacks using compressed text chunks.
2015-01-03 15:46:00 +00:00
wiz
807925e1e7 Updated games/sl to 5.02 2015-01-03 15:43:07 +00:00
wiz
7e64fbe4f1 Update to 5.02:
SL(1) 5.02 Release includes several fixes for compiler warnings,
indentation, typos, etc.

Based on patch in PR 49531 in Jonathan Buschmann.
2015-01-03 15:42:58 +00:00
schwarz
349a2e1d88 updated net/arp-scan to 1.9 2015-01-03 14:44:36 +00:00
schwarz
f227face53 updated net/arping to 2.14 2015-01-03 14:24:18 +00:00
mef
49d08113f9 Removed mail/libspf-alt. 2015-01-03 14:21:54 +00:00
mef
2931a97aaa This version of gnuradio-trellis searches command xmlto and if found,
html/gr-trellis.html is installed in share/doc/gnuradio-${PKGVERSION}.
 There doesn't seem the way to disable this behavior. So add always-
dependency to textproc/xmlto. Thanks gdt@ for the report.
PKGREVISION++ (binary is different).
2015-01-03 14:18:13 +00:00
mef
200a4a849b Removing mail/libspf-alt
(1) Info from FreeBSD,
   https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=128322
   says
   | mail/libspf-alt has been superceded by mail/libspf2 a long time ago
(2) No objection was answered to my removing proposal at pkgsrc-users@
   (2014/12/23 06:57)
(3) finddepends reports nothing (other than self buildlink3.mk)
Thank you,
2015-01-03 13:55:42 +00:00
nat
1328f0e811 Fix freeze in audio callback on close.
Bump PKGREVISION.

This commit was approved by wiz@.
2015-01-03 11:21:07 +00:00
wiz
ff4f69f910 Updated net/youtube-dl to 20150102 2015-01-03 10:20:18 +00:00
wiz
2191e573a5 Update to 2015.01.02. The usual updates. 2015-01-03 10:20:11 +00:00
wiz
32b0d5ac8c Updated x11/libdrm to 2.4.58nb2 2015-01-03 10:01:52 +00:00
wiz
848aff53f0 Remove code for DRM_IOCTL_MMAP hack.
Never needed on NetBSD-5 and -6; and chuq improved mmap in NetBSD-7
and -current, so it's not needed there any longer either.
Confirmed by mrg.

Bump PKGREVISION.
2015-01-03 10:01:40 +00:00
wiz
6ca397c374 + calibre-2.15.0, gnucash-docs-2.6.5. 2015-01-03 09:57:47 +00:00
wiz
d7d8fcf6d3 Updated devel/py-mercurial to 3.2.4 2015-01-03 09:26:48 +00:00
wiz
435241f22f Update to 3.2.4:
This is a regularly-scheduled bugfix release.

    demandimport: blacklist distutils.msvc9compiler (issue4475)
    largefiles: backout f72d73937853 - linear updates handle m -> a differently
    largefiles: fix a spurious missing file warning with 'remove -A' (issue4053)
    largefiles: fix a spurious missing file warning with forget (issue4053)
    largefiles: introduce the 'composelargefilematcher()' method
    largefiles: mark lfile as added in lfdirstate when the standin is added
    sshpeer: more thorough shell quoting
2015-01-03 09:26:40 +00:00
darcy
e9d73da6b9 Correction to category: printer/cups ==> print/cups 2015-01-03 05:10:45 +00:00
dholland
5ac3fac66f Systematize use of -m32 and NOT_FOR_PLATFORM. 2015-01-03 01:33:59 +00:00
wiz
c4ad83e58e Added audio/shine version 3.1.0 2015-01-03 00:39:49 +00:00
wiz
ec4a1d6e9e + shine. 2015-01-03 00:39:40 +00:00
wiz
86f58aff79 Import shine-3.1.0 as audio/shine.
shine is a blazing fast mp3 encoding library implemented in
fixed-point arithmetic. The library can thus be used to performe
super fast mp3 encoding on architectures without a FPU, such as
`armel`, etc.. It is also, however, also super fast on architectures
with a FPU!
2015-01-03 00:39:26 +00:00
wiz
16f0ffa16f Added devel/py-flake8 version 2.2.5 2015-01-03 00:06:01 +00:00
wiz
ec7479e7fc + py-flake8, py-mccabe. 2015-01-03 00:05:52 +00:00
wiz
2c82705e15 Import py34-flake8-2.2.5 as devel/py-flake8.
Flake8 is a wrapper around these tools:

* PyFlakes
* pep8
* Ned Batchelder's McCabe script

Flake8 runs all the tools by launching the single flake8 script.
It displays the warnings in a per-file, merged output.
2015-01-03 00:05:47 +00:00
wiz
7efb0fc352 Added devel/py-mccabe version 0.3 2015-01-03 00:05:25 +00:00
wiz
c92d24484a Import py34-mccabe-0.3 as devel/py-mccabe.
Ned's script to check McCabe complexity.

This module provides a plugin for flake8, the Python code checker.
2015-01-03 00:05:02 +00:00
wiz
b4ec221fb1 Patch around problem in configure script directly, using a patch
from uwe in PR 49522. Remove autoconf dependency.
2015-01-02 22:34:02 +00:00
wiz
ff71751305 + gettext-0.19.4, gworkspace-0.9.3. 2015-01-02 15:58:55 +00:00
wiz
ace314ea44 Mention pkgviews support. Remove duplicate mame entry. 2015-01-02 15:58:37 +00:00
wiz
56d0ae28d2 Updated x11/xterm to 314 2015-01-02 15:56:36 +00:00
wiz
bd55a1c222 Update to 314:
Patch #314 - 2014/12/28

    fix a minor bug in the termcap-specific version of resize when
    the lines or columns values are at the very end of an incomplete
    termcap string (prompted by coverity report).
    improve paste64 feature (report by Olaf Rogalsky)
    add configure option --with-man2html to allow an alternative
    to groff's man/html conversion.
    review and modify resource-settings which can be set via control
    sequences, etc.
    change passedPty from fixed-length to allocated to ensure that
    it is long enough to hold the -S option value (report by Ben
    Longbons).
    improve ReGIS graphics initialization (Ross Combs):
2015-01-02 15:56:28 +00:00
wiz
932f263245 Updated emulators/mame to 0.157 2015-01-02 15:55:06 +00:00
wiz
9776790ee7 Updated emulators/mess to 0.157 2015-01-02 15:54:45 +00:00
wiz
56e6732677 Updated emulators/mame to 0.157 2015-01-02 15:54:36 +00:00
wiz
f530112db1 Update mame and mess to 0.157. The usual improvements. 2015-01-02 15:54:24 +00:00
alnsn
ea0cf1383b Fix pkg/49526 Unbreak lang/lua52. From Sevan Janiyan. 2015-01-02 15:50:43 +00:00
wiz
98b6b1422a Restore pkg_admin 'add' command; it's still used by bootstrap in one place. 2015-01-02 14:26:16 +00:00
bsiegert
e1bf55736f Add infrastructure for compiling software written in Go to pkgsrc. This
used to be in wip/go.
2015-01-02 14:04:00 +00:00
wiz
d488039778 Regenerate configure script with autoconf from pkgsrc.
Should fix PR 49522.
2015-01-02 12:56:37 +00:00
imil
93dd84fd2d Added security/password-store version 1.6.3 2015-01-02 12:56:13 +00:00