Commit graph

209282 commits

Author SHA1 Message Date
taca
de6c049fc7 Add version for Contao 3.2.0. 2013-11-21 16:50:50 +00:00
ryoon
1c2ecd9c45 Updated www/firefox24-l10n to 24.1.1 2013-11-21 15:28:26 +00:00
ryoon
66842bfca4 Update to 24.1.1
* Sync with firefox 24.1.1
2013-11-21 15:27:54 +00:00
ryoon
0c9a988ab3 Updated www/firefox-l10n to 25.0.1 2013-11-21 15:27:21 +00:00
ryoon
502ce2776c Update to 25.0.1
* Sync with firefox 25.0.1
2013-11-21 15:27:02 +00:00
ryoon
bfd086c96c Updated www/firefox24 to 24.1.1 2013-11-21 15:26:23 +00:00
ryoon
b8d181de5d Reset PKGREVISION 2013-11-21 15:25:49 +00:00
ryoon
dc0792ffc5 Update to 24.1.1
Changelog:
FIXED
Update branches that use 4.10 RTM to 4.10.2 RTM (see 935568)
FIXED
Update Mozilla to NSS 3.15.3 (new alternative NSS branch) to pick up a few fixes (see 935959)
FIXED
Some UI strings in Firefox 24.1.0 ESR l10n builds are in English (see 932310)
2013-11-21 15:25:17 +00:00
ryoon
e8bd7ea37f Updated www/firefox to 25.0.1 2013-11-21 15:24:56 +00:00
ryoon
145dc486ab Update to 25.0.1
Changelog:
FIXED
25.0.1: New security fixes can be found here
FIXED
25.0.1: Pages sometimes wouldn't load without first moving the cursor

Fixed in Firefox 25.0.1
MFSA 2013-103 Miscellaneous Network Security Services (NSS) vulnerabilities
2013-11-21 15:24:38 +00:00
ryoon
811cdd60b3 Updated devel/nss to 3.15.3 2013-11-21 15:24:10 +00:00
ryoon
dcc3ff2921 Update to 3.15.3
Changelog:
Security Advisories

The following security-relevant bugs have been resolved in NSS 3.15.3. Users are encouraged to upgrade immediately.

    Bug 925100 - (CVE-2013-1741) Ensure a size is <= half of the maximum PRUint32 value
    Bug 934016 - (CVE-2013-5605) Handle invalid handshake packets
    Bug 910438 - (CVE-2013-5606) Return the correct result in CERT_VerifyCert on failure, if a verifyLog isn't used

New in NSS 3.15.3
New Functionality

No new major functionality is introduced in this release. This release is a patch release to address CVE-2013-1741, CVE-2013-5605 and CVE-2013-5606.
Bugs fixed in NSS 3.15.3

    Bug 850478 - List RC4_128 cipher suites after AES_128 cipher suites
    Bug 919677 - Don't advertise TLS 1.2-only ciphersuites in a TLS 1.1 ClientHello

A complete list of all bugs resolved in this release can be obtained at
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&target_milestone=3.15.3&product=NSS


Compatibility

NSS 3.15.3 shared libraries are backward compatible with all older NSS 3.x
shared libraries. A program linked with older NSS 3.x shared libraries will
work with NSS 3.15.3 shared libraries without recompiling or relinking.
Furthermore, applications that restrict their use of NSS APIs to the
functions listed in NSS Public Functions will remain compatible with future
versions of the NSS shared libraries.
2013-11-21 15:23:47 +00:00
ryoon
adf17032f2 Updated devel/nspr to 4.10.2 2013-11-21 15:23:30 +00:00
ryoon
f889a22120 Update to 4.10.2
Changelog:
NSPR 4.10.2 has the following bug fixes:
* Bug 770534: Possible pointer overflow in PL_ArenaAllocate().
  Fixed by Pascal Cuoq and Kamil Dudka.
* Bug 888546: ptio.c:PR_ImportUDPSocket doesn't work. Fixed by
  Miloslav Trmac
* Bug 915522: VS2013 support for NSPR. Fixed by Makoto Kato.
* Bug 927687: (CVE-2013-5607) Avoid unsigned integer wrapping in
  PL_ArenaAllocate.
