aboutsummaryrefslogtreecommitdiff
path: root/libs/cyrus-sasl
Commit message (Collapse)AuthorAge
* cyrus-sasl: create libsasl2-utils package for programsW. Michael Petullo2023-12-13
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* cyrus-sasl: update to 2.1.28W. Michael Petullo2022-05-11
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* cyrus-sasl: patch CVE-2019-19906Michal Vasilek2021-11-13
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* cyrus-sasl: add optional sasldb packageW. Michael Petullo2021-08-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* 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>