| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
* import from oldpackages
* bump version and update hash
* update patch to new version
* add PKG_LICENSE, PKG_LICENSE_FILES, PKG_MAINTAINER
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
musl does not define some macros so define them ourselves
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The current package patches `makedefs` to probe for the existance
of the `nsl` and `resolv` libraries but uses the wrong variables
for the prefix, leading to `makedefs` probing the host directories,
not the staging dir ones.
Replace `$PKG_BUILD_DIR` with `$STAGING_DIR` to perform the library
tests in the correct directory.
Fixes the following error spotted by doing test builds against musl
which does not provide a `libnsl`:
.../mips-openwrt-linux-musl/bin/ld: cannot find -lnsl
collect2: error: ld returned 1 exit status
make: *** [master] Error 1
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
|
|
| |
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
|
|
|
| |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
|
|
|
| |
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
|
|\
| |
| | |
mailman: upgrade to 2.1.20
|
| |
| |
| |
| | |
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- host GSL libs are sometimes found leading to errors
reported by buildbot, replicated locally (Arch Linux)
Error:
configure: GSL_LIBS=-L/usr/lib -lgsl -lgslcblas -lm
leading to
/usr/include/features.h:398:23: fatal error: gnu/stubs.h: No such file or directory
- explicit libdb location to prevent host includes
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
|
| |
| |
| |
| | |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
| |
| |
| |
| |
| |
| | |
Some configure options were renamed during last upstream update: use them!
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
| |
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\|
| |
| | |
mailman: version upgrade to 2.1.19
|
| |
| |
| |
| | |
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
|\ \
| | |
| | | |
msmtp-nossl: prerm
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
|
| | | |
|
|/ /
| |
| |
| | |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
|\|
| |
| | |
postfix: upgrade to version 3.0.0
|
| |
| |
| |
| | |
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
| |
| |
| |
| |
| |
| | |
New version requires a patch to skip openssl runtime checking when cross-compiling.
Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
- update to latest version (v1.6.1)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
|\|
| |
| | |
mailman: add http source download link
|
| |
| |
| |
| | |
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Alpine (Alternatively Licenced Program for Internet News and Email) is a
free software console email client developed at the University of Washington.
It is suitable for both the inexperienced email user as well as for
the most demanding power user.
Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| | |
This commit will fix compile warning as below
tmp/.config-package.in:22096:warning: multi-line strings not supported
Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
|
|\|
| |
| | |
postfix: broken mynetworks parameter default value
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixed an issue with the default parameter value.
1. By default, the init script set ip address instead of network address in the parameter value (i.e. 192.168.1.1/24 instead of 192.168.1.0/24)
2. Dynamic address were not caught by the init script
As a result, if the mynetworks parameter was left default, Postfix would have rejected the mails with the following message in the logs:
Sat Dec 6 23:26:45 2014 mail.info postfix/smtpd[22806]: NOQUEUE: reject: RCPT from unknown[104.167.106.30]: 451 4.3.0 <ds_gitcommit@shulyaka.org.ru>: Temporary lookup failure; from=<delivery@mx.sailthru.com> to=<ds_gitcommit@shulyaka.org.ru> proto=ESMTP helo=<mx-indiegogo-b.sailthru.com>
Sat Dec 6 23:26:45 2014 mail.warn postfix/smtpd[22806]: warning: non-null host address bits in "127.0.0.1/8", perhaps you should use "127.0.0.0/8" instead
This commit fixes that behavior for the new installations.
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
|\|
| |
| | |
postfix: fixed installing to the filesystem image
|
| |
| |
| |
| | |
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
|\ \
| | |
| | | |
License updates and metadata typo correction
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
|
|/ /
| |
| |
| | |
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
|
|\ \
| | |
| | | |
ssmtp: more pointer fixes
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- fixed more pointer issues
- remove unused variable
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| |
| |
| |
| |
| |
| | |
Drop gnutls and use openssl instead, due to excessive memory consumption in embedded environment for an additonal ssl library.
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
|
|/
|
|
| |
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
|
|
|
|
| |
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
|\
| |
| | |
postfix: Added experimental support for Berkeley DB (btree files).
|
| |
| |
| |
| |
| |
| |
| | |
Note that hash files are currently not supported by OpenWRT package of Berkeley DB.
CDB is still default.
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
| |
| |
| |
| |
| |
| | |
reboot
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| |
| |
| |
| | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \
| |/
|/| |
mailman: New mailman package (mailing list manager)
|
| |
| |
| |
| | |
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
|/
|
|
| |
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|