Commit graph

9303 commits

Author SHA1 Message Date
Karl Palsson
64ef7b2158 net/mosquitto: update readme with protocol versions
Mosquitto has supported v3.1.1 of the mqtt protocol since verson 1.3

Signed-off-by: Karl Palsson <karlp@remake.is>
2014-08-11 10:53:35 +00:00
Karl Palsson
dfadab16da net/mosquitto: Bump to version 1.3.4
A minor point release.

* Don’t ask client for certificate when require_certificate is false.
* Fix incorrect handling of anonymous bridges on the local broker.
* backout incomplete functionality incorrectly added in 1.3.2

Signed-off-by: Karl Palsson <karlp@remake.is>
2014-08-11 10:41:42 +00:00
Steven Barth
3ed912434f tinyproxy: fix CVE-2012-3505
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-11 12:37:29 +02:00
sbyx
dfe5588e79 Merge pull request #186 from fatbob313/master
Add package umurmur. Add myself as maintainer.
2014-08-11 08:13:38 +02:00
Marcel Denia
eba6322b3c Merge branch perl-compress-bzip2 from https://github.com/Naoir/packages/
perl-compress-bzip2: Update to 2.18
2014-08-11 01:17:56 +02:00
Marcel Denia
ff36d023e8 perl-compress-bzip2: Update to 2.18
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-11 01:15:52 +02:00
Luka Perkov
4ca8a2dbc2 nspr: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-08-11 00:44:32 +02:00
Ted Hess
8aacf6f3b6 Merge pull request #185 from MikePetullo/dmapd
Copy dmapd package from old repository and update
2014-08-10 17:08:55 -04:00
Martin Johansson
9e618ad3c1 Add package umurmur. Add myself as maintainer. 2014-08-10 22:01:58 +02:00
W. Michael Petullo
158daf25d4 dmapd: update to 0.0.70
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-10 15:31:24 -04:00
W. Michael Petullo
72b33701ae Copy dmapd package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-10 15:28:43 -04:00
Ted Hess
e80a7a4e42 Merge pull request #180 from MikePetullo/libdmapsharing
Copy libdmapsharing package from old repository and update (this is necessary for a forthcoming dmapd package addition)
2014-08-10 15:20:07 -04:00
Ted Hess
ba8c958fe5 Merge pull request #184 from MikePetullo/cyrus-sasl
cyrus-sasl: add maintainer
2014-08-10 15:17:21 -04:00
W. Michael Petullo
87193b25cd cyrus-sasl: add maintainer
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-10 15:06:41 -04:00
W. Michael Petullo
c79d250e75 libdmapsharing: update to 2.9.28
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-10 15:02:31 -04:00
W. Michael Petullo
adb3c66d7d Merge remote-tracking branch 'openwrt/master' into libdmapsharing 2014-08-10 14:34:54 -04:00
Christian Beier
f24052dd61 gcc: Specify target languages the right way.
There are no CONFIG_INSTALL_* vars in the SDK anymore.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 19:37:28 +02:00
Christian Beier
c704c2f503 gcc: Build gcc version 4.8.3, refresh patches from openwrt.git.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 18:00:40 +02:00
sbyx
b5435ecec2 Merge pull request #183 from Adze1502/master
mwan3: Update to version 1.5-1
2014-08-10 14:10:58 +02:00
Christian Beier
b9683bf7df gcc: Ship all *nonshared*.a static libs.
Particularly, this fixes linking with pthreads.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 14:00:35 +02:00
Christian Beier
75dd400ae6 gcc: Remove notes that mpfr-dev and the like are needed on the build machine.
That's not true, at least for GCC 4.6.3.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 14:00:28 +02:00
Christian Beier
bae28d4faa gcc: Remove patches that don't apply to 4.6.3.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 14:00:22 +02:00
Christian Beier
9b24b13654 gcc: Heavy Makefile modification, now builds and runs on target.
* Use the same GCC version as the Attitude Adjustment toolchain.
* Use REAL_GNU_TARGET_NAME that contains the _uclibc suffix.
  Otherwise the linker on the target is not found.
* Revamped install section to install only needed binaries and omit
  static .a libs.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 14:00:06 +02:00
Christian Beier
13e9670993 gcc: Enable parallel GCC builds.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 14:00:01 +02:00
Christian Beier
ee43a57b74 gcc: Depend on binutils package.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:55 +02:00
Christian Beier
e63c244828 gcc: Do not ship .info and .man files.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:50 +02:00
Christian Beier
0401ca4ca1 gcc: Add myself as maintainer.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:43 +02:00
Christian Beier
5ad8b4ff1e gcc: The variable is simply called CONFIGURE_ARGS and already contains the host,build, target triplet plus right prefixes.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:37 +02:00
Christian Beier
e1be3f55d8 gcc: Add GCC 4.6 patches from official openwrt.git toolchain directory.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:31 +02:00
Daniel Golle
96cec85081 libowfat: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:59:28 +02:00
Christian Beier
a95a32ce4c gcc: Add patch that fixes GCC building for MIPS.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:26 +02:00
Christian Beier
9ff77b0000 gcc: Add patch that fixes a build error when building a 32bit toolchain on 64bit build machine.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:20 +02:00
Christian Beier
41f562c066 gcc: Add README to gcc package explaining build-deps on host machine.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:14 +02:00
Christian Beier
758da3487e gcc: Update GCC Makefile to let it build gcc 4.6 for target.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:08 +02:00
Christian Beier
799110936e gcc: Add gcc package from git.openwrt.org/packages.git.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
2014-08-10 13:59:00 +02:00
Daniel Golle
a2d793286b engine_pkcs11: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:54:18 +02:00
Daniel Golle
b6a8ac8b9b freeradius2: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:53:19 +02:00
Daniel Golle
60e2f882b8 libp11: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:52:59 +02:00
Daniel Golle
9584a1fd42 opentracker: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:49:40 +02:00
Daniel Golle
c39083fe33 xl2tpd: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:43:19 +02:00
Daniel Golle
6b4b73f187 mktorrent: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:37:13 +02:00
Daniel Golle
7216a7affc pcsc-lite: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:37:13 +02:00
Daniel Golle
be3948f08a ccid: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:37:13 +02:00
Daniel Golle
cb5bdba273 opensc: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:37:13 +02:00
Daniel Golle
685da68df4 Merge pull request #182 from antonlacon/license-updates
License updates (miscellaneous)
2014-08-10 13:36:41 +02:00
Adze1502
869e4539f6 mwan3: Update to version 1.5-1
Add iptables -w option, which increases stability, requires iptables v1.4.20.
Code cleanup

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-08-10 13:18:54 +02:00
Ian Leonard
f5a1d1bba6 Merge branch 'master' into license-updates
Signed-off-by: Ian Leonard <antonlacon@gmail.com>

Conflicts:
	devel/patch/Makefile
	multimedia/minidlna/Makefile
2014-08-10 01:09:06 -07:00
sbyx
048e700bfc Merge pull request #179 from arfett/master
mwan3-luci
2014-08-10 09:45:13 +02:00
Jiri Slachta
f2d0e23959 libssh2: add licensing information
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-10 09:25:44 +02:00
Jiri Slachta
364de5bc3f tiff: add licensing information
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-10 09:25:21 +02:00