aboutsummaryrefslogtreecommitdiff
path: root/libs/cyrus-sasl
Commit message (Collapse)AuthorAge
* cyrus-sasl: install module symbolic links of form libX.soW. Michael Petullo2020-01-13
| | | | | | | | | I was too aggressive in recommending that we remove the module symbolic links of form libX.so as part of commit c9ce769b. It turns out that at least Postfix relies on these, and I suspect any application that makes use of libsasl2 will require them too. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* cyrus-sasl: install pkg-config file and fine-tune installed filesMichael Heimpold2019-12-03
| | | | | | | | | | Installing the .pc files helps other programs to detect the presence of libsasl2. While at, reduce the glob pattern a little bit to not include unneeded symlinks. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* cyrus-sasl: Update to 2.1.27W. Michael Petullo2018-11-20
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* cyrus-sasl: Fix compilation without deprecated APIs on OpenSSLRosen Penev2018-11-08
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cyrus-sasl: Update to 2.1.27-rc8Rosen Penev2018-08-20
| | | | | Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cyrus-sasl: update to 2.1.27-rc7W. Michael Petullo2018-05-05
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* 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>
* cyrus-sasl / postfix: work around recursive dependency issue in toolchainSteven Barth2014-10-20
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* cyrus-sasl: fix typo in install sectionJo-Philipp Wich2014-10-06
| | | | | | | | | | | | An overly specific glob pattern in the package install sections prevents the unversioned .so symlinks from getting copied into the .ipk. This commit changes the pattern from xxx.so.* to xxx.so* in order to copy those symlinks too. Fixes #382. Also bump the copyright year in the Makefile while we're at it. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* cyrus-sasl: add maintainerW. Michael Petullo2014-08-10
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* cyrus-sasl: update to 2.1.26Steven Barth2014-08-06
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Copy cyrus-sasl package from old repositoryW. Michael Petullo2014-08-06
Signed-off-by: W. Michael Petullo <mike@flyn.org>