1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-23 16:17:36 +02:00
Commit Graph

2583 Commits

Author SHA1 Message Date
Marcel Denia
86c614e69d libidn: Update to 1.30
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-03-06 14:36:25 +01:00
Alexandru Ardelean
0d072f2b42 python: packetize some python modules
Packetize some Python modules to reduce size of the overall Python package.
Basically, a new package is introduced, call `python-light`,
and everything that's extra (or big) is put in other packages.

The `python` package becomes a metapackage that installs `python-light`
along with the rest of the packages.

Base work started by Jan Čermák.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-06 15:19:29 +02:00
Alexandru Ardelean
bb87de33dd python: add '_python_*' env vars to host python
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-06 14:18:45 +02:00
Alexandru Ardelean
2727b3fda3 python: add patch for distutils to add support for the '_python_sysroot' env var
Patch taken from buildroot:
  http://git.buildroot.net/buildroot/tree/package/python/python-008-distutils-use-python-sysroot.patch

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-06 11:16:48 +02:00
Alexandru Ardelean
8d6b503b4a python: re-number patches
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-06 11:11:18 +02:00
Jeff Waugh
fb36bf7286 kmod: Update to kmod 20, enable parallel build
Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
2015-03-06 07:38:32 +11:00
Ted Hess
6253069923 gst1-plugins-ugly: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 14:04:21 -05:00
Ted Hess
44bece99a8 gst1-plugins-good: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 14:02:26 -05:00
Ted Hess
e8a8f20d31 gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 13:59:19 -05:00
Ted Hess
511fb70f92 gst1-plugins-base: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 13:58:03 -05:00
Ted Hess
ac2d4a6cbe gstreamer1: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 13:56:56 -05:00
Ted Hess
f9fd4f88e5 gst1-libav: Update to 1.4.5
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-05 13:54:51 -05:00
Ted Hess
9941dbd1e5 Merge pull request #972 from luizluca/gst1-enable_videorate_videoscale
gst1-plugins-base: add videorate and videoscale
2015-03-05 11:44:20 -05:00
Ted Hess
15e0ad3249 Merge pull request #971 from luizluca/gst1_enable_shm
Gstreamer1.x enable shm in gst1-plugins-bad
2015-03-05 11:42:04 -05:00
Sebastian Moeller
1b5afe8f46 sqm-scripts: make run.sh ignore spurious incomplete hotplug ifups
During system start up pppoe devices seem to receice ifup events before
the interface actually exists. This commit makes sqm's run.sh script
test whether the sys files for an interface exist before actually trying
to start an SQM instance on an interface. This seems to nicely avoid
starting on an not fully established pppoe interface and avoids a number
of error messages during startup.

In addition, debug logging is disabled.

Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
2015-03-05 16:23:42 +01:00
Álvaro Fernández Rojas
fd62435cd4 udpxy: fix build on OS X and clean up Makefile
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-05 13:52:38 +01:00
tripolar
c1d650f896 Merge pull request #930 from plntyk/nfs_libblkid
nfs-kernel-server: fix build with libblkid, libuuid
2015-03-05 00:15:53 +01:00
Ted Hess
0b2e43d07b mailsend: split into 2 packages - with SSL and without SSL
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-04 16:52:02 -05:00
Luka Perkov
5f49225e71 libuv: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-03-04 22:11:29 +01:00
Dirk Neukirchen
2e723d4019 ocserv: fix libcrypt location
fix build errors on Arch Linux/Fedora 20

config.log trying to link with /usr/lib/libcrypt.so
/usr/lib/libcrypt.so: undefined reference to `memset@GLIBC_2.2.5'

linkage is AC_LIB_HAVE_LINKFLAGS macro behaviour
see http://marc.info/?l=gnulib-bug&m=129660262901148

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 21:32:53 +01:00
Ted Hess
37fc15c0e7 Merge pull request #987 from plntyk/gnutls-fixes-v2
Gnutls fixes v2
2015-03-04 14:59:32 -05:00
Dirk Neukirchen
12e57878fe nfs-kernel-server: fix build with libblkid, libuuid
config.log reports
WARNING: uuid support disabled as libblkid is too old
because the test macro AC_BLKID_VERS is not cross compile friendly
resulting in libblkid_cv_is_recent=unknown

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 19:31:57 +01:00
Dirk Neukirchen
a76e6de3ff gnutls: cleanup old code
- rpath is not necessary (buildroot does not use it too)
- SED of paths in configure does not seem needed (from pre 3.x version)
- remove configure section

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 10:36:27 +01:00
Dirk Neukirchen
dc2a4e50c8 gnutls: fix build with librt
compile errors in config phase with ArchLinux and Fedora 20

config.log trying to link with -I/usr/lib/librt.so:
/usr/lib/librt.so: undefined reference to `gettimeofday@GLIBC_2.2.5'

or Fedora20:
/usr/lib/librt.so: error adding symbols: File in wrong format

