Commit graph

4585 commits

Author SHA1 Message Date
Steven Barth
d572ab9a4d Merge pull request #1950 from jefferyto/python-pyasn1
python-pyasn1: new package
2015-11-19 12:32:46 +01:00
Steven Barth
8d42a18b2d Merge pull request #1921 from jefferyto/zope-interface
zope-interface: import from old packages feed
2015-11-19 12:30:37 +01:00
Toke Høiland-Jørgensen
5346fa8dc5 sqm-scripts: Bump to v1.0.5. 2015-11-19 11:44:47 +01:00
Jeroen Louwes
8ff00a6273 mwan3: update to version 2.0-0
IPv6 support! :D
Big code overhaul; expect bugs..

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2015-11-19 09:37:30 +01:00
Carlos Miguel Ferreira
8f7e09026d boost: Update 4
Major Updates
  - Added support for Python 3.5.
  - Removed the restriction for the target MPC85xx when using uclibc [1].
    - No longer required since uclibc was removed from trunk.
  - Added option to force static compilation.
  - Added option to force linking statically to the C++ standard library and compiler runtime support libraries.
  - Added option to disable multithreading support. It can be helpfull for those who wish to fully optimise their code.
    - Some boost libraries will require multithreading to be active. For those, this option is active as a requirement.

  Minor Updates
  - Added -fPIC to CFLags [2].
    - python requires independent position code when statically compiling.

  References:
  [1] - https://github.com/openwrt/packages/issues/1621
  [2] - https://github.com/openwrt/packages/issues/1938

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2015-11-19 01:06:02 +00:00
Hauke Mehrtens
5dd2d24c6b libgpg-error: fix build with gcc-5
Call the cpp preprocessor with -P argument which is now needed by gcc-5.

This is a backport of this upstream commit:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commitdiff;h=c01c8f0c4f55d76b037c7f6aa44ad25ede18d38a

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-18 23:40:11 +01:00
Tim Harvey
4780da32d4 multimedia: add fbdevsink
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
2015-11-18 22:55:55 +01:00
Hauke Mehrtens
c1137b6db7 libffi: fix libffi.pc file
The include dir pointed to staging_dir/target-mips_34kc+dsp_musl-1.1.11
/usr/lib/libffi-3.0.13/include which does not exists, this made glib2
fail to compile. The header files are copied to /usr/include so define
it in the libffi.pc file.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-18 22:52:52 +01:00
brainsucker-na
f705b3c0bf strongswan: gmpdh plugin, package and strongswan-isakmp metapackage
gmpdh plugin implements DH Groups (same as normal GMP plugin), but links to GMP statically and is stripped of all RSA based stuff. Binary size for plugin is ~20kbytes with no dependency on libgmp (200+ kbytes after squash), easilly fitting into flash space restricted devices.

strongswan-isakmp metapackage defines a minimal set of strongswan plugins (including gmpdh) for ISAKMP / IKEv1 PSK tunnels. Will fit even 4mb routers (like tplink wr841n) with disabled IPv6 support and packages (so its a trade - IPv6 or ipsec tunnels).