2013-11-21 15:22:58 +00:00
taca
c134744b6e Note update of drupal packages:
www/drupal6	6.29
	www/drupal7	7.24
2013-11-21 15:15:05 +00:00
taca
59e73fb298 Update drupal7 to 7.24 (Drupal 7.24).
Drupal 7.24, 2013-11-20
----------------------
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003.
2013-11-21 15:14:11 +00:00
taca
9399564f64 Update drupal6 to 6.29 (Drupal 6.29).
Drupal 6.29, 2013-11-20
----------------------
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003.
2013-11-21 15:13:09 +00:00
wiz
b46d01cd84 + dante-1.4.0, gupnp-av-0.12.4, imp-6.1.6, jabberd2-2.3.0,
rdesktop-1.8.1, reposurgeon-2.42, samba-4.0.12, vala-0.22.1,
  veusz-1.19, wine-1.6.1 [wait until NetBSD gains OSS 4 [kern/46611]
  or bring OSS 3 support back], worker-3.2.0.
2013-11-21 14:34:28 +00:00
adam
0cc647f722 Updated lang/python33 to 3.3.3 2013-11-21 14:07:25 +00:00
adam
fc49830edf Changes 3.3.3:
PEP 380, syntax for delegating to a subgenerator (yield from)
PEP 393, flexible string representation (doing away with the distinction between "wide" and "narrow" Unicode builds)
A C implementation of the "decimal" module, with up to 120x speedup for decimal-heavy applications
The import system (__import__) is based on importlib by default
The new "lzma" module with LZMA/XZ support
PEP 397, a Python launcher for Windows
PEP 405, virtual environment support in core
PEP 420, namespace package support
PEP 3151, reworking the OS and IO exception hierarchy
PEP 3155, qualified name for classes and functions
PEP 409, suppressing exception context
PEP 414, explicit Unicode literals to help with porting
PEP 418, extended platform-independent clocks in the "time" module
PEP 412, a new key-sharing dictionary implementation that significantly saves memory for object-oriented code
PEP 362, the function-signature object
The new "faulthandler" module that helps diagnosing crashes
The new "unittest.mock" module
The new "ipaddress" module
The "sys.implementation" attribute
A policy framework for the email package, with a provisional (see PEP 411) policy that adds much improved unicode support for email header parsing
A "collections.ChainMap" class for linking mappings to a single unit
Wrappers for many more POSIX functions in the "os" and "signal" modules, as well as other useful functions such as "sendfile()"
Hash randomization, introduced in earlier bugfix releases, is now switched on by default
2013-11-21 14:06:43 +00:00
obache
99cd3b854b require lcms (not lcms2). 2013-11-21 11:41:33 +00:00
obache
0d5ce4d58e openssl.pc is provided by pkgsrc if required now. 2013-11-21 11:39:37 +00:00
obache
c300612389 Updated devel/re2c to 0.13.6 2013-11-21 11:21:27 +00:00
obache
122239c445 Update re2c to 0.13.6.
Version 0.13.6 (2013-07-04)
---------------------------
- Fixed #2535084 uint problem with Sun C 5.8
- #3308400: allow Yacc-style %{code brackets}%
- #2506253: allow C++ // comments
- Fixed inplace configuration in -e mode.
- Applied #2482572 Typos in error messages.
- Applied #2482561 Error in manual section on -r mode.
- Fixed #2478216 Wrong start_label in -c mode.
- Fixed #2186718 Unescaped backslash in file name of #line directive.
- Fixed #2102138 Duplicate case labels on EBCDIC.
- Fixed #2088583 Compile problem on AIX.
- Fixed #2038610 Ebcdic problem.
- improve dot support: make char intervals (e.g. [A-Z]) instead of one edge per char
2013-11-21 11:21:07 +00:00
obache
5da3fbb01e Fixes build on Solaris. 2013-11-21 09:18:17 +00:00
obache
c8bb94412c fixes build on Solaris. 2013-11-21 09:05:08 +00:00
obache
156abb0a33 Updated net/libupnp to 1.6.19 2013-11-21 08:08:13 +00:00
obache
e16eeb83a0 Update libupnp to 1.6.19.
bug fixes
2013-11-21 08:07:55 +00:00
obache
0c77d607d8 Updated math/ruby-spreadsheet to 0.9.5 2013-11-21 07:57:24 +00:00
obache
9dc9ebde62 Update ruby-spreadsheet to 0.9.5.
### 0.9.5 / 20.11.2013

