Commit graph

7512 commits

Author SHA1 Message Date
Daniel Golle
86763be872 gnurl: update to version 7.53.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-03-12 23:27:17 +01:00
Peter Wagner
66b82457d6 irssi: update to 1.0.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-03-12 19:55:37 +01:00
Xavier Douville
0eab032f99 ddns-scripts: increment PKG_RELEASE
Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
2017-03-12 13:02:04 -04:00
Xavier Douville
96e526bad3 ddns-scripts: update dnsexit.com update URL+response. Reference http://downloads.dnsexit.com/ipUpdateDev.doc
Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
2017-03-12 11:00:25 -04:00
Hannu Nyman
f4cfd96215 Merge pull request #4136 from danrl/jool
jool: update to upstream version 3.5.3
2017-03-11 16:25:04 +02:00
danrl
abbea73a28 jool: update to upstream version 3.5.3
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-03-11 14:38:25 +01:00
Hannu Nyman
bc4eafb5ad Merge pull request #4134 from tsl0922/ttyd-1.3.1
ttyd: update to 1.3.1
2017-03-11 13:03:03 +02:00
Hannu Nyman
bbf629ef6a Merge pull request #4133 from lucize/clamavpcre2
clamav: use PCRE2
2017-03-11 09:18:22 +02:00
Lucian Cristian
801834470b mail: add greyfix
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-11 04:32:47 +02:00
Shuanglei Tao
ae9281a441 ttyd: update to 1.3.1
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2017-03-11 10:25:13 +08:00
Lucian Cristian
8f8be60c10 clamav: use PCRE2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-10 23:24:17 +02:00
Hannu Nyman
15b1d7a522 Merge pull request #4113 from lucize/clamupdate
clamav: update to 0.99.2
2017-03-10 10:29:31 +02:00
Hannu Nyman
55d06be722 Merge pull request #4125 from dvlemplgk/open-plc-utils
open-plc-utils: fix menuconfig entries
2017-03-10 10:25:26 +02:00
Hannu Nyman
67ab0221a5 Merge pull request #4122 from TDT-GmbH/mwan3_add_co_maintainer
net/mwan3: add me as co maintainer
2017-03-10 10:20:00 +02:00
Alexandru Ardelean
9f7235e42a python,python3: bump PKG_RELEASEs
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-09 18:43:50 +02:00
Alexandru Ardelean
ae350d9387 python3: split source packages away from compiled packages
Same as for python.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-09 18:43:47 +02:00
Alexandru Ardelean
20685f5220 python: split source packages away from compiled packages
Well, they're not yet compiled, but in the next commit
they should be.

People have been complaining [citation needed] to me
via email or via Github that Python's performance is crap
because it packages sources directly and they're not compiled.
And Python has to compile the sources on each run, and
on-the-fly.

Allowing compilation caching is also a no-no, because
I'll get complaints that the flash storage fills up
whenever a Python app runs.

So, to give the user a choice, the new de-facto packaging
for Python packages will be:
* ship compiled + [ preferably ] optimized files
* package sources separately

The problem is that this doubles the number of packages
in LEDE/OpenWrt, but build-times should not suffer a big
hit, since the compilation is done once, and the
install phase should not be too intensive.

Oh, and people don't need ship source packages if
they don't want to.
To do that, a packager needs to just call
`$(eval $(call BuildPackage,python-<package>-src))`