Signed-of-by: Mikalai Miadzvedz <brainsucker.na@gmail.com>
2015-11-19 00:45:41 +03:00
Ted Hess
fe4121b49f Merge pull request #1981 from philenotfound/master
at: update init script to use procd
2015-11-18 14:50:41 -05:00
Ted Hess
a17fa8c058 mjpg-streamer: Fix SIGTRAP in v4l2uvc
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-18 12:35:00 -05:00
Phil Eichinger
a0c7a0948d at: update init script to use procd
also increase PKG_RELEASE

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2015-11-18 16:36:23 +01:00
Florian Fieber
b011c10eb5 python3: Download source archive via https
Signed-off-by: Florian Fieber <florian@florianfieber.de>
2015-11-18 12:03:13 +01:00
Álvaro Fernández Rojas
0421b32131 Merge pull request #1928 from hnyman/fix-mpg123
mpg123: fix installation by adding a missing backslash
2015-11-18 11:45:44 +01:00
Luka Perkov
ec9f76e848 Merge pull request #1978 from philenotfound/master
at: bring back package
2015-11-17 23:53:30 +01:00
Ted Hess
ba8206bb0d Merge pull request #1974 from thess/icecast-update
icecast: Improve OOB experience - new defaults, add user & group ids
2015-11-17 13:38:39 -05:00
Phil Eichinger
212d602c51 at: bring back package
* import from oldpackages
* version bump, update hash
* add PKG_LICENSE and PKG_LICENSE_FILES
* update patches

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2015-11-17 17:52:21 +01:00
Ted Hess
fbec0d5d11 Merge pull request #1971 from dibdot/adblock
adblock: fix redirection issues
2015-11-16 14:53:35 -05:00
Ted Hess
c067c6b0d5 oggfwd: Build with libshout-full
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-16 14:39:31 -05:00
Ted Hess
9357d094f3 smstools3: Fix NLS build dependencies, improper CFLAGS overrides and LFLAGS added to MAKE_VARS
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-16 10:28:40 -05:00
Jeffery To
1440f75ac7 python-cffi: new package
From PyPI:

Foreign Function Interface for Python calling C code.

This depends on python-pycparser, which is in PR #1970

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-16 19:55:06 +08:00
Jeffery To
d9409e25cc package-ply: use given path instead of copying directly into staging_dir
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-16 19:52:40 +08:00
Dirk Brenken
3dc3e1d214 adblock: fix redirection issues
fix more corner cases because of mksh to ash migration
fix logical glitch during startup

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-16 10:10:24 +01:00
Jeffery To
168975c82d python-pycparser: new package
From the README:

pycparser is a parser for the C language, written in pure Python. It is a
module designed to be easily integrated into applications that need to parse
C source code.

This depends on python-ply, which is in PR #1956

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-16 17:09:14 +08:00
Jeffery To
6afa798958 python-ply: added Build/InstallDev section
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-16 16:54:24 +08:00
Ted Hess
a6d7666c4c Merge pull request #1948 from mistachkin/master
Bring back the Tcl language (lang/tcl package)...
2015-11-15 18:35:32 -05:00
mistachkin
7031109056 lang/tcl: Bring back package, updated to 8.6.4.
Signed-off-by: Joe Mistachkin <joe@mistachkin.com>
2015-11-15 14:04:38 -08:00
Ted Hess
a7161b8e4c libshout: Make 2 variants (with/without speex & theora)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-15 15:16:47 -05:00
Ted Hess
71db00dd69 icecast: Improve OOB experience - new defaults, add user & group ids
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-15 13:29:12 -05:00
Ted Hess
018652c376 Merge pull request #1966 from dibdot/ssmtp
ssmtp: maintenance update
2015-11-15 12:19:34 -05:00
Ted Hess
e7be7939c7 Merge pull request #1962 from dibdot/mc
mc: update to 4.8.15
2015-11-15 12:06:54 -05:00
Dirk Brenken
1a62d46b3a ssmtp: maintenance update
remove needless dead.letter function (at least on embedded devices)
backport debian fixes (slightly modified)

