summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-10Update typo3_45 package to 4.5.32 (TYPO3 4.5.32).taca3-11/+12
- Fix multiple vulnerabilities in TYPO3 CMS: http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-004/ - Enable PHP_VERSIONS_ACCEPTED which was accidently commented out by previous commit. 2013-12-10 1956962 [RELEASE] Release of TYPO3 4.5.32 (TYPO3 Release Team) 2013-12-10 60576d1 #31206 [SECURITY] XSS in header link of all content elements (Anja Leichsenring) 2013-12-10 77dc1c4 #42772 [SECURITY] XSS in colorpicker wizard (Anja Leichsenring) 2013-12-10 52d3bff #45043 [SECURITY] Prevent editor controlled hmac content (Franz G. Jahn) 2013-12-10 cae8739 #20811 [SECURITY] XSS vulnerability in extension manager (Marcus Krause) 2013-12-10 ba92f0a #41714 [SECURITY] Information Disclosure in Wizards (Anja Leichsenring) 2013-12-10 63ff910 #54099 [SECURITY] Fix open redirection in openid extension (Anja Leichsenring) 2013-12-10 c4d1336 #48187 [SECURITY] feuser_adminLib.inc allows to set arbitrary fields (Steffen Ritter) 2013-12-10 5342284 #36768 [SECURITY] XSS in be_layout wizard (Anja Leichsenring) 2013-12-10 b360a1a #54074 [SECURITY] Remove possible XSS from ActionController Error output (Anja Leichsenring) 2013-12-10 78ee538 #54073 [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard (Marcus Krause) 2013-12-08 5aa4ab2 #54282 [BUGFIX] Fix failing test (Anja Leichsenring) 2013-12-08 6add221 #54280 [BUGFIX] Fix failing test (Anja Leichsenring) 2013-12-02 0c3fa95 #54124 [BUGFIX] ClientUtility does not detect Internet Explorer 11 (Stefan Neufeind) 2013-12-02 d353ab0 #54120 Revert "[BUGFIX] Object passed to date()" (Markus Klein) 2013-11-29 309e93a #42651 [BUGFIX] ext:adodb Restrict connection wizard to admins (Christian Kuhn) 2013-11-26 1d95cad #25157,#45550 [BUGFIX] Distinguish unassigend columns and colPos 0 (Philipp Gampe)
2013-12-10www/squid incorporated into www/squid3adam1-2/+1
2013-12-10Updated www/squid3 to 3.4.1adam1-1/+2
2013-12-10www/squid incorporated into www/squid3adam10-234/+6
2013-12-10Changes 3.4.1:adam10-47/+2207
* Bug 3589: intercepted and ICAP modified request using a cache_peer * OpenBSD portability fix in DiskThreads * Bug 3935: Invalid pointer dereference when peeking at origin server certificate * Destroy ACLs in the reverse order of creation to avoid destruction segfaults * Portability: sleep() is sometimes a macro * Windows: fix compile errors in WinSvc.cc * Portability: std::string:npos is not always appropriate for String::npos * Portability: refresh_pattern requires regex * librfcnb: portability fixes
2013-12-10Fix pow() argument types, fixes SunOS. Patch from Sebastian Wiedenroth.jperkin2-1/+17
2013-12-10Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin3-3/+12
2013-12-10Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+2
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin2-2/+9
2013-12-10Fix flags on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+5
2013-12-10Add support for SunOS x86_64. Patch from Sebastian Wiedenroth.jperkin1-1/+2
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-12-10Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin3-3/+9
2013-12-10Add socket libraries and inttypes on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin1-2/+4
2013-12-10Fix build on SunOS. Patches from Sebastian Wiedenroth.jperkin3-2/+22
2013-12-10Fix print types on Darwin, fixes build.jperkin2-1/+17
2013-12-10Note update of misc/py-pandas to 0.12.0.bad1-1/+2
2013-12-10Update pandas to 0.12.0.bad3-14/+75
This is a major release from 0.11.0 and includes several new features and enhancements along with a large number of bug fixes. Highlites include a consistent I/O API naming scheme, routines to read html, write multi-indexes to csv files, read & write STATA data files, read & write JSON format files, Python 3 support for HDFStore, filtering of groupby expressions via filter, and a revamped replace routine that accepts regular expressions. For detailed changes see: http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin4-5/+13
2013-12-10Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-12-10Fix build on SunOS. Patches from Sebastian Wiedenroth.jperkin3-1/+35
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin2-2/+9
2013-12-10Various patches to fix SunOS build, from Sebastian Wiedenroth.jperkin5-3/+60
2013-12-10Pass socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin1-2/+4
2013-12-10Package uses LDLIBS not LIBS, fixes SunOS. Patch from Sebastian Wiedenroth.jperkin1-2/+2
2013-12-10Provide compat MIN(), fixes SunOS. Patch from Sebastian Wiedenroth.jperkin3-2/+22
2013-12-10Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-12-10Use LDFLAGS instead of LIBS, fixes SunOS. Patch from Sebastian Wiedenroth.jperkin1-2/+2
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-12-10Fix build on SunOS. Patch from Sebastian Wiedenroth.jperkin2-6/+16
2013-12-10Fix relocation errors on OSX.jperkin1-1/+4
2013-12-10Fix build on SunOS. Patches from Sebastian Wiedenroth.jperkin3-2/+22
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+2
2013-12-10py-gobject3 no longer supports Python 2.6, fix dependency fallout.jperkin2-2/+6
2013-12-10Note update of the "youtube-dl" package to version 20131009.tron1-1/+2
2013-12-10Update "youtube-dl" package to version 2013.12.09.4. A list oftron2-6/+6
change since the last release is not available unfortunately.
2013-12-10Add dbus to list of linux modulesprlw11-2/+3
2013-12-10openoffice3-bin had been removed from pkgsrc.obache1-2/+1
2013-12-10Add comments to patch-aa from commit logs.obache2-3/+10
2013-12-10Closed PR 48323, up max sampling rate to 192 kHz.rxg3-3/+17
Bump the version.
2013-12-10Updated devel/apr-util to 1.5.3nb1obache1-1/+2
2013-12-10Restore patch-aa, 2nd hunk is still required, especially expat is in ${X11BASE}obache3-2/+17
and ${X11BASE}/lib is not in default rpath. Bump PKGREVISION.
2013-12-10Last glib2 put on ftp.gtk.org is 2.34, so drop it from MASTER_SITES.obache1-3/+2
2013-12-10Updated graphics/librsvg to 2.40.1prlw11-1/+3
2013-12-10Rerevert librsvg update to 2.40.1prlw16-198/+43
2013-12-09Updated devel/py-gobject3 to 3.10.2prlw12-3/+3
2013-12-09Many fixes. Python 3 support improved, and python 2.6 support dropped.prlw13-11/+14
For full details see: https://git.gnome.org/browse/pygobject/tree/NEWS?h=pygobject-3-10&id=3.10.2