aboutsummaryrefslogtreecommitdiff
path: root/mail/alpine
Commit message (Collapse)AuthorAge
* alpine: disable parallel buildEneas U de Queiroz2023-06-19
| | | | | | | | | | | | | | | | | Parallel build does not work because it may reach a point where OSTYPE might be needed before it is actually built. They appear to run parallel to each other: echo slx > OSTYPE [...] cat: OSTYPE: No such file or directory sh: line 1: test: too many arguments cat: OSTYPE: No such file or directory Already built for -- you must do "make clean" first make[6]: *** [Makefile:706: rebuild] Error 1 make[6]: *** Waiting for unfinished jobs.... Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* alpine: fix old URLRosen Penev2023-01-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alpine: update to 2.25Rosen Penev2021-12-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alpine: try to make reproducibleRosen Penev2021-02-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alpine: update to 2.24Rosen Penev2020-12-13
| | | | | | Add BROKEN to nossl. Upstream broke it by requiring OpenSSL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alpine: fix compilation without sys/cdefsRosen Penev2020-08-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alpine: update to 2.23Rosen Penev2020-06-22
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alpine: update to 2.22Rosen Penev2020-02-28
| | | | | | | | | | Switch to standard tarballs. Remove autoreconf as a result. Simplify NLS and IPv6 handling. Removed options are default. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* alpine: Fix compilation without deprecated APIs on OpenSSL 1.0.2Rosen Penev2018-11-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alpine: Update to 2.21.9999Rosen Penev2018-07-15
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alpine: Update to 2.21.999 and update URLSRosen Penev2018-05-20
| | | | | | alpine seems to have a new home. Only a git repository now. No release tarballs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* mail/alpine: Fix typo (found by codespell)Stefan Weil2016-05-05
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Remove libcrypto dependencyAlexander Ryzhov2015-04-23
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* alpine: update to 2.20Antti Seppälä2015-01-25
| | | | | | New version requires a patch to skip openssl runtime checking when cross-compiling. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* Alpine: add new package v2.11Antti Seppälä2014-12-27
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>