Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libxml2: security fixes (CVE-2015-8241, CVE-2015-8317, ↵ | Leonardo Arena | 2016-06-14 | 5 | -4/+257 |
| | | | | | | CVE-2016-[1839,2073]). Fixes #5443 (cherry picked from commit e22db122a45967d60400d69e5697c7021a1fddc5) | ||||
* | main/libxml2: security fixes | Christian Kampka | 2015-11-30 | 14 | -5/+816 |
| | | | | | | | | | | | | | | | | | | CVE-2015-8242 Buffer overead with HTML parser in push mode (Hugh Davenport) CVE-2015-7500 Fix memory access error due to incorrect entities boundaries (Daniel Veillard) CVE-2015-7499-2 Detect incoherency on GROW (Daniel Veillard) CVE-2015-7499-1 Add xmlHaltParser() to stop the parser (Daniel Veillard) CVE-2015-5312 Another entity expansion issue (David Drysdale) CVE-2015-7497 Avoid an heap buffer overflow in xmlDictComputeFastQKey (David Drysdale) CVE-2015-7498 Avoid processing entities after encoding conversion failures (Daniel Veillard) CVE-2015-8035 Fix XZ compression support loop (Daniel Veillard) CVE-2015-7942-2 Fix an error in previous Conditional section patch (Daniel Veillard) CVE-2015-7942 Another variation of overflow in Conditional sections (Daniel Veillard) CVE-2015-1819 Enforce the reader to run in constant memory (Daniel Veillard) CVE-2015-7941_2 Cleanup conditional section error handling (Daniel Veillard) CVE-2015-7941_1 Stop parsing on entities boundaries errors (Daniel Veillard) fixes #4799 | ||||
* | main/libxml2: upgrade to 2.9.2 | Natanael Copa | 2014-11-07 | 1 | -6/+5 |
| | |||||
* | main/libxml2: security fix for CVE-2014-0191 | Natanael Copa | 2014-05-22 | 2 | -4/+44 |
| | |||||
* | main/libxml2: fix pthreads patch for non-musl | Timo Teräs | 2013-09-27 | 2 | -52/+10 |
| | | | | | | the weak hack is needed if -lpthreads is separate library. so just differentiate with musl and non-musl with __GLIBC__ as an ugly hack. | ||||
* | main/libxml2: fix build against musl | Timo Teräs | 2013-09-27 | 2 | -4/+62 |
| | | | | | they have horrible hack to make pthread symbols weak, it's unneeded. patch from sabotage. | ||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+6 |
| | |||||
* | main/libxml2: upgrade to 2.9.1 | Carlo Landmeter | 2013-05-11 | 3 | -184/+5 |
| | |||||
* | main/libxml2: add leftover patch | Leonardo Arena | 2013-04-08 | 2 | -1/+151 |
| | |||||
* | main/libxml2: security fix (CVE-2013-0338) #1658 | Leonardo Arena | 2013-04-08 | 1 | -2/+10 |
| | |||||
* | main/libxml2: fix CVE-2012-5134 | Natanael Copa | 2012-12-17 | 2 | -2/+25 |
| | | | | | fixes #1487 (cherry picked from commit a19dcca62117d3b62e98097b12ca9ba5311ca693) | ||||
* | main/libxml2: upgrade to 2.9.0 | Natanael Copa | 2012-11-02 | 4 | -387/+3 |
| | | | | fixes #1438 | ||||
* | main/libxml2: security fix (CVE-2012-2807) | Natanael Copa | 2012-08-16 | 4 | -3/+388 |
| | | | | | | This should fix the issue for real. fixes #1302 | ||||
* | main/libxml2: upgrade to 2.8.0 | Natanael Copa | 2012-08-08 | 4 | -414/+4 |
| | |||||
* | main/libxml2: security fix (CVE-2012-0841) | Natanael Copa | 2012-02-28 | 2 | -5/+300 |
| | | | | fixes #1026 | ||||
* | main/libxml2: remove all *.la files | Natanael Copa | 2011-10-12 | 1 | -2/+5 |
| | |||||
* | main/libxml2: security update CVE-2011-1944, BID 48056 | Leonardo Arena | 2011-10-12 | 2 | -3/+106 |
| | |||||
* | main/libxml2: remove *.la files | William Pitcock | 2011-06-29 | 1 | -1/+2 |
| | |||||
* | main/[various]: rebuild against python-2.7 | Natanael Copa | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | main/[multiple]: set correct maintainer field | Carlo Landmeter | 2011-05-12 | 1 | -3/+3 |
| | |||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/libxml2: upgrade to 2.7.8 | Natanael Copa | 2010-11-29 | 1 | -3/+3 |
| | |||||
* | main/libxml2: split out the utilities to subpackage | Natanael Copa | 2010-11-16 | 1 | -2/+8 |
| | |||||
* | libxml2: -dev package needs zlib-dev and python-dev | Natanael Copa | 2010-09-01 | 1 | -1/+2 |
| | |||||
* | main/[various]: rebuild due to bad owner in package | Natanael Copa | 2010-07-20 | 1 | -1/+1 |
| | | | | | | | | | | Busybox got static in 3860ada6cdc107477a4de9bbc2b92d73495b66e8 causing fakeroot to break and owners got bad in all packages built after that. This got fixed in 7f3e98913b36d3254e0000765c9822423c0364e0 but all broken packages needs to be rebuilt. fixes #387 | ||||
* | main/libxml2: move .so to -dev package | Natanael Copa | 2010-07-15 | 1 | -1/+1 |
| | | | | ref #384 | ||||
* | main/libxml2: upgrade to 2.7.7 | Carlo Landmeter | 2010-05-12 | 2 | -39/+5 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/libxml2: patch abuse of zlib API | Natanael Copa | 2010-01-30 | 3 | -5/+64 |
| | |||||
* | main/libxml2: add python bindings | Natanael Copa | 2010-01-26 | 1 | -3/+10 |
| | |||||
* | main/libxml2: upgrade to 2.7.6 | Natanael Copa | 2009-11-09 | 2 | -24/+9 |
| | |||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 2 | -0/+44 |
and fixed misc build issues |