aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | 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
| * | | | | | | | | | | adblock: additional check for running dns query background taskDirk Brenken2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for possible query log config change (enabled => disabled) Please apply to upstream - thank you! Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | | | | | Merge pull request #1958 from mlichvar/chrony-script-improvementsTed Hess2015-11-14
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | chrony: improve hotplug and init scripts
| * | | | | | | | | | | chrony: improve hotplug and init scriptsMiroslav Lichvar2015-11-14
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | | | | | | | Merge pull request #1936 from mmaraya/masterTed Hess2015-11-13
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | port-mirroring: new package for copying network packets
| * | | | | | | | | | port-mirroring: copy network packets with optional support for TaZmen ↵Mike Maraya2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sniffer Protocol (TZSP) Signed-off-by: Mike Maraya <mike.maraya@gmail.com>
* | | | | | | | | | | Merge pull request #1949 from dibdot/masterSteven Barth2015-11-12
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | / / / / / / | |_|_|_|/ / / / / / |/| | | | | | | | | adblock: busybox "tr" does not support character classes by default
| * | | | | | | | | adblock: busybox "tr" does not support character classes by defaultDirk Brenken2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix: busybox "tr" does not support character classes by default and generates (partly) odd domain names. Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | | | git: update to 2.6.3Luka Perkov2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | | | | | | muninlite: refresh patchesJonathan McCrohan2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purely cosmetic changes only. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | | | | | muninlite: Fix fetching data for interfaces with a dash in the nameMartin Blumenstingl2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | munin-node passes the original interface name (as extracted from /proc/net/dev) to if_* and if_err_*. Thus replacing dash with underscore results in interfaces not being found anymore. Closes: #1927 Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | | | | | muninlite: Fix parsing the available network interface namesMartin Blumenstingl2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | | | | | muninlite: Enable the df plugin again and fix parsing disk usageMartin Blumenstingl2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: #1926 Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | | | | | lcd4linux: fix endian issues with GLCD2USB pluginJonathan McCrohan2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch submitted by Vladimir Ermakov. Signed-off-by: Vladimir Ermakov <vooon341@gmail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>