aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | memcached: upgrade to 1.4.24heil2015-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | apr: upgrade to 1.5.4heil2015-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | haproxy: update to 1.5.12heil2015-05-04
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [RELEASE] Released version 1.5.12 Released version 1.5.12 with the following main changes : - BUG/MINOR: ssl: Display correct filename in error message - DOC: Fix L4TOUT typo in documentation - BUG/MEDIUM: Do not consider an agent check as failed on L7 error - BUG/MINOR: pattern: error message missing - BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match - BUG/MEDIUM: buffer: one byte miss in buffer free space check - BUG/MAJOR: http: don't read past buffer's end in http_replace_value - BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax - BUG/MEDIUM: peers: correctly configure the client timeout - BUG/MINOR: compression: consider the expansion factor in init - BUG/MEDIUM: http: hdr_cnt would not count any header when called without name - BUG/MEDIUM: listener: don't report an error when resuming unbound listeners - BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes only - BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified - BUG/MEDIUM: http: remove content-length from chunked messages - DOC: http: update the comments about the rules for determining transfer-length - BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1 - BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request - BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding - MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230 - MEDIUM: http: add option-ignore-probes to get rid of the floods of 408 - BUG/MINOR: config: clear proxy->table.peers.p for disabled proxies - MINOR: stick-table: don't attach to peers in stopped state - MEDIUM: config: initialize stick-tables after peers, not before - MEDIUM: peers: add the ability to disable a peers section - DOC: document option http-ignore-probes - DOC: fix the comments about the meaning of msg->sol in HTTP - BUG/MEDIUM: http: wait for the exact amount of body bytes in wait_for_request_body - BUG/MAJOR: http: prevent risk of reading past end with balance url_param - DOC: update the doc on the proxy protocol Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | Merge pull request #1229 from ClaymorePT/masterSteven Barth2015-05-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | boost: patch update
| * | | | | | | Boost Patch updateclaymore2015-05-04
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update follows after the previous update[1] Due to the Boost Dev patch submited in [2], this commit also updates the boost patch in order to, instead of excluding all architectures that do not support -m32 and -m64 options, it now includes only the architectures that do support it. [1]: https://github.com/openwrt/packages/pull/1186 [2]: https://github.com/boostorg/build/pull/76 Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* | | | | | | Merge pull request #1227 from antonlacon/libvorbis-1.3.xTed Hess2015-05-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libvorbis: upgrade to 1.3.5
| * | | | | | | libvorbis: upgrade to 1.3.5Ian Leonard2015-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | | | Merge pull request #1228 from dangowrt/fix-cryptodev-on-kernel-4Nikos Mavrogiannopoulos2015-05-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cryptodev: get rid of get_unused_fd()
| * | | | | | | | cryptodev: get rid of get_unused_fd()Daniel Golle2015-05-03
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The get_unused_fd() macro was removed upstream by https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f938612dd97d481b8b5bf960c992ae577f081c17 Thus replace get_unused_fd() by get_unused_fd_flags(0) which used to be the definition of the get_unused_fd() macro before it was removed. This fixes cryptodev compilation on kernel 4.0. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* / | | | | | | lvm2: finally fix memory locking issues on muslDaniel Golle2015-05-03
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always use mlockall fixes it, still trying to keep everything else as untouched as possible. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | lvm2: better workaround for missing mallinfo on muslDaniel Golle2015-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | lvm2: bump versionDaniel Golle2015-05-03
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #1222 from thess/mjpg-streamer-updateTed Hess2015-05-01
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | mjpg-streamer: Update cambozola to specific version, add yuv and jpeg qu...
| * | | | | mjpg-streamer: Update cambozola to specific version, add yuv and jpeg ↵Ted Hess2015-05-01
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | quality init/config options Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | luarocks: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | json4lua: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | lua-mosquitto: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | uuid: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | luasql: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | libwebsockets: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | e2guardian: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | wavemon: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | redsocks: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | Merge branch 'coova-chilli-patch' of https://github.com/teslamint/packagesNicolas Thill2015-05-01
|\ \ \ \ \
| * | | | | coova-chilli: fix compile error that cannot copy netfilter extension libraryJaehoon You2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jaehoon You <teslamint@gmail.com>
* | | | | | krb5: fix build failure on rebuild (closes: #1143)Nicolas Thill2015-05-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | Merge branch 'ser2net-led-support' of https://github.com/mhei/packagesNicolas Thill2015-05-01
|\ \ \ \ \ \
| * | | | | | ser2net: add patch for LED activity supportMichael Heimpold2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a patch for ser2net, so that ser2net can be configured to flash leds on serial traffic. This could -for example- be used to have an activity indicator, like netdev trigger. Internally, the linux kernel's 'transient' led trigger is used. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | ocserv: updated to 0.10.4Nikos Mavrogiannopoulos2015-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | Merge pull request #1217 from wongsyrone/patch-1Ted Hess2015-04-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ffmpeg: upgrade to 2.6.2
| * | | | | | | ffmpeg: upgrade to 2.6.2Syrone Wong2015-04-29
| |/ / / / / / | | | | | | | | | | | | | | 2.6.2 was released on 2015-04-12. It is the latest stable FFmpeg release from the 2.6 release branch
* | | | | | | sqm-scripts: Only run on hotplug if the init script is enabled.Toke Høiland-Jørgensen2015-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1202. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | lua-lzlib: fix build failure, honor cflags, cleanupNicolas Thill2015-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix failure on buildbot where lua devel files are searched in home directory * add a patch to pass proper target optimization flags * remove unused PKG_INSTALL & Build/Install Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | Merge pull request #1219 from hauke/torHauke Mehrtens2015-04-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | This should fix building tor and updates it to the most recent version.
| * | | | | | | tor: disable seccomp supportHauke Mehrtens2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seccomp is only supported on x86, amd64 and arm in tor. This deactivated it currently completely which should close #935, #1097, #1147 and #1161. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * | | | | | | tor: update to stable version 0.2.5.12Hauke Mehrtens2015-04-29
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* / / / / / / php5: upgrade to 5.6.8Michael Heimpold2015-04-29
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following CVEs: - CVE-2015-1351 - CVE-2015-1352 - CVE-2015-2783 - CVE-2015-3329 - CVE-2015-3330 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #1216 from ryzhovau/halog_linkageThomas Heil2015-04-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | haproxy: fix halog linkage
| * | | | | | haproxy: fix halog linkageAlexander Ryzhov2015-04-29
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | | Merge pull request #1215 from cyanidium/masterTed Hess2015-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | nut: Update to 2.7.3
| * | | | | | nut: Update to 2.7.3Marty R2015-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the package to the latest upstream version. Removed a patch that was merged upstream. Bumped copyright notice to 2015. Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
* | | | | | | avrdude: Add libelf dependencyTed Hess2015-04-28
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #1214 from br101/masterSteven Barth2015-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | exfat-nofuse: Depend on BUILD_PATENTED
| * | | | | | exfat-nofuse: Depend on BUILD_PATENTEDBruno Randolf2015-04-28
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ExFAT is patented by Microsoft. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | Merge pull request #1213 from br101/masterSteven Barth2015-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add exfat-nofuse: EXFAT filesystem kernel driver
| * | | | | | Add exfat-nofuse: EXFAT filesystem kernel driverBruno Randolf2015-04-28
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "exfat-nofuse" kernel module for EXFAT filesystem which was originally found in an Android kernel of Samsung. While there has been some doubt about the license originally, it has later been officially released under the GPL by Samsung and can be found on: http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=exfat Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | Merge pull request #1211 from br101/masterSteven Barth2015-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add package: bc
| * | | | | | Add package: bcBruno Randolf2015-04-28
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copied from oldpackages and slightly updated. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | Merge pull request #1209 from ryzhovau/haproxy_pcredirThomas Heil2015-04-28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | haproxy: fix PCREDIR
| * | | | | fix PCREDIRAlexander Ryzhov2015-04-28
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>