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>
2014-09-03 23:09:04 +02:00
Marcel Denia
14088effd4
bash: Update to 4.3.24
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-09-03 21:34:24 +02:00
Jo-Philipp Wich
711f0ad1e9
mac-telnet: fix two typos in the Makefile
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-09-03 19:20:21 +02:00
champtar
e2caaa2489
Merge pull request #272 from pliviu/master
...
ddns-scripts: duiadns.net service support added
2014-09-03 18:32:08 +02:00
Liviu Pislaru
aab79c8377
ddns-scripts: duiadns.net service support added
...
Signed-off-by: Liviu Pislaru <liviu@duiadns.net>
2014-09-03 18:04:15 +03:00
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>
2014-09-03 16:38:06 +02:00
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>
2014-09-03 15:37:24 +02:00
Andreas Rohner
19f3a40fae
Fix bug in git-daemon
...
The git-daemon command currently doesn't work and displays the following
error whenever a repository is cloned:
error: cannot run daemon: No such file or directory
[10920] unable to fork
On the client side the connection is simply terminated. The problem is,
that git-daemon tries to start a new instance of itself for every
new client that is connecting. It expects argv[0] to contain
"git-daemon", but since it is converted into a builtin command, argv[0]
only contains "daemon", which does not exist and causes the above error.
The fix simply prepends "git" to the list of arguments, so that the
resulting call looks something like "git daemon --serve ..."
Signed-off-by: Andreas Rohner <andreas.rohner@gmx.net>
2014-09-03 02:14:53 +02:00
sbyx
a6f7d7078b
Merge pull request #270 from damianorenfer/master
...
Add libsodium + dnscrypt-proxy
2014-09-02 22:26:10 +02:00
Damiano Renfer
3fc82c470a
dnscrypt-proxy: add package with config files, version 1.4.0
...
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2014-09-02 22:16:17 +02:00
Damiano Renfer
6c91732b07
libsodium: add package, version 0.7.0
...
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2014-09-02 22:13:38 +02:00
champtar
809ab9f6ad
Merge pull request #169 from champtar/freeradius2
...
freeradius2: remove weird circular dependencies, enable mysql again
2014-09-02 20:08:41 +02:00
John Crispin
0f52b1ff77
mpd: disable libsoup
...
this showed up during the BB build
Signed-off-by: John Crispin <blogic@openwrt.org>
2014-09-02 16:01:28 +02:00
sbyx
cf255a44ab
Merge pull request #265 from berlinmeshnet/meshbox
...
Import dkjson, lua-bencode, and lua-sha2
2014-09-02 14:15:11 +02:00
Lars Gierth
2fea5020f6
lua-sha2: clean up makefile
...
Signed-off-by: Lars Gierth <larsg@systemli.org>
2014-09-02 03:02:04 +02:00
Lars Gierth
77c074db39
lua-bencode: import from https://github.com/SeattleMeshnet/meshbox.git
...
Signed-off-by: Lars Gierth <larsg@systemli.org>
2014-09-02 03:01:03 +02:00
Lars Gierth
b1a8fd93ae
lua-sha2: import from https://github.com/SeattleMeshnet/meshbox.git
...
Signed-off-by: Lars Gierth <larsg@systemli.org>
2014-09-02 03:00:37 +02:00
Lars Gierth
9c37a78aae
dkjson: import from https://github.com/SeattleMeshnet/meshbox.git
...
Signed-off-by: Lars Gierth <larsg@systemli.org>
2014-09-02 03:00:33 +02:00
Nikos Mavrogiannopoulos
fb536338aa
openconnect: openconnect-wrapper would trap signals and send the correct one to server
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-01 01:09:39 +02:00
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>
2014-09-01 00:26:39 +02:00
sbyx
3a78fe047a
Merge pull request #258 from cjkoenig/update_fwknop
...
fwknop: Update to 2.6.3
2014-08-31 12:09:38 +02:00
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>
2014-08-31 10:07:27 +02:00
sbyx
17e72366dd
Merge pull request #268 from roger-/micropython
...
micropython: cleanup makefile + update to latest
2014-09-01 19:01:07 +02:00
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>
2014-09-01 11:57:25 -05:00
Nikos Mavrogiannopoulos
6b3b219c16
gnutls: set USE_MIPS16 to zero
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-30 23:33:26 +02:00
Matthias Schiffer
b937b33685
nacl: increment package release
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-08-30 19:38:06 +02:00
Matthias Schiffer
2f517518e6
nacl: disable mips16 as it significantly decreases performance
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-08-30 19:26:19 +02:00
Ted Hess
4fb5285e39
Merge pull request #261 from antonlacon/ffmpeg-2.3.x
...
ffmpeg: update to 2.3.3
2014-08-30 08:40:33 -04:00
Ian Leonard
39d930cfb4
ffmpeg: update to 2.3.3
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-30 01:23:46 -07:00
sbyx
14da1d1def
Merge pull request #256 from roger-/micropython-lib
...
micropython-lib: update to latest and fix version tag
2014-08-29 11:56:37 +02:00
sbyx
de2158de68
Merge pull request #255 from fededim/master
...
Added Emailrelay package - Version 1.9
2014-08-29 11:56:21 +02:00
sbyx
3befce101f
Merge pull request #260 from roger-/micropython
...
micropython: update to latest and fix version info
2014-08-29 11:50:43 +02:00
Roger
fcb76f9eba
micropython: update to latest and fix version info
...
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-08-28 17:50:40 -05:00
Roger
0dfa0abacd
micropython-lib: update license info
...
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-08-28 17:48:12 -05:00
Roger
b4c305fd15
micropython-lib: update to latest and fix version tag
...
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-08-28 11:49:45 -05:00
fededim
865c06eafe
Merge remote-tracking branch 'upstream/master'
...
Updated to latest trunk
2014-08-28 17:51:52 +02:00
Nicolas Thill
d6560317c4
mpd: disable Opus codec support
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-28 10:01:58 +02:00
fededim
85a429915a
Added Emailrelay package - Version 1.9 (Signed-off-by: Federico Di Marco fededim@gmail.com)
2014-08-28 00:01:58 +02:00
sbyx
8eac3ae87c
Merge pull request #254 from jsiverskog/protobuf-c_add_license2
...
protobuf-c: Add license information.
2014-08-27 21:37:21 +02:00
Nikos Mavrogiannopoulos
3739d8bb30
ocserv: updated to 0.8.4
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-27 18:21:48 +02:00
Nikos Mavrogiannopoulos
ba417da7ed
ocserv: use the system's protocol buffers by default
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-08-27 18:09:04 +02:00
Jacob Siverskog
66817dee95
protobuf-c: Add license information.
...
Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
2014-08-27 15:35:13 +02:00
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>
2014-08-27 13:27:05 +02:00
sbyx
25bf46cf82
Merge pull request #251 from credosemi/package-luasoap
...
luasoap: bump luasoap from 2.x to 3.x.
2014-08-27 09:13:33 +02:00
Xiongfei(Alex) GUO
fef64650b9
Add PKG_LICENSE part.
2014-08-27 15:12:16 +08:00
Peter Wagner
51fa6d2f9c
git: update to 2.1.0
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-08-26 21:19:30 +02:00
sbyx
52f5892565
Merge pull request #252 from ejonny/Fix-configure-args
...
ibrdtnd: Fix configure args
2014-08-26 15:24:46 +02:00
Johannes Morgenroth
a20f608397
ibrdtnd: Fix configure args
...
The option --disable-libdaemon was missing and --with-dht is invalid.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-26 15:19:08 +02:00
sbyx
288232110a
Merge pull request #250 from psycho-nico/my-updates
...
libarchive: cleanup & fixes
2014-08-26 11:14:39 +02:00
Steven Barth
b524135778
libsoxr: don't use moving target HEAD as source version
...
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-26 11:05:29 +02:00