compile tested. Please apply to upstream - thank you!

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-15 17:46:44 +01:00
Dirk Brenken
46d99ac2f4 mc: update to 4.8.15
bump version to 4.8.15
fix charset / utf-8 support
fix different warnings during startup
merge all configuration files in /etc/mc
enable internal editor & charset support by default

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-15 13:44:25 +01:00
tripolar
2a5d519d01 Merge pull request #1923 from hnyman/libtorrent
Libtorrent and rtorrent: update version, disable ipv6 to fix compilation

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-11-15 12:43:52 +01:00
Ted Hess
aba5fa9a8d redsocks: updates to latest source and gcc build options
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-14 11:22:18 -05:00
Ted Hess
5c8509d37d Merge pull request #1952 from dibdot/master
adblock: additional check for running dns query background task
2015-11-14 10:43:27 -05:00
Ted Hess
640b9c3ad8 Merge pull request #1958 from mlichvar/chrony-script-improvements
chrony: improve hotplug and init scripts
2015-11-14 10:38:24 -05:00
Miroslav Lichvar
9b9c34e47d chrony: improve hotplug and init scripts
- fix the init script to read the right config
- rework the init script to allow reusing its code in the hotplug script
- find wan interfaces in the hotplug script instead of using hardcoded
  name and set the online/offline status separately for IPv4/IPv6
- allow NTP access on interfaces that are configured after chronyd start
- add NTP servers obtained from DHCP, options are specified in a new
  dhcp_ntp_server config section
- start chronyd before the network service, include a patch to always
  have IP_FREEBIND defined, which seems to be missing with uclibc

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2015-11-14 13:36:52 +01:00
Hannu Nyman
b28a6201cf rtorrent: update to 0.9.6, disable ipv6
Update rtorrent to 0.9.6.
Update patches.
Disable ipv6 in rtorrent, as ipv6 is disabled also in libtorrent.

Libtorrent compilation has been broken since #1181 got merged
and ipv6 got enabled. Users have seen issues like #1316 and #1804

IPv6 support in libtorrent & rtorrent master is not complete.
Instead there is a separate ipv6 branch, which still needs some
cleanup before mainstream use. See discussion at
https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538
So, it makes no sense to use ipv6 with the master branch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-14 10:34:09 +02:00
Hannu Nyman
8276f382a9 libtorrent: update to 0.13.6, disable ipv6, remove ipv6 hack
Fix libtorrent compilation by:
* Disable ipv6
* Remove the problematic patches/120-... ipv6 hack at the same time,
  as it is a 5-year old hack to fix one ipv6 problem.
* Update libtorrent to git master HEAD (0.13.6).

Libtorrent compilation has been broken due to patches/120-...
since #1181 got merged and ipv6 got enabled.
Users have seen issues like #1316 and #1804

IPv6 support in libtorrent master is not compelete.
Instead there is a separate ipv6 branch, which still needs some
cleanup before mainstream use. See discussion at
https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538
So, it makes no sense to use ipv6 with the master branch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-14 10:34:09 +02:00
Hannu Nyman
1b045c0ff6 mpg123: fix installation by adding a missing backslash
Fix the installation command by adding a missing "\".

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-14 10:33:08 +02:00
Ted Hess
11da8dcaf4 Merge pull request #1936 from mmaraya/master
port-mirroring: new package for copying network packets
2015-11-13 09:10:05 -05:00
Jeffery To
4dede767df python-six: use setuptools
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-13 16:35:14 +08:00
Jeffery To
24782a872a python-pyasn1: use setuptools
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-13 16:26:56 +08:00
Jeffery To
0fd914ae0f python-ply: use setuptools
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-13 16:17:17 +08:00
Jeffery To
734f586889 python-ipaddress: use setuptools
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-13 12:59:23 +08:00
Mike Maraya
e428fd92f0 port-mirroring: copy network packets with optional support for TaZmen Sniffer Protocol (TZSP)
Signed-off-by: Mike Maraya <mike.maraya@gmail.com>
2015-11-12 20:43:45 -05:00
Jeffery To
3021cb267c python-ply: new package
From the README:

PLY is a 100% Python implementation of the common parsing tools lex
and yacc.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-12 23:39:50 +08:00
Jeffery To
08b2b6f93b python-ipaddress: new package
From the README:

Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-12 23:06:12 +08:00
Jeffery To
b6aa1232b0 python-enum34: new package
From the README:

enum34 is the new Python stdlib enum module available in Python 3.4
backported for previous versions of Python from 2.4 to 3.3.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-12 22:28:26 +08:00