sbyx
e4130ad94e
Merge pull request #279 from damianorenfer/master
libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
10 years ago
Damiano Renfer
4c62b9463c
libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
10 years ago
Michael Heimpold
868c69082a
libmodbus: include licensing information
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
11 years ago
sbyx
c857e2d26c
Merge pull request #277 from roger-/micropython
micropython: simplify makefile + update
10 years ago
Roger
ca423611e8
micropython: simplify makefile + update
Platform detection now done upstream.
Signed-off-by: Roger D <rogerdammit@gmail.com>
10 years ago
Steven Barth
72063428e6
libsodium: remove DEFAULT
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
sbyx
5548031506
Merge pull request #273 from mhei/libs/expat
expat: small makefile fixes
10 years ago
Michael Heimpold
3f4b17b150
expat: small makefile fixes
- fix licensing file list
- install pkgconfig file
- drop explicite call to Build/Compile
- use PKG_INSTALL
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Marcel Denia
14088effd4
bash: Update to 4.3.24
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Jo-Philipp Wich
711f0ad1e9
mac-telnet: fix two typos in the Makefile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
champtar
e2caaa2489
Merge pull request #272 from pliviu/master
ddns-scripts: duiadns.net service support added
10 years ago
Liviu Pislaru
aab79c8377
ddns-scripts: duiadns.net service support added
Signed-off-by: Liviu Pislaru <liviu@duiadns.net>
10 years ago
Jo-Philipp Wich
6d3990cbcf
Add mac-telnet - a layer 2 Telnet/SSH server useful to access bricked devices
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>
10 years ago
Thomas Heil
fbe4697b49
haproxy: new release 1.5.4 that fixes recent cve
- 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>
10 years ago
sbyx
a6f7d7078b
Merge pull request #270 from damianorenfer/master
Add libsodium + dnscrypt-proxy
10 years ago
Damiano Renfer
3fc82c470a
dnscrypt-proxy: add package with config files, version 1.4.0
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
10 years ago
Damiano Renfer
6c91732b07
libsodium: add package, version 0.7.0
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
10 years ago
champtar
809ab9f6ad
Merge pull request #169 from champtar/freeradius2
freeradius2: remove weird circular dependencies, enable mysql again
10 years ago
John Crispin
0f52b1ff77
mpd: disable libsoup
this showed up during the BB build
Signed-off-by: John Crispin <blogic@openwrt.org>
10 years ago
sbyx
cf255a44ab
Merge pull request #265 from berlinmeshnet/meshbox
Import dkjson, lua-bencode, and lua-sha2
10 years ago
Lars Gierth
2fea5020f6
lua-sha2: clean up makefile
Signed-off-by: Lars Gierth <larsg@systemli.org>
10 years ago
Lars Gierth
77c074db39
lua-bencode: import from https://github.com/SeattleMeshnet/meshbox.git
Signed-off-by: Lars Gierth <larsg@systemli.org>
10 years ago
Lars Gierth
b1a8fd93ae
lua-sha2: import from https://github.com/SeattleMeshnet/meshbox.git
Signed-off-by: Lars Gierth <larsg@systemli.org>
10 years ago
Lars Gierth
9c37a78aae
dkjson: import from https://github.com/SeattleMeshnet/meshbox.git
Signed-off-by: Lars Gierth <larsg@systemli.org>
10 years ago
Nikos Mavrogiannopoulos
fb536338aa
openconnect: openconnect-wrapper would trap signals and send the correct one to server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
e9215bf85d
openconnect: set config variable on teardown and correctly pass the password
This addresses https://dev.openwrt.org/ticket/16634
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
sbyx
3a78fe047a
Merge pull request #258 from cjkoenig/update_fwknop
fwknop: Update to 2.6.3
10 years ago
John Crispin
1881ab2550
perl: create the Host install path before using it
this caused a compile fail on the BB builder
Signed-off-by: John Crispin <blogic@openwrt.org>
10 years ago
sbyx
17e72366dd
Merge pull request #268 from roger-/micropython
micropython: cleanup makefile + update to latest
10 years ago
Roger
7944c5f7c0
micropython: cleanup makefile + update to latest
Now uses default build options for non-MIPS platforms
Signed-off-by: Roger D <rogerdammit@gmail.com>
10 years ago
Nikos Mavrogiannopoulos
6b3b219c16
gnutls: set USE_MIPS16 to zero
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Matthias Schiffer
b937b33685
nacl: increment package release
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
10 years ago
Matthias Schiffer
2f517518e6
nacl: disable mips16 as it significantly decreases performance
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
10 years ago
Ted Hess
4fb5285e39
Merge pull request #261 from antonlacon/ffmpeg-2.3.x
ffmpeg: update to 2.3.3
10 years ago
Ian Leonard
39d930cfb4
ffmpeg: update to 2.3.3
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
sbyx
14da1d1def
Merge pull request #256 from roger-/micropython-lib
micropython-lib: update to latest and fix version tag
10 years ago
sbyx
de2158de68
Merge pull request #255 from fededim/master
Added Emailrelay package - Version 1.9
10 years ago
sbyx
3befce101f
Merge pull request #260 from roger-/micropython
micropython: update to latest and fix version info
10 years ago
Roger
fcb76f9eba
micropython: update to latest and fix version info
Signed-off-by: Roger D <rogerdammit@gmail.com>
10 years ago
Roger
0dfa0abacd
micropython-lib: update license info
Signed-off-by: Roger D <rogerdammit@gmail.com>
10 years ago
Roger
b4c305fd15
micropython-lib: update to latest and fix version tag
Signed-off-by: Roger D <rogerdammit@gmail.com>
10 years ago
fededim
865c06eafe
Merge remote-tracking branch 'upstream/master'
Updated to latest trunk
10 years ago
Nicolas Thill
d6560317c4
mpd: disable Opus codec support
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
fededim
85a429915a
Added Emailrelay package - Version 1.9 (Signed-off-by: Federico Di Marco fededim@gmail.com)
10 years ago
sbyx
8eac3ae87c
Merge pull request #254 from jsiverskog/protobuf-c_add_license2
protobuf-c: Add license information.
10 years ago
Nikos Mavrogiannopoulos
3739d8bb30
ocserv: updated to 0.8.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
ba417da7ed
ocserv: use the system's protocol buffers by default
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Jacob Siverskog
66817dee95
protobuf-c: Add license information.
Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
10 years ago
Nicolas Thill
a4079863ff
luasql: import from old packages feed
- update source URL
- simplify build rules
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
sbyx
25bf46cf82
Merge pull request #251 from credosemi/package-luasoap
luasoap: bump luasoap from 2.x to 3.x.
10 years ago