Roger
c1b4af99c8
micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com >
10 年之前
Marko Ratkaj
c48fe5e030
vim: import from old packages
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr >
10 年之前
Ted Hess
d2d0483f6d
Merge pull request #973 from mstorchak/wget
wget: update to 1.16.2
10 年之前
Marcel Denia
8bf036f0e2
perl-uri: Update to 1.67
Signed-off-by: Marcel Denia <naoir@gmx.net >
10 年之前
Steven Barth
f2d9e75d83
libsigc++: bump to 2.4.1
Signed-off-by: Steven Barth <steven@midlink.org >
10 年之前
Maxim Storchak
1e4684c236
wget: update to 1.16.2
Signed-off-by: Maxim Storchak <m.storchak@gmail.com >
10 年之前
Steven Barth
e5d7553986
Merge pull request #958 from aTanW/master
gammu: change startup/config file names to avoid potential conflict
10 年之前
Steven Barth
04f065b3ea
Merge pull request #938 from kissg1988/seafile
seafile: deleted outdated patch
10 年之前
Steven Barth
f110b7a149
Merge pull request #969 from kissg1988/libevhtp
libevhtp: update to version 1.2.10
10 年之前
Steven Barth
efc8978b91
Merge pull request #878 from jow-/lxc-autoconf-fix
lxc: use generic autoreconf fixup
10 年之前
Steven Barth
762fafebb9
Merge pull request #873 from jow-/umurmur-autoconf-fix
umurmur: use generic autoreconf fixup
10 年之前
Steven Barth
056f0002b1
Merge pull request #962 from sairon/python-fix-distutils-adjusting-path
python: patch distutils adjusting path in scripts' shebang
10 年之前
Steven Barth
cdb2ee745f
Merge pull request #963 from commodo/python-compileall-reduce
python: reduce size of patch 130
10 年之前
Steven Barth
aba9887910
Merge pull request #964 from mstorchak/haserl
haserl: update to 0.9.34
10 年之前
Gergely Kiss
2e9d2f3faf
libevhtp: update to version 1.2.10
Signed-off-by: Gergely Kiss <mail.gery@gmail.com >
10 年之前
Ted Hess
a45bcefe93
Merge pull request #945 from amrhassan/json4lua
JSON4Lua: Add new package
10 年之前
Ted Hess
97f9155643
Merge pull request #944 from amrhassan/uuid
UUID: Add new package
10 年之前
Ted Hess
472ef3918c
Merge pull request #943 from amrhassan/master
LuaRocks: Add new package
10 年之前
Ted Hess
2c6818341f
Merge pull request #968 from antonlacon/ffmpeg-2.5.x
ffmpeg: update to 2.5.4
10 年之前
Amr Hassan
d4969a644c
JSON4Lua: Add new package
Signed-off-by: Amr Hassan <amr.hassan@gmail.com >
10 年之前
Amr Hassan
60f106ab68
UUID: Add new package
Signed-off-by: Amr Hassan <amr.hassan@gmail.com >
10 年之前
Amr Hassan
857a85a60d
LuaRocks: Add new package
Signed-off-by: Amr Hassan <amr.hassan@gmail.com >
10 年之前
Ted Hess
5d4867ab2f
Merge pull request #965 from chris5560/master
ddns-scripts: implements usage of nsupdate to direct update DNS servers
10 年之前
Ted Hess
5fa6635e9b
Merge pull request #941 from commodo/ovs-fix
openvswitch: limit package to supported kernel versions
10 年之前
Ian Leonard
32eafba860
ffmpeg: update to 2.5.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
10 年之前
Christian Schoenebeck
fad616a4cc
ddns-scripts: implements usage of nsupdate to direct update DNS servers
* new service "bind-nsupdate" using nsupdate to directly updates a PowerDNS or Bind server via nsupdate.
suggested by Jan Riechers (Pull #957 ) many thanks!
* updated tld-names.dat
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com >
10 年之前
Maxim Storchak
5b90cf85de
haserl: update to 0.9.34
Signed-off-by: Maxim Storchak <m.storchak@gmail.com >
10 年之前
Ted Hess
137744a742
Merge pull request #960 from MikePetullo/master
php5: update to 5.6.6
10 年之前
Ted Hess
ef056ee04c
mjpg-streamer: Update version of cambozola.jar
Signed-off-by: Ted Hess <thess@kitschensync.net >
10 年之前
Jan Čermák
71b696622a
python: patch distutils adjusting path in scripts' shebang
When distutils are copying scripts, path to Python interpreter is adjusted.
This does not work well in OpenWrt buildroot, because the path is adjusted
to absolute path to host Python then. This patch simply disables the
adjusting of the path.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz >
10 年之前
Nikos Mavrogiannopoulos
095ae50d35
libseccomp: remove legacy cruft
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
10 年之前
Alexandru Ardelean
7c4dac5118
python: reduce size of patch 130
Try to reduce the amount of change in this patch, since it removes
a lot of stuff, when we could just 'ifdef' that stuff out, with 2 lines.
The buildroot project does something similar like this:
http://git.buildroot.net/buildroot/tree/package/python/005-pyc-pyo-conditional.patch
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
10 年之前
W. Michael Petullo
fec32996ff
php5: update to 5.6.6
Signed-off-by: W. Michael Petullo <mike@flyn.org >
10 年之前
aTanW
96ef85a37e
gammu: change startup/config file names to avoid potential conflict
Signed-Off-By: Vitaly Protsko <villy@sft.ru >
---
Makefile | 8 ++++----
files/gammu.init | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
10 年之前
Nikos Mavrogiannopoulos
de7630145d
gnutls: updated to 3.3.13
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
10 年之前
Steven Barth
022b27604b
Merge pull request #954 from sairon/python-ensurepip-removal
python: removed ensurepip module
10 年之前
Ted Hess
92be68c5da
Merge pull request #955 from tru7/apcupsd
apcupsd: add driver modbus-usb
10 年之前
Ted Hess
d0a772521d
Merge pull request #952 from ClaymorePT/master
boost: Dependencies, architectures updates and lib additions
10 年之前
Othmar Truniger
1ab82e2f30
apcupsd: add driver modbus-usb
Signed-off-by: Othmar Truniger <github@truniger.ch >
10 年之前
Ted Hess
715fadc7e5
Merge pull request #926 from ryzhovau/master
msmtp-nossl: prerm
10 年之前
Jan Čermák
6f699463da
python: removed ensurepip module
This module is not necessary in OpenWrt because the functionality it
provides (i.e. installation of setuptools and PIP) is ensured by
python-pip and python-setuptools packages.
See: https://docs.python.org/2.7/library/ensurepip.html
Signed-off-by: Jan Čermák <jan.cermak@nic.cz >
10 年之前
Ted Hess
1027e00581
Merge pull request #953 from morgenroth/ibrdtn-update-to-1.0.1
Upgrade IBR-DTN to version 1.0.1
10 年之前
Johannes Morgenroth
1b5ba1b255
ibrdtn-tools: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de >
10 年之前
Johannes Morgenroth
c9f59276bf
ibrdtnd: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de >
10 年之前
Johannes Morgenroth
ca708b1dcf
ibrdtn: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de >
10 年之前
Johannes Morgenroth
daa883709e
ibrcommon: Updated to 1.0.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de >
10 年之前
cmf
97f27fe505
boost 1.57.0
Added MIPS (o32 and 64 abi) and Arm (aapcs abi) support. Everything else defaults to sysv.
Added Boost.Locale iconv dependency
- uCLibc does not implement monetary.h and because of that boost.locale.posix is off. For everything else it is on.
- For details check here: http://www.boost.org/doc/libs/1_57_0/libs/locale/doc/html/building_boost_locale.html
Added Boost.Context, Boost.Container, Boost.Coroutine and Boost.Log
Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
10 年之前
Alexander Ryzhov
94a28e969f
msmtp: bump revision
10 年之前
Michael Heimpold
598f7226ee
php5: upgrade to 5.4.38
This fixes CVE-2015-0235 and CVE-2015-0273.
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
10 年之前
Karl Palsson
7c2f386e2d
net: mosquitto: Fix libwebsockets detection
Patch suggested from upstream. Bumping release and including the patch
directly until a point release is available.
Signed-off-by: Karl Palsson <karlp@remake.is >
10 年之前