Commit Graph

39 Commits

Author SHA1 Message Date
Fabrice Fontaine 302761f0e8 net/krb5: fix PKG_CPE_ID
mit:kerberos_5 is a better CPE ID than mit:kerberos as this CPE ID has
the latest CVEs (whereas mit:kerberos only has CVEs until 2018):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️mit:kerberos_5

Fix: 299e5b0a9b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-02 17:54:23 +08:00
W. Michael Petullo 949b94bdda krb5: update to 1.21.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-02 14:52:03 -08:00
W. Michael Petullo 4a5dc03ddb krb5: update to 1.21
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2023-06-15 12:37:55 +02:00
Andre Heider 565866a472 treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2023-04-08 08:38:54 +02:00
W. Michael Petullo df0b2eedd6 krb5: update to 1.20.1
Besides updating the package to 1.20.1, this commit removed two patches
that the new release made unnecessary.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2022-12-23 12:15:11 +00:00
W. Michael Petullo 094350508e krb5: update to 1.19.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2022-05-11 17:46:25 -04:00
Sergey V. Lobanov e660ac3398 krb5: fix build on macos
backport of upstream commit
3c66c1fec7
Original author: Nikhil Benesch <nikhil.benesch@gmail.com>

Remove unnecessary flag in macOS build
The configuration logic for adding the `-search_paths_first` linker
flag on Darwin does not correctly handle cross compilation.  It should
check the value of $krb5_cv_host rather than `uname -s` to detect when
the compilation target is Darwin, rather than the build machine.

It turns out `-search_paths_first` has been the default behavior of ld
on macOS since XCode 4.  So just remove that bit of logic entirely.
(The flag was added in commit acd27af0e845f8b93de2e226cc2ec9ac8af52077
in 2004; XCode 4 was released in 2010.)

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-09 13:43:48 -08:00
W. Michael Petullo f614850285 krb5: update to 1.19.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-13 09:03:05 +01:00
W. Michael Petullo 57f3851d70 krb5: update to 1.19.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-10 11:58:50 -05:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Rosen Penev f995f4485a
krb5: install krb5-config to host
Helps old packages that don't use pkgconfig.

Fix prefix paths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-07 20:10:13 -08:00
W. Michael Petullo 9689533481 krb5: update to 1.18.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-19 13:24:26 -06:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
W. Michael Petullo acc42e9451 krb5: allow installing without kadmind
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-11 21:13:54 -04:00
W. Michael Petullo ccc9ac49fb krb5: update to 1.17
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-16 17:13:55 -04:00
Rosen Penev d3e7c6e21f krb5: Update to 1.16.2
Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 12:05:40 -08:00
Andy Walsh d97c3df2a5 krb5: fix keyutils dependency
* if <keyutils.h> is found krb5 pulls in the lib, which than fails to link because of a missing -fPic in libkeyutils.so
* keyutils 1.5.11 will depend on krb5, so we disable it in krb5 to avoid circular dependency

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-15 14:35:18 +02:00
W. Michael Petullo 8256b96743 krb5: update to 1.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-07-06 08:45:36 -04:00
W. Michael Petullo 536d555456 krb5: set replay cache directory to /tmp
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-06-02 15:54:24 -04:00
Andy Walsh ebc41d5759 krb5: update depends, adapt FS#1310
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-04-05 11:39:24 +02:00
Andy Walsh 2538992f31
krb5: add PKG_USE_MIPS16:=0
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-01-28 16:01:39 +01:00
Andy Walsh 6ce614c637 krb5: update to 1.16 and samba4 fixes
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-01-28 15:24:25 +01: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
W. Michael Petullo 0456a74a8b krb5: install include properly and leave libcom_err* in place
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-11-24 15:06:21 -05:00
Xotic750 7088374279 krb5: Bump to v1.14.2
Signed-off-by: Graham Fairweather <xotic750@gmail.com>
2016-07-12 15:18:45 +00:00
John Crispin 2482ba2e1e krb5: more uninitialized warning errors
ktutil_funcs.c: In function 'ktutil_delete':
ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized]

Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 18:34:08 +02:00
W. Michael Petullo c35ba8097a krb5: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-03-26 21:40:51 -04:00
W. Michael Petullo dff1834cc2 krb5: update to 1.14
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-12-31 22:21:32 -05:00
Alexandru Ardelean c03066deca krb5: bump to version 1.13.3 and fix uninitialized warning/error
Version 1.13.3 has a tar.gz so the OpenWRT default Build/Prepare
rule can be used with MD5 checksum.

Add patch to fix build:
ktutil_funcs.c: In function 'ktutil_delete':
ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized]
                 prev->next = lp->next;

There does not seem to be a way for 'prev' being uninitialized
(logically), however the compiler does not see that, because
'prev' is dependent on i >= 1.
So, we just need to initialize it to NULL.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-15 11:58:22 +02:00
W. Michael Petullo 15f1e8b2d9 krb5: update to 1.13.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-09-20 19:42:38 -04:00
Nicolas Thill f746041323 krb5: fix build failure on rebuild (closes: #1143)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 03:52:22 +02:00
Ted Hess 75fa8ea9ac Merge pull request #947 from MikePetullo/master
krb5: update to 1.13.1
2015-02-22 18:33:38 -05:00
W. Michael Petullo a581d888a2 krb5: update to 1.13.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-02-22 17:36:34 -05:00
Nicolas Thill e24dfafb01 remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Etienne CHAMPETIER 1f22b19d04 PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-10-15 22:24:06 +02:00
W. Michael Petullo 8c95cf3a12 krb5: update source URL and add build fix patch
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo a7bb98aab9 krb5: remove some obsolete patches
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo 0a15ad8c83 krb5: update to 1.12.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo c3866b4441 Copy krb5 package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00