The `python-` prefix is important.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-09 18:43:41 +02:00
Stijn Tintel
724cc5251f Merge pull request #4129 from lucize/dovecotdeps
dovecot: fix depends typo
2017-03-09 10:16:43 +01:00
Lucian Cristian
614c0928d0 dovecot: fix depends typo
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-09 11:11:55 +02:00
Alexandru Ardelean
05f8d6edf0 python,python3: drop remove .pyc & .pyo files
We'll control in the install phase what we ship [byte-codes or source files]

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-09 09:26:36 +02:00
Alexandru Ardelean
92073b047b python,python3: drop tests from all core packages
Well, this slipped by for some time.
This should make the Python core packages even more lighter.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-09 09:23:10 +02:00
Alexandru Ardelean
a85b0b6b57 python3: make sure $(1)/usr/lib path exists for python3-dev package
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-09 09:23:10 +02:00
Alexandru Ardelean
6c4dcf4446 python: fix python-dev clash with python-base
Both want to install libpython.so.
python-dev should install libpython.a

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-09 09:23:10 +02:00
Alexandru Ardelean
df0d0bcc00 python,python3: move PyPackage install rules in the beggining of the Package install rules
So that we can process Python sources installed
by those rules, if we need to.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-09 09:23:10 +02:00
Alexandru Ardelean
5d502e8530 python3: move filespec shell code into file
Same as for python.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-09 09:23:10 +02:00
Alexandru Ardelean
06c91a7ed8 python: move filespec shell code into file
Cleanup.
And preparation for adding a bit more functionality.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-09 09:23:10 +02:00
Alexandru Ardelean
17da988645 python,python3: fix goof with multiline command break
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-09 09:23:10 +02:00
Stijn Tintel
7db2439564 Merge pull request #3585 from dedeckeh/strongswan_uci
strongswan: UCI support
2017-03-09 03:59:56 +01:00
Stijn Tintel
7087d7c560 Merge pull request #4109 from lucize/doveupsqlite
dovecot: update to 2.2.28 and add SQLite support
2017-03-09 03:40:04 +01:00
Hannu Nyman
5ce86fbdbc Merge pull request #4118 from dibdot/travelmate
travelmate: update 0.4.2
2017-03-08 23:06:25 +02:00
Hannu Nyman
e68843c29d Merge pull request #4115 from dibdot/mc
mc (midnight commander): release 4.8.19
2017-03-08 23:06:09 +02:00
Stijn Tintel
8a2199fba7 Merge pull request #4119 from stintel/cleanup
Cleanup: avoid reuse of $(PKG_NAME)
2017-03-08 21:16:24 +01:00
Stijn Tintel
f82287cf5c treewide: use name in define and eval lines
For consistency, use full name instead of $(PKG_NAME) in define and eval
lines for all packages.

I've seen reviews that asked to do this before, and I am asking the same
during reviews now. To avoid this in the future, fix this treewide so
when people use existing packages as example, we will not have to
request this change anymore.

This makes all packages consistent with both LEDE and OpenWrt base
repositories.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-08 21:15:20 +01:00
Dirk Brenken
fc57661c12 travelmate: update 0.4.2
* optimized connection handling -
  removed needless timeouts & wireless commits
* set the pre-configured reload timeout to
  a more conservative/realistic value of 30 seconds
* further logging tweaks

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-08 20:22:17 +01:00
Günther Kelleter
eb22de1fe2 open-plc-utils: fix menuconfig entries
Fix TITLE and description to contain the actual tool name.

Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
2017-03-08 17:21:15 +01:00
Stijn Tintel
694e5a677c Merge pull request #4108 from lucize/postsqlite
postfix: Add SQLite support and fix musl compile without POSTFIX_TLS
2017-03-08 16:05:54 +01:00
Florian Eckert
ec3349a8a4 net/mwan3: add me as co maintainer
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-08 10:42:36 +01:00
Lucian Cristian
2fdca4d5a5 postfix: Add SQLite support
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 02:02:03 +02:00
Lucian Cristian
154a0da724 postfix: fix musl compile without POSTFIX_TLS
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 01:59:38 +02:00
Lucian Cristian
f39b7ea81b dovecot: update to 2.2.28
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 01:44:38 +02:00
Lucian Cristian
6bbbf29a85 dovecot: add SQLite support
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 01:42:50 +02:00
Lucian Cristian
db86cdb3f7 dovecot: change LDAP select logic
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 01:40:15 +02:00
Lucian Cristian
a00af84375 dovecot: disable ICU normalization support for FTS #4077
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 01:37:30 +02:00
Jo-Philipp Wich
335e356af4 Merge pull request #4103 from gabri94/master
openwisp-config: new package
2017-03-07 16:50:48 +01:00
gabri94
33df71ba41 openwisp-config: new package
Signed-off-by: Gabriele Gemmi <gabriel@autistici.org>
2017-03-07 16:45:18 +01:00
Florian Eckert
e804593cd8 net/xinet.d: add /etc/xinet.d/ dir to conffiles (#4096)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-03-06 23:21:21 +00:00
Lucian Cristian
33b8364f2d clamav: depend on musl-fts only when USE_MUSL
add me as a maintainer

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-06 22:45:18 +02:00
Dirk Brenken
f0bbe0e48b mc (midnight commander): release 4.8.19
* release notes: https://midnight-commander.org/wiki/NEWS-4.8.19
* refreshed subshell patch
* switched to PKG_HASH

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-03-06 18:40:16 +01:00
Stan Grishin
aa3ff6eea7 vpnbypass: updated service enable/start logic.
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-03-06 07:08:27 -08:00
Lucian Cristian
a252914544 clamav: update to 0.99.2
added option DatabaseDirectory
update depends on musl-fts libraries

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-06 14:46:24 +02:00