aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | elfutils: fix compilation with muslSteven Barth2014-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this gets rid of tons of incompatible gnu-isms. Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | Merge pull request #684 from kissg1988/valaSteven Barth2014-12-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | vala: update to version 0.26.1
| * | | | | | vala: update to version 0.26.1Gergely Kiss2014-12-21
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | Merge pull request #589 from thess/glib2-updateTed Hess2014-12-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | glib2: Upgrade to 2.42.1
| * | | | | | glib2: Upgrade to 2.42.1Ted Hess2014-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | upmpdcli: Revert #678 (force strip)Ted Hess2014-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | ethtool: update to 3.18Matthias Schiffer2014-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release contains a patch which is supposed to improve musl compatiblity. I haven't tested it with musl though. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | libxml2: fix build error with musl libc (fixes #454)Michael Heimpold2014-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to nakarotori for spotting this. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #677 from sykesm/openconnect-vpnc-hooksNikos Mavrogiannopoulos2014-12-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openconnect: Restore support for vpnc-script hooks
| * | | | | | | openconnect: Restore support for vpnc-script hooksMatthew Sykes2014-12-20
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Restore hooks support from vpnc-script * Use consistent style for tests and blocks in openconnect.sh * Cleanup code that writes banner to syslog Signed-off-by: Matthew Sykes <matthew.sykes@gmail.com>
* | | | | | | Merge pull request #679 from kissg1988/shadowSteven Barth2014-12-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | shadow: fix dependency issues
| * | | | | | | shadow-utils: remove dependency causing conflictGergely Kiss2014-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "+ALL:shadow" dependency causes conflict with passwd utility as it is provided by busybox in the default configuration. Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | | | | shadow: fix libintl/libiconv dependenciesGergely Kiss2014-12-20
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include nls.mk rather than explicitly using the stub versions. This allows to make the packages depend on the full versions of libiconv & libintl and thus to have full language support. Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | Merge pull request #678 from thess/upmpdcli-workTed Hess2014-12-20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | upmpdcli: Reduce binary sizes (force strip)
| * | | | | | upmpdcli: Reduce binary sizes (force strip)Ted Hess2014-12-20
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* / / / / / upmpdcli: Revert default interface to 'br-lan' (correct mistaken assumption)Ted Hess2014-12-20
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | unrar: update to 5.2.3Álvaro Fernández Rojas2014-12-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | Merge pull request #674 from Zokormazo/lessSteven Barth2014-12-20
|\ \ \ \ \ | | | | | | | | | | | | less: import 458 from oldpackages.
| * | | | | less: import from oldpackages.Julen Landa Alustiza2014-12-19
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Current oldpackages version is latest stable. Added myself as maintainer. Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | | | | Merge pull request #672 from remakeelectric/lua-mosquittoSteven Barth2014-12-20
|\ \ \ \ \ | | | | | | | | | | | | lang: lua-mosquitto: import new package
| * | | | | lang: lua-mosquitto: import new packageKarl Palsson2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on released version of lua binding to libmosquitto. Advantages compared to lua-mqtt: * qos 1/2 support * substantially faster Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | Merge pull request #670 from remakeelectric/lua-penlightSteven Barth2014-12-20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | lang: lua: Add penlight library
| * | | | | lang: lua: Add penlight libraryKarl Palsson2014-12-18
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Created new package for last current release of penlight. Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | seafile-seahub: fix installation process of python dependenciesGergely Kiss2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solves "bash: easy_install: command not found" error during build Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | mdnsresponder: remove spurious conffile sectionSteven Barth2014-12-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | Merge pull request #648 from mstorchak/lvm2Daniel Golle2014-12-19
|\ \ \ \ \ | | | | | | | | | | | | lvm2 improvements
| * | | | | lvm2: strip lvm.conf, ipk size down by ~20kMaxim Storchak2014-12-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | | | | lvm2: symlink individual tools to lvm binaryMaxim Storchak2014-12-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | mpd: Update to 0.18.20Ted Hess2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #671 from remakeelectric/libwebsocketsTed Hess2014-12-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | libs: libwebsockets: add latest released version
| * | | | | | libs: libwebsockets: add latest released versionKarl Palsson2014-12-18
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes a patch for cyassl building that has been committed upstream, but not released. There's no SPDX license identifier for LGPL + static linking exception, so I've used "LGPL-2.1+exception" as suggested at http://lwn.net/Articles/378329/ See also: https://github.com/warmcat/libwebsockets/issues/170 Signed-off-by: Karl Palsson <karlp@remake.is>
* / | | | | upmpdcli: Change default interface to 'lan'Ted Hess2014-12-18
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #668 from Zokormazo/bwm-ngSteven Barth2014-12-18
|\ \ \ \ \ | | | | | | | | | | | | bwm-ng: import 0.6
| * | | | | bwm-ng: import 0.6Julen Landa Alustiza2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | | | | | Merge pull request #669 from Zokormazo/grepSteven Barth2014-12-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | grep: update to 2.21, add license and maintainer
| * | | | | | grep: update to 2.21, add license and maintainerJulen Landa Alustiza2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | | | | | | Merge pull request #667 from thess/upmpdcli-workTed Hess2014-12-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | upmpdcli: Add UPnP icon. Use procd for start/stop.
| * | | | | | | upmpdcli: Add UPnP icon. Use procd for start/stop. Add uci config support ↵Ted Hess2014-12-17
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for multiple instances Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | debootstrap: depends on arDaniel Golle2014-12-18
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | debootstrap uses ar to decompress .deb packages Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | dbus: readd libpthread dependency (accidentally removed)Steven Barth2014-12-18
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | sudo: use hardcoded /var/lib instead of getting from compiling host ↵Julen Landa Alustiza2014-12-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | | | | mdnsresponder: update to 561.1.1Steven Barth2014-12-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | dbus: fix musl buildSteven Barth2014-12-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | dbus: update to 1.9.4Steven Barth2014-12-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | libaio: update to 0.3.110, bump copyright, add licenseSteven Barth2014-12-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | Merge pull request #665 from MikePetullo/masterTed Hess2014-12-16
|\ \ \ \ \ | | | | | | | | | | | | lighttpd: reorder modules so that redirect loads before auth
| * | | | | lighttpd: reorder modules so that redirect loads before authW. Michael Petullo2014-12-16
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #664 from luizluca/elfutilsLuiz Angelo Daros de Luca2014-12-16
|\ \ \ \ \ | | | | | | | | | | | | elfutils: imported from oldpackages, updated to 0.160
| * | | | | elfutils: imported from oldpackages, updated to 0.160Luiz Angelo Daros de Luca2014-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pkg was imported from oldpackages. It was updated to latest version, requiring some fixes in patches. I added myself as maintainer. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | nail: unbreak compilationSteven Barth2014-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disabling SSLv2 and SSLv3 caused nail to break, fixed this some of our snapshot builders don't have CVS, switch to Debian as source Signed-off-by: Steven Barth <steven@midlink.org>