Author: Malcolm Blyth <trashbat@co.ck>
Date:   Tue Nov 19 15:14:31 2013 +0000

* Bumped revision
* Fixed author stringname error (damn this 1 based counting)
* Updating integration test to check for comments contained within the cells.
* Checking also for multiple comments in a sheet
2013-11-21 07:57:10 +00:00
obache
fe2842a0cb Updated devel/ruby-msgpack to 0.5.7 2013-11-21 07:54:31 +00:00
obache
4ef4cb20c7 Update ruby-msgpack to 0.5.7.
2013-10-12 version 0.5.7:

* Added deserialization support for the new MessagePack spec
2013-11-21 07:54:13 +00:00
adam
81059da3bd Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
adam
9569e40874 * Fix building with GCC (PR#48388).
* Build long double math libraries on NetBSD and FreeBSD.
* Removed obsolete patches.
2013-11-20 19:17:55 +00:00
ryoon
b3a51c3d64 Updated print/luatex to 0.76.0nb1 2013-11-20 13:31:57 +00:00
ryoon
fd0753c533 Bump PKGREVISION
* Upstream tar ball is changed with same filename.
  Set DIST_SUBDIR.
2013-11-20 13:31:25 +00:00
obache
be6a7bf66d recursive bump from boost-lib shlib major bump. 2013-11-20 13:23:41 +00:00
dsainty
74252b2f96 GCC now wants zlib - and comes with an internal copy as an alternative to
using the system/Pkgsrc zlib.  At least on Ubuntu, the internal zlib fails to
get past configuration.

Use the standard Pkgsrc (or builtin) zlib instead.

Bump PKGREVISION to reflect the minor difference in build strategy.
2013-11-20 11:00:43 +00:00
richard
426651d855 rectify sed pattern for guile version check in graphviz 2013-11-20 07:17:22 +00:00
dsainty
045175f1ca There is no need to install avrdude.conf twice. Remove the CONF_FILES_PERMS
entry, as the permissions are not exotic.
2013-11-20 06:11:34 +00:00
dsainty
777b08e33d Add tex-amsfonts dependency as it's explicitly used by doxygen. However,
it is implied (currently) by other dependencies, so no revbump required.
2013-11-20 04:50:47 +00:00
dsainty
567f59915c The patch comment (and reality) indicates the patch is against the wrong file.
But this package doesn't actually install any info files, so a simpler
solution is to not use makeinfo at all.
2013-11-19 23:06:24 +00:00
taca
3dc01ac734 * Note update of contao211 and contao211-example package to 2.11.13.
* Also add www/contao31-example to 3.1.5 before.
2013-11-19 14:22:16 +00:00
taca
9bd567aaa1 Update contao211 to 2.11.13.
Version 2.11.13 (2013-11-19)
----------------------------

### Fixed
Sort the list of available modules (see #6391).

### Fixed
Decode entities in passwords (see #6252).

### Fixed
Replace insert tags in the details view of the listing module (see #6120).
2013-11-19 14:19:58 +00:00
tron
ebe1b6edad Remove unnecessary command line options from build and install targets. 2013-11-19 13:00:10 +00:00
tron
39b3fb74ce Add entry for new "sslscan" package. 2013-11-19 12:52:02 +00:00
tron
0dbbcab2a4 Add and enable "sslscan" package. 2013-11-19 12:51:38 +00:00
tron
e95f36f42b Import new "sslscan" package:
SSLScan queries SSL services, such as HTTPS, in order to determine the
ciphers that are supported. SSLScan is designed to be easy, lean and
fast. The output includes prefered ciphers of the SSL service, the
certificate and is in Text and XML formats.
2013-11-19 12:46:07 +00:00
obache
db2e8a4edc s/curses/terminfo/g 2013-11-19 11:43:19 +00:00
obache
d9a7ca3a6a s/termcap/terminfo/g 2013-11-19 11:40:39 +00:00