Commit Graph

17 Commits

Author SHA1 Message Date
W. Michael Petullo 2a9aa5721b cyrus-sasl: create libsasl2-utils package for programs
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2023-12-13 14:13:48 +08:00
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
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>
2023-04-21 22:46:58 +02:00
W. Michael Petullo 6ca60a8e6d cyrus-sasl: update to 2.1.28
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2022-05-11 17:45:39 -04:00
Michal Vasilek f7717bd382 cyrus-sasl: patch CVE-2019-19906
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-11-13 08:00:35 +01:00
W. Michael Petullo a4008e33f5 cyrus-sasl: add optional sasldb package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-08-02 12:35:48 -05:00
W. Michael Petullo d6cb60f8f4 cyrus-sasl: install module symbolic links of form libX.so
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>
2020-01-13 13:57:57 -05:00
Michael Heimpold c9ce769b1a cyrus-sasl: install pkg-config file and fine-tune installed files
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>
2019-12-03 22:34:32 +01:00
W. Michael Petullo 60c34288e4 cyrus-sasl: Update to 2.1.27
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-11-20 21:32:34 -05:00
Rosen Penev 0aea7c69fd cyrus-sasl: Fix compilation without deprecated APIs on OpenSSL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-08 07:47:33 -08:00
Rosen Penev 0e29ec3ca0
cyrus-sasl: Update to 2.1.27-rc8
Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-20 20:53:53 -07:00
W. Michael Petullo 64a7b5154a cyrus-sasl: update to 2.1.27-rc7
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-05-05 18:04:49 -04:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Steven Barth 2b6ffa58cf cyrus-sasl / postfix: work around recursive dependency issue in toolchain
Signed-off-by: Steven Barth <steven@midlink.org>
2014-10-20 09:16:44 +02:00
Jo-Philipp Wich 259b47ac6f cyrus-sasl: fix typo in install section
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>
2014-10-06 17:27:43 +02:00
W. Michael Petullo 87193b25cd cyrus-sasl: add maintainer
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-10 15:06:41 -04:00
Steven Barth 7a1077d878 cyrus-sasl: update to 2.1.26
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-06 11:54:56 +02:00
W. Michael Petullo 7e43c37182 Copy cyrus-sasl package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-08-06 11:44:15 +02:00