aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | sqlite3: update to 3.8.6Christoph König2014-09-07
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
* | | | | | Merge pull request #288 from MikePetullo/mastersbyx2014-09-07
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | luaexpat: update to 1.3.0
| * | | | | luaexpat: update to 1.3.0W. Michael Petullo2014-09-06
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #282 from mhei/libs/pcreThomas Heil2014-09-06
|\ \ \ \ \ | | | | | | | | | | | | pcre: small makefile fixes
| * | | | | pcre: small makefile fixesMichael Heimpold2014-09-05
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make license tag spdx conform - drop duplicate copy commands (previous lines with asterisk match already) - minor whitespace cleanup Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | gnutls: enable anon by default to allow gnutls-cli in gnutls-utilsNikos Mavrogiannopoulos2014-09-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | Merge pull request #280 from remakeelectric/dkjson-buildsbyx2014-09-06
|\ \ \ \ \ | | | | | | | | | | | | dkjson: Fix PKG_BUILD_DIR paths
| * | | | | dkjson: Fix PKG_BUILD_DIR pathsKarl Palsson2014-09-05
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes builds on clean checkouts, and also fixes the "md5sum tests aren't working" notes. Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | Merge pull request #285 from morgenroth/Disable-building-of-documentationsbyx2014-09-06
|\ \ \ \ \ | | | | | | | | | | | | ibrdtnd: Add patch to exclude build of documentation using pdflatex
| * | | | | ibrdtnd: Add patch to exclude build of documentation using pdflatexJohannes Morgenroth2014-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default the package detects the presence of pdflatex and builds documentation automatically. During the OpenWrt build this behavior is not acceptable. The added patch introduces a configure option to explicitly enable the build of the documentation on request. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* | | | | | Merge pull request #275 from antonlacon/rsync-zlibchamptar2014-09-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | | rsync: optionally enable builtin zlib and add logfile to rsyncd
| * | | | | rsync: enable selecting bundled or system zlibIan Leonard2014-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rsync, by default, includes a patched zlib within its source tarball. The patch enables a better compression ratio for rsync streams. However, the client and server need the same featureset in their zlib in order to understand the compression stream, or the server will abort the transfer. Older versions have no understanding of the new compression standard used. This patch allows the builder to choose whether to use the bundled or system zlib. It defautls to using the system zlib, as is the default before this patch. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | rsyncd: add default logfile to globalsIan Leonard2014-09-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | Merge pull request #281 from mhei/libs/expatchamptar2014-09-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | libexpat: do not install soname symlink
| * | | | | | libexpat: do not install soname symlinkMichael Heimpold2014-09-05
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The .so symlinks (without any suffix) are only used by compiler/linker and not needed on the target system. See https://github.com/openwrt/packages/pull/274 for a short discussion. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | netatalk: prevent use of LD_LIBRARY_PATHNicolas Thill2014-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a patch to prevent use of LD_LIBRARY_PATH when checking for BDB libs This caused build failure when host = target Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | netatalk: refresh patchNicolas Thill2014-09-05
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | tracertools: bump versionDaniel Golle2014-09-05
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #279 from damianorenfer/mastersbyx2014-09-05
|\ \ \ \ \ | | | | | | | | | | | | libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
| * | | | | libsodium: use CONFIGURE_ARGS var instead of Build/Configure blockDamiano Renfer2014-09-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* | | | | | libmodbus: include licensing informationMichael Heimpold2014-09-04
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #277 from roger-/micropythonsbyx2014-09-04
|\ \ \ \ \ | | | | | | | | | | | | micropython: simplify makefile + update
| * | | | | micropython: simplify makefile + updateRoger2014-09-04
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Platform detection now done upstream. Signed-off-by: Roger D <rogerdammit@gmail.com>
* | | | | libsodium: remove DEFAULTSteven Barth2014-09-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | Merge pull request #273 from mhei/libs/expatsbyx2014-09-04
|\ \ \ \ \ | |/ / / / |/| | | | expat: small makefile fixes
| * | | | expat: small makefile fixesMichael Heimpold2014-09-03
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix licensing file list - install pkgconfig file - drop explicite call to Build/Compile - use PKG_INSTALL Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | bash: Update to 4.3.24Marcel Denia2014-09-03
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | mac-telnet: fix two typos in the MakefileJo-Philipp Wich2014-09-03
| | | | | | | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | Merge pull request #272 from pliviu/masterchamptar2014-09-03
|\ \ \ \ | | | | | | | | | | ddns-scripts: duiadns.net service support added
| * | | | ddns-scripts: duiadns.net service support addedLiviu Pislaru2014-09-03
|/ / / / | | | | | | | | | | | | Signed-off-by: Liviu Pislaru <liviu@duiadns.net>
* | | | Add mac-telnet - a layer 2 Telnet/SSH server useful to access bricked devicesJo-Philipp Wich2014-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package adds the mac-telnet server, client, ping and discovery utilities. See https://github.com/aouyar/MAC-Telnet for details. This package uses the fork from https://github.com/jow-/MAC-Telnet as source, the code there has a number of bugfixes and results in smaller binaries since most core functionality has been ported to libubox facilities provided by OpenWrt. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | haproxy: new release 1.5.4 that fixes recent cveThomas Heil2014-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BUG: config: error in http-response replace-header number of arguments - BUG/MINOR: Fix search for -p argument in systemd wrapper. - BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm - BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported - MEDIUM: connection: add new bit in Proxy Protocol V2 - BUG/MINOR: server: move the directive #endif to the end of file - BUG/MEDIUM: http: tarpit timeout is reset - BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc* - BUG/MEDIUM: http: fix inverted condition in pat_match_meth() - BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs - BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg() - BUG/MEDIUM: acl: correctly compute the output type when a converter is used - CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix - BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | Merge pull request #270 from damianorenfer/mastersbyx2014-09-02
|\ \ \ \ | | | | | | | | | | Add libsodium + dnscrypt-proxy
| * | | | dnscrypt-proxy: add package with config files, version 1.4.0Damiano Renfer2014-09-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
| * | | | libsodium: add package, version 0.7.0Damiano Renfer2014-09-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* | | | | Merge pull request #169 from champtar/freeradius2champtar2014-09-02
|\ \ \ \ \ | | | | | | | | | | | | freeradius2: remove weird circular dependencies, enable mysql again
| * | | | | freeradius2: enable freeradius2-mod-sql-mysql againEtienne CHAMPETIER2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compile tested only Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
| * | | | | freeradius2: remove weird circular dependenciesEtienne CHAMPETIER2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | | mpd: disable libsoupJohn Crispin2014-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this showed up during the BB build Signed-off-by: John Crispin <blogic@openwrt.org>
* | | | | | Merge pull request #265 from berlinmeshnet/meshboxsbyx2014-09-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Import dkjson, lua-bencode, and lua-sha2
| * | | | | | lua-sha2: clean up makefileLars Gierth2014-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
| * | | | | | lua-bencode: import from https://github.com/SeattleMeshnet/meshbox.gitLars Gierth2014-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
| * | | | | | lua-sha2: import from https://github.com/SeattleMeshnet/meshbox.gitLars Gierth2014-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
| * | | | | | dkjson: import from https://github.com/SeattleMeshnet/meshbox.gitLars Gierth2014-09-02
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
* | | | | | perl: create the Host install path before using itJohn Crispin2014-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this caused a compile fail on the BB builder Signed-off-by: John Crispin <blogic@openwrt.org>
* | | | | | Merge pull request #268 from roger-/micropythonsbyx2014-09-01
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | micropython: cleanup makefile + update to latest
| * | | | | micropython: cleanup makefile + update to latestRoger2014-09-01
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Now uses default build options for non-MIPS platforms Signed-off-by: Roger D <rogerdammit@gmail.com>
* | | | | openconnect: openconnect-wrapper would trap signals and send the correct one ↵Nikos Mavrogiannopoulos2014-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to server Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | openconnect: set config variable on teardown and correctly pass the passwordNikos Mavrogiannopoulos2014-09-01
|/ / / / | | | | | | | | | | | | | | | | | | | | This addresses https://dev.openwrt.org/ticket/16634 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #258 from cjkoenig/update_fwknopsbyx2014-08-31
|\ \ \ \ | | | | | | | | | | fwknop: Update to 2.6.3