aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | boost: Update 4Carlos Miguel Ferreira2015-11-19
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | Merge pull request #1988 from brainsucker-na/masterSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | strongswan: gmpdh plugin, package and strongswan-isakmp metapackage
| * | | | | | | | | | strongswan: gmpdh plugin, package and strongswan-isakmp metapackagebrainsucker-na2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | Merge pull request #1972 from jefferyto/python-cffiSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-cffi: new package
| * | | | | | | | | | | python-cffi: new packageJeffery To2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | Merge pull request #1970 from jefferyto/python-pycparserSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python-pycparser: new package
| * | | | | | | | | | | | python-pycparser: new packageJeffery To2015-11-16
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | Merge pull request #1956 from jefferyto/python-plySteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python-ply: new package
| * | | | | | | | | | | | package-ply: use given path instead of copying directly into staging_dirJeffery To2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | | python-ply: added Build/InstallDev sectionJeffery To2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | | python-ply: use setuptoolsJeffery To2015-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | | python-ply: new packageJeffery To2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | Merge pull request #1955 from jefferyto/python-ipaddressSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-ipaddress: new package
| * | | | | | | | | | | | | python-ipaddress: use setuptoolsJeffery To2015-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | | | python-ipaddress: new packageJeffery To2015-11-12
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | Merge pull request #1954 from jefferyto/python-enum34Steven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-enum34: new package
| * | | | | | | | | | | | | python-enum34: new packageJeffery To2015-11-12
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | Merge pull request #1953 from jefferyto/python-idnaSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-idna: new package
| * | | | | | | | | | | | | python-idna: new packageJeffery To2015-11-12
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | | Merge pull request #1951 from jefferyto/python-sixSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-six: new package
| * | | | | | | | | | | | | python-six: use setuptoolsJeffery To2015-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | | | python-six: fixed package descriptionJeffery To2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | | | python-six: new packageJeffery To2015-11-12
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | | Merge pull request #1950 from jefferyto/python-pyasn1Steven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-pyasn1: new package
| * | | | | | | | | | | | | python-pyasn1: use setuptoolsJeffery To2015-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | | | python-pyasn1: new packageJeffery To2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | | | Merge pull request #1921 from jefferyto/zope-interfaceSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zope-interface: import from old packages feed
| * | | | | | | | | | | | | | zope-interface: import from old packages feedJeffery To2015-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - split from twisted, since the twisted tarball no longer includes zope.interface - update to latest version (4.1.3) - add setuptools to PKG_BUILD_DEPENDS - update description, filespec - add license info - add myself as maintainer Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | | | | sqm-scripts: Bump to v1.0.5.Toke Høiland-Jørgensen2015-11-19
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | multimedia: add fbdevsinkTim Harvey2015-11-18
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com>
* | | | | | | | | | | | | Merge pull request #1981 from philenotfound/masterTed Hess2015-11-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | at: update init script to use procd
| * | | | | | | | | | | | at: update init script to use procdPhil Eichinger2015-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also increase PKG_RELEASE Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | | | | | | | | | | | Merge pull request #1928 from hnyman/fix-mpg123Álvaro Fernández Rojas2015-11-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | mpg123: fix installation by adding a missing backslash
| * | | | | | | | | | | | mpg123: fix installation by adding a missing backslashHannu Nyman2015-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the installation command by adding a missing "\". Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | | | | | Merge pull request #1978 from philenotfound/masterLuka Perkov2015-11-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | at: bring back package
| * | | | | | | | | | | | | at: bring back packagePhil Eichinger2015-11-17
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * import from oldpackages * version bump, update hash * add PKG_LICENSE and PKG_LICENSE_FILES * update patches Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | | | | | | | | | | | Merge pull request #1974 from thess/icecast-updateTed Hess2015-11-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | icecast: Improve OOB experience - new defaults, add user & group ids
| * | | | | | | | | | | | icecast: Improve OOB experience - new defaults, add user & group idsTed Hess2015-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | | | Merge pull request #1971 from dibdot/adblockTed Hess2015-11-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | adblock: fix redirection issues
| * | | | | | | | | | | | adblock: fix redirection issuesDirk Brenken2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix more corner cases because of mksh to ash migration fix logical glitch during startup Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | | | | | | Merge pull request #1948 from mistachkin/masterTed Hess2015-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | Bring back the Tcl language (lang/tcl package)...
| * | | | | | | | | | | | lang/tcl: Bring back package, updated to 8.6.4.mistachkin2015-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joe Mistachkin <joe@mistachkin.com>
* | | | | | | | | | | | | Merge pull request #1966 from dibdot/ssmtpTed Hess2015-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssmtp: maintenance update
| * | | | | | | | | | | | | ssmtp: maintenance updateDirk Brenken2015-11-15
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | Merge pull request #1962 from dibdot/mcTed Hess2015-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | mc: update to 4.8.15
| * | | | | | | | | | | | mc: update to 4.8.15Dirk Brenken2015-11-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>
* | | | | | | | | | | | Merge pull request #1923 from hnyman/libtorrenttripolar2015-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Libtorrent and rtorrent: update version, disable ipv6 to fix compilation Signed-off-by: Peter Wagner <tripolar@gmx.at>
| * | | | | | | | | | | | rtorrent: update to 0.9.6, disable ipv6Hannu Nyman2015-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | | | | | | | libtorrent: update to 0.13.6, disable ipv6, remove ipv6 hackHannu Nyman2015-11-14
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | Merge pull request #1952 from dibdot/masterTed Hess2015-11-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | adblock: additional check for running dns query background task