4191 Commits

Author SHA1 Message Date
florian
6dc366d03c amwall: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:59 +00:00
florian
3f6e14b1f8 vncrepeater: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:52 +00:00
florian
9e2ec32d11 udpxy: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:49 +00:00
florian
d91a4bde08 stun: enforce passing our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:46 +00:00
florian
55578e51d8 udp-broadcast-relay: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:44 +00:00
florian
5cb6cb193d tctool: pass our CXXFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:42 +00:00
florian
8fa9b9c091 netio: fix passing our CFLAGS to the Makefile
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:29 +00:00
florian
9f3a515d86 ntripserver: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:26 +00:00
florian
69655efc99 ntripclient: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39817 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:19 +00:00
florian
efa8a314c9 netpipe: make sure we pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39816 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:17 +00:00
florian
8bd3d69e8e openrrcp: allow passing our CFLAGS and LDFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39815 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:14 +00:00
florian
d1fbde20fc mgen: fix build
mgen build was spectacularly broken, not even being cross-compiled for the
target, fix that and make sure that we use the toolchain binaries were
relevant.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:10 +00:00
florian
cd3b652fff mdk3: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39812 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:07 +00:00
florian
0918445fde mdnsresponder: ensure dns-sd is linked with the right options
Some toolchains (e.g: ARM with VFP) require us to specify the ABI to use,
update the dns-sd linking command-line for this.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39811 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:04 +00:00
florian
e70a58092f imsnif: use TARGET_CFLAGS
TARGET_CFLAGS contains all the ABI specific information we might need, make
sure this gets passed to the g++ compiler

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39809 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:56:59 +00:00
florian
eaa7a3474e jtg: pass our CFLAGS
Remove the custom Build/Compile as the default is providing the same thing
but make sure that our CFLAGS are correctly used.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:56:57 +00:00
florian
a876275450 e169-stats: rework makefile patch to be more general
Allow the makefile patch to pass CFLAGS, CPPFLAGS, and LDFLAGS

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39803 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:56:45 +00:00
florian
46c2e926d1 flow-tools: do not hardcode CFLAGS
configure script hardcodes CFLAGS, fix that so we can get ours to be used.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39801 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:56:39 +00:00
florian
de343aaf79 stunnel: remove patch removing aclocal.m4
autoreconf fixup is doing this already for us.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39793 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:56:19 +00:00
kaloz
d4626d6048 [freeradius2]: move into it's own submenu, add option to build without openssl
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-07 14:33:38 +00:00
kaloz
9afd985ecb [freeradius2]: split the common files from the server package
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-06 13:43:35 +00:00
nbd
c536441ef1 strongswan: add missing dependencies for eap-mschapv2 (#15135)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39776 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-05 10:46:38 +00:00
tripolar
a97a671ac3 [packages] tor-alpha: update to 0.2.5.2-alpha
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39774 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-02 21:27:52 +00:00
tripolar
a4f97cba39 [packages] tor: update to 0.2.4.21
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-02 21:25:03 +00:00
tripolar
31b86a1449 [packages] git: update to 1.9.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-02 06:51:07 +00:00
hauke
70b70c5829 tor-alpha: update to 0.2.4.20
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 22:44:44 +00:00
hauke
2105c96162 tor-alpha: added mirror site
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 22:44:28 +00:00
hauke
9719ae860c gpsd: update to 3.10
From: Dave Taht <dave.taht@bufferbloat.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 22:12:33 +00:00
hauke
082490e71c keepalived: fixed build configuration
/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_rt305x/linux-3.10.28/uapi/" ; fi; )
bash: ac_cv_file__store_buildbot_slave_ramips_build_build_dir_target_mipsel_24kec+dsp_uClibc_0_9_33_2_linux_ramips_rt305x_linux_3_10_28_net_core_link_watch_c=yes: command not found
make[2]: *** [build/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/keepalived-1.1.19/.configured_] Error 127

Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 21:24:53 +00:00
cyrus
b550b5570a mdnsresponder: fix loss of unicast packets (thx Markus Stenberg)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-20 18:43:10 +00:00
cyrus
060ed2e622 mdnsresponder: bump to 544 (thanks Markus Stenberg)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39603 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-17 13:32:56 +00:00
tripolar
9edb6d07b8 [packages] git: update to 1.8.5.5
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-16 22:52:55 +00:00
hauke
528f9f8af3 packages: add mosh
This adds mosh-full, mosh-server, and mosh-client packages.

The Entware team has already done the hard work:
http://code.google.com/p/wl500g-repo/source/browse/feeds/rtndev/mosh/Makefile?r=1220

All I added was a patch to disabled the check for UTF-8, which is not
available on our platform. (It works fine with the check disabled)
https://github.com/keithw/mosh/issues/464

This was originally requested here:
https://dev.openwrt.org/ticket/12509

This actually does work in conjunction with the openssh-client/server.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662939

Signed-off-by: Kyle Anderson <kyle@xkyle.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-08 18:18:30 +00:00
hauke
159547f66f umurmur: version 0.2.14
Now do it really.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@39538 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-08 17:52:35 +00:00
hauke
ec68dc675d umurmur: version 0.2.14
Thank you Daniel Golle <dgolle@allnet.de>

[Hauke: update from 0.2.13 to 0.2.14]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39537 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-08 17:23:43 +00:00
hauke
fadc28ab79 rp-pppoe: Fix linkage
Do not link against libevent if present on your target. That lib is
completely different from the libevent in rp-pppoe. The lib is part
of the dependencies, so no -L and -l are necessary anyway.

Signed-off-by: Nils Rennebarth <nils.rennebarth@teldat.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 21:58:45 +00:00
hauke
700454b43f Fix building of rp-pppoe plugin
The test for the if_pppox.h header file needs to also include linux/in6.h
(ipv6 support).

Fixes openwrt ticket #13321

Signed-off-by: Nils Rennebarth <nils.rennebarth@teldat.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 21:58:11 +00:00
hauke
d1cb56ef61 freeradius2: update to 2.2.3
The new OpenSSL check want to compile a file and run it which does not
work when cross compiling, just remove that test.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 21:12:09 +00:00
tripolar
85b6d8f60d [packages] git: update to 1.8.5.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 17:21:47 +00:00
hauke
4a5889f1ce ddns-scripts : New DDNS service added to the list of DDNS in OpenWRT, Winco DDNS
New DDNS service added to the list of DDNS in OpenWRT

Signed-off-by: Pedro Paulo Jr <ppj@netfilter.com.br>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 23:08:14 +00:00
hauke
8c693b789b mosquitto: bump 1.2 to 1.2.3
This includes UCI support for a new config option, bridge_tls_version.
Add bridge tls vesion support

Updates mosquitto, the MQTT broker, and client libraries to version
1.2.2, from version 1.2.0.  Changes are bugfixes, most relevant to
OpenWrt being that the -nossl package variant actually builds again,
and greatly improved SSL performance.

This includes the full changes for 1.2.3:
http://mosquitto.org/2013/12/version-1-2-3-released/

This includes the full changes for 1.2.2:
http://mosquitto.org/2013/10/version-1-2-2-released/

This includes the full changes for 1.2.1:
http://mosquitto.org/2013/09/version-1-2-1-released/

Signed-off-by: Karl Palsson <karlp@remake.is>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 22:41:37 +00:00
hauke
d94aef04e1 net/remotefs: updated remotefs to 1.0
remotefs: Switched to Git tag for newest release, better
package name and correct versioning. Removed libfuse from remotefs-server
dependencies. Updated init script with actual version from remotefs
repository.

Signed-off-by: Aleksey Tulinov <aleksey.tulinov@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39492 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 22:14:42 +00:00
nunojpg
64f84b7d0b [packages] add myself as a maintainer for various packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 20:17:18 +00:00
nunojpg
3009368efd [packages] add remserial, bridge TCP/IP port with a device
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-05 19:56:44 +00:00
jow
4b28719502 cups: Update package source URL
The ftp.easysw.com site has disappeared completely.

This patch adds the official cups site as package source and
drops all easysw.com servers and not longer existent mirrors
of easys.com.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-29 12:55:40 +00:00
cyrus
630430bc1c mdnsresponder: fix versioned .so link and move libdns_sd
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-28 20:53:48 +00:00
luka
1e8e3cd070 [packages] strongswan: upgrade to 5.1.1
Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-23 16:12:01 +00:00
swalker
d40f0f4555 [packages] uftp: update to 4.1.4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39334 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-19 21:59:30 +00:00
obsy
6a59e46bea [packages] transmision: fixup configure, fuzz
while at it remove patch fuzz by refreshing patches

fixes build warning:
configure: WARNING: unrecognized options: --disable-gtk

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-04 17:03:21 +00:00
nbd
d14777943b pptpd: create /var/etc if it does not exist (#14687)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-12-28 11:32:01 +00:00