linkage is AC_LIB_HAVE_LINKFLAGS macro behaviour
see http://marc.info/?l=gnulib-bug&m=129660262901148

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 10:35:58 +01:00
Steven Barth
007fa62ac2 Merge pull request #985 from BerlinMeshnet/dkjson-update
Update dkjson
2015-03-04 08:23:54 +01:00
Lars Gierth
9f76445fa4 dkjson: bump release
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-03-03 22:26:13 +01:00
Lars Gierth
708143b780 dkjson: update PKG_MD5SUM
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-03-03 22:25:17 +01:00
Steven Barth
577b694c28 Merge pull request #983 from Shulyaka/master
mailman: version upgrade to 2.1.19
2015-03-03 21:05:56 +01:00
Luiz Angelo Daros de Luca
213cc9aeba Merge pull request #984 from luizluca/ruby-update_to_2.2.1
ruby: update to 2.2.1
2015-03-03 16:09:19 -03:00
Luiz Angelo Daros de Luca
487d28d2a8 ruby: update to 2.2.1
For ruby changes since 2.2.0:
 http://svn.ruby-lang.org/repos/ruby/tags/v2_2_1/ChangeLog

No relevant changes for OpenWRT.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-03-03 16:05:37 -03:00
Sebastian Moeller
5b61cfba07 Teach SQM hotplug tricks
Some interfaces like wan-pppoe go away, when the ppp connection is lost
and get recreated once the link is established again. SQM now
has its own hotplug script to re-enable itself on the interfae just hotplugged.
SQM will not touch other instances of itself running on other interfaces
if called by hotplug.d. The implementation now allows this functionality by
calling run.sh like:
/usr/lib/sqm/run.sh interface YOUR_INTERFACE_NAME_HERE
e.g.: /usr/lib/sqm/run.sh interface ge00-pppoe
If called with a specific interface SQM will only try to disable itself
on that interface to clean up all left over state and the re-enable
itself on just that interface. Hopefully that allows for better service
with instable interfaces like pppoe. The current code passes a simple manual
stop start test of the ge00-pppoe interface from the GUI and does seem
to do the right thing, at least on cerowrt 3.10.50-1...
2015-03-03 17:49:50 +01:00
Denis Shulyaka
a778acd865 mailman: version upgrade to 2.1.19
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2015-03-03 18:11:09 +03:00
Ted Hess
ebdd36c783 Merge pull request #976 from thess/boost-work
boost: reorganize menus, fix some build dependencies and ABI selections
2015-03-03 07:58:05 -05:00
Ted Hess
e4d74553f4 Merge pull request #982 from jszakmeister/update-socat
Upgrade socat to 1.7.3.0.
2015-03-03 07:57:43 -05:00
John Szakmeister
2720fe57e5 Upgrade socat to 1.7.3.0.
The cross-compiling patch is no longer necessary.  Also added librt as a
dependency, since it is required.  This also fixes an issue where
support for linux/errqueue.h was not being detected correctly and
causing a build failure with 3.18.

Signed-off-by: John Szakmeister <john@szakmeister.net>
2015-03-03 06:39:43 -05:00
Ted Hess
861f57e924 Merge pull request #979 from mstorchak/attr
attr: update to 20150220
2015-03-02 18:44:36 -05:00
Maxim Storchak
8456832c95 attr: update to 20150220
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-03-03 00:17:36 +02:00
Ted Hess
c23be55aa9 libv4l: Update to latest version 1.6.2
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-02 17:15:42 -05:00
Steven Barth
da630205af Merge pull request #956 from fissie/master
fix aiccu requiretls option handling
2015-03-02 21:53:45 +01:00
Jan Sembera
5f1006cb20 aiccu: fix requiretls option handling
requiretls is a boolean value in aiccu config that only accepts true and
false as values, not "1" or "0" that UCI provides.

Signed-off-by: Jan Sembera <jsembera@google.com>
2015-03-02 21:43:53 +01:00
Steven Barth
47d28bcf80 Merge pull request #974 from lijpsummer/master
update opencv version as 2.4.11
2015-03-02 21:18:25 +01:00
Steven Barth
2cfa68a64c Merge pull request #978 from roger-/master
micropython: update to latest
2015-03-02 21:17:44 +01:00
Roger
c69cb362d9 micropython-lib: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-03-02 13:30:16 -06:00
Roger
c1b4af99c8 micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-03-02 13:27:35 -06:00
Marko Ratkaj
c48fe5e030 vim: import from old packages
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-03-02 19:57:02 +01:00
Ted Hess
39464f9cb5 boost: reorganize menus, fix some build dependencies and ABI selections
Add meta-package with all libraries when CONFIG_ALL selected.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-02 13:23:42 -05:00
Hannu Nyman
5dfdf5374c collectd: update to 5.4.2
Update collectd, base of Luci statistics, to 5.4.2.

Patches have been refreshed.
905-fix-sigrok-upstream-patch-post-541 was removed as unnecessary.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-03-02 19:52:46 +02:00
Jianping Li
e6503d16a6 update opencv version as 2.4.11
Signed-off-by: Jianping Li <summer@wrtnode.com>
2015-03-02 16:59:52 +00:00
Ted Hess
d2d0483f6d Merge pull request #973 from mstorchak/wget
wget: update to 1.16.2
2015-03-02 07:53:53 -05:00
Marcel Denia
8bf036f0e2 perl-uri: Update to 1.67
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-03-02 10:23:05 +01:00