Commit graph

1746 commits

Author SHA1 Message Date
Michael Heimpold
bfd83c310f Merge pull request #585 from chewi/master
libxml2: Fix zlib detection the right way
2014-12-04 20:41:48 +01:00
Ted Hess
5c74e4fc56 Merge pull request #593 from lukbaj/master
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
2014-12-04 12:09:07 -05:00
Lukasz Baj
dd9b7ea73a Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.

Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2014-12-04 14:40:13 +01:00
Imre Kaloz
a51211d8aa Merge pull request #592 from ageekymonk/chilli_proxy
coova-chilli: adding menuconfig option for enabling chilli proxy
2014-12-04 13:39:00 +01:00
Steven Barth
dc902eecd0 strongswan: correctly install plugin include configs
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-04 11:37:42 +01:00
Peter Wagner
14be8d35e8 git: update to 2.2.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-12-04 10:12:32 +01:00
Ramanathan Sivagurunathan
86e005dd99 Coova-chilli: Adding Menu option for enabling chilli proxy.
Chilli proxy is used when one does not want to setup AAA server
but want to handle AAA through http.

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.

Signed-off-by: Ramanathan Sivagurunathan ramzthecoder@gmail.com
2014-12-04 17:45:06 +11:00
Steven Barth
cef42c57ce Merge pull request #590 from thess/gstreamer-update
gstreamer1: Upgrade to 1.4.4
2014-12-04 07:31:52 +01:00
Steven Barth
b3d761c68d Merge pull request #591 from thess/gst1-libav-update
gst1-libav: Update to 1.4.4, disable CPU optimizations as in ffmpeg
2014-12-04 07:31:43 +01:00
Ted Hess
d77c9b88ce gst1-libav: Update to 1.4.4, disable CPU optimizations as in ffmpeg
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-03 14:57:11 -05:00
Ted Hess
b72025a36c gstreamer1: Upgrade to 1.4.4
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-03 13:33:25 -05:00
Nuno Goncalves
bc9b5f2931 nmap: dont build zenmap by default.
Fixes https://dev.openwrt.org/ticket/18436.
Closes #577.

Signed-off-by: Nick Potts nicholas.potts@googles-email-system.com
2014-12-03 13:41:12 +00:00
Steven Barth
c21aa25974 Merge pull request #579 from oskar456/fix_aiccu
Rework AICCU proto hook
2014-12-03 09:57:29 +01:00
Steven Barth
9079ec7009 Merge pull request #587 from commodo/ovs-patch-update
OpenVSwitch patch update
2014-12-03 09:49:19 +01:00
Alexandru Ardelean
bc85520865 openvswitch: use EXTRA_CFLAGS instead of KCFLAGS
The patch we've switched requires EXTRA_CFLAGS to be set instead of KCFLAGS.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-12-03 09:09:05 +02:00
Alexandru Ardelean
986b9fbce8 openvswitch: switch patch with patch from ovs trunk
After a few discussions with the guys working on OpenVSwitch
they've recommended we use the EXTRA_CFLAGS env var for setting
flags for the kernel module.

They've updated the trunk with a patch to accomodate that.
That patch is also in this commit, and replaces a patch that I proposed.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-12-03 09:05:08 +02:00
James Le Cuirot
a540959020 libxml2: Fix zlib detection the right way
The previous fix (#557) forced -lz into LDFLAGS instead of fixing the
real issue where configure was failing to detect zlib in the first
place. This was happening because it was looking in /lib, resulting in
conflicts with the host libraries.

Signed-off-by: James Le Cuirot <james.le-cuirot@yakara.com>
2014-12-02 11:14:42 +00:00
Ondřej Caletka
6f70462952 aiccu: Add NTP hotplug hook
This hook simply writes current stratum to /var/run/aiccu_ntp_stratum,
from where it is read by aiccu proto script.

Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
2014-12-01 15:15:35 +01:00
Ondřej Caletka
7c9b5198cd aiccu: Issue aiccu stop only when aiccu is running
When AICCU is not running, running 'aiccu stop' results in unnecessary
communications with SixXS servers.

Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
2014-12-01 15:15:35 +01:00
Ondřej Caletka
4f7b0213d9 aiccu: add NTP sync check
This check tries to wait for NTP daemon to synchronise clock to lower stratum
than 16 before running the aiccu binary. In case timeout (configurable
in new option ntpsynctimeout; default is 90 seconds) is reached, the
AICCU is run neverrtheless. This makes the new script compliant with
some corner case scenarios like not using Busybox NTPd or not using NTPd
at all, maintaining maximum out-of-the box functionality.

Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
2014-12-01 15:15:35 +01:00
Ondřej Caletka
f6242bdf77 aiccu: Minor whitespace fix
Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
2014-12-01 15:15:35 +01:00
Steven Barth
38befcd838 Merge pull request #583 from Frieds-Technology/libartnet
libartnet: new package added
2014-12-01 08:59:00 +01:00
Steven Barth
40aaae1f9d Merge pull request #582 from Shulyaka/master
postfix: fixed installing to the filesystem image
2014-12-01 08:53:28 +01:00
Martijn Zilverschoon
f63733cdeb libartnet: Removed uneeded configure argument
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-12-01 08:45:13 +01:00
Florian Fainelli
0f7da7130d Merge pull request #581 from Frieds-Technology/libmicrohttpd
libmicrohttpd: new package added
2014-11-30 20:10:38 -08:00
Martijn Zilverschoon
87ba5de76e libmicrohttpd: new package added
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-12-01 01:11:36 +01:00
Martijn Zilverschoon
2cd02fd11d libartnet: new package added
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-12-01 01:09:24 +01:00
Denis Shulyaka
06a096858d postfix: fixed installing to the filesystem image
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-12-01 01:52:13 +03:00
Steven Barth
2b8aeb5002 Revert "aria2: enable bittorrent and metalink by default"
As per maintainer's request.

Signed-off-by: Steven Barth <steven@midlink.org>
2014-11-30 17:53:43 +01:00
Imre Kaloz
34b96ab26e coova-chilli: move to github
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
2014-11-30 01:13:43 +01:00
Nikos Mavrogiannopoulos
796a524509 ocsev: define _XOPEN_SOURCE when search for or using crypt()
Resolves #544

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-29 19:45:56 +01:00
Nikos Mavrogiannopoulos
9808e5c51f ocserv: updated to 0.8.8 and added dependency on libhttp-parser
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-29 19:36:29 +01:00
Nikos Mavrogiannopoulos
87d4a0a222 Merge pull request #570 from ageekymonk/libhttp-parser
Adding support for libhttp-parser
2014-11-29 19:20:40 +01:00
Nikos Mavrogiannopoulos
05999937ed openconnect: when serverhash or cafile are present, set --no-system-trust
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-29 19:05:04 +01:00
Nikos Mavrogiannopoulos
be753f0208 openconnect: made server IP resolving on reconnection conditional
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-29 19:00:18 +01:00
Ted Hess
49db533d83 Merge pull request #576 from damianorenfer/master
libs/libsodium: update to 1.0.1
2014-11-29 09:00:51 -05:00
Damiano Renfer
3303cb41ef libs/libsodium: update to 1.0.1
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2014-11-29 13:52:40 +01:00
Steven Barth
783d78542d Merge pull request #575 from commodo/python3-upg-3.4.2
python3 upgrade to version 3.4.2
2014-11-29 12:19:38 +01:00
Nikos Mavrogiannopoulos
efcae14f20 openconnect: updated to 7.00
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-29 11:17:27 +01:00
Florian Fainelli
50a3f36538 open-plc-utils: add license information
Add licensing information for the open-plc-utils package and update the
copyright.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2014-11-28 11:36:36 -08:00
Alexandru Ardelean
ec10e7e2e4 python3 upgrade to version 3.4.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-28 21:15:20 +02:00
Steven Barth
d2743c9d0f Merge pull request #572 from commodo/python3-sync-build
python3: sync build rules with python's
2014-11-28 08:46:07 +01:00
Florian Fainelli
3a69c5ca63 open-plc-utils: import from oldpackages
Signed-off-by: Florian Fainelli <florian@openwrt.org>
2014-11-27 16:50:06 -08:00
Alexandru Ardelean
84cf76e7a6 python3: sync build rules with python's
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-11-27 23:47:28 +02:00
Daniel Golle
1d2d2f509e Merge branch 'coreutils' of https://github.com/rkunze/openwrt-packages
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-11-27 16:45:31 +01:00
Daniel Golle
fdb502f3aa pcsc-lite: bump version to 1.8.13
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-11-27 16:20:30 +01:00
Daniel Golle
36ed0c44fc opensc: bump to git codebase of 20141126 and rebase GnuK patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-11-27 14:52:29 +01:00
Daniel Golle
c67c581264 ccid: update to version 1.4.18
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-11-27 14:14:54 +01:00
Daniel Golle
a2d8543ea0 opentracker: bump git codebase to 20141007
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-11-27 14:12:27 +01:00
Daniel Golle
aa0ce3260b libowfat: bump version to 0.29
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-11-27 14:06:53 +01:00