aboutsummaryrefslogtreecommitdiff
path: root/admin/sudo/Makefile
Commit message (Collapse)AuthorAge
* admin/sudo: fix PKG_CPE_IDFabrice Fontaine2024-02-02
| | | | | | | | | | | sudo_project:sudo is a better CPE ID than todd_miller:sudo as this CPE ID has the latest CVEs (whereas todd_miller:sudo only has CVEs up to 2016): https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:sudo_project:sudo Fixes: 8ce9f30c421255c514b1b2e41fc92eafd7976583 (sudo: Update to 1.8.24) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* sudo: bump to verison 1.9.15p5Alexandru Ardelean2024-01-19
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* sudo: bump to verison 1.9.15p4Alexandru Ardelean2023-12-18
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* sudo: bump to verison 1.9.14p3Alexandru Ardelean2023-09-09
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* sudo: bump to verison 1.9.14p1Alexandru Ardelean2023-07-16
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | 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>
* sudo: bump to verison 1.9.13p3Alexandru Ardelean2023-03-23
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* sudo: bump to version 1.9.12p2Alexandru Ardelean2023-02-04
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* sudo: bump to verison 1.9.12p1Alexandru Ardelean2022-11-07
| | | | | | Fixes: https://github.com/openwrt/packages/issues/19816 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: bump to version 1.9.12Alexandru Ardelean2022-10-31
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: don't build with MIPS16Rosen Penev2022-07-14
| | | | | | GCC12 doesn't implement some security flags used by sudo. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sudo: bump to verison 1.9.11p3Alexandru Ardelean2022-07-01
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: bump to version 1.9.10Alexandru Ardelean2022-03-16
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: bump to version 1.9.9Alexandru Ardelean2022-02-07
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: bump to version 1.9.8p2Alexandru Ardelean2021-09-28
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: bump to version 1.9.8p1Alexandru Ardelean2021-09-20
| | | | | | | | | | | | This drops patch 010-cross-compile-fixes.patch No longer required after: - https://github.com/sudo-project/sudo/pull/109 - https://github.com/sudo-project/sudo/pull/111 The host-build part can be dropped as the build can now handle building the mksigname & mksiglist tools with the host tools. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: bump to version 1.9.7p2Alexandru Ardelean2021-08-09
| | | | | | | Also switch to AUTORELEASE for PKG_RELEASE. Refreshed patches. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: bump to version 1.9.7Alexandru Ardelean2021-05-18
| | | | | | | | | | Refresh patch 010-cross-compile-fixes.patch Re-apply patch 020-no-owner-change.patch Also we need to explicitly disable OpenSSL support. We may enable it later if needed/requested. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: update to version 1.9.6p1Alexandru Ardelean2021-03-16
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: update to version 1.9.5p2Josef Schlehofer2021-01-27
| | | | | | Fixes: CVE-2021-3156 (known as Baron Samedit) Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* sudo: bump to version 1.9.5p1Alexandru Ardelean2021-01-20
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: bump to version 1.9.4p2Alexandru Ardelean2020-12-21
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: update to 1.9.3p1Rosen Penev2020-12-15
| | | | | | Reorder several things for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sudo: group all install dirs into a single groupAlexandru Ardelean2020-12-15
| | | | | | Mostly a cosmetic change. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: change maintainer to myselfAlexandru Ardelean2020-12-15
| | | | | | | | This package seems abandoned. This changes ownership to myself. It shouldn't be a high-maintenance work to keep it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* sudo: update to 1.8.31Rosen Penev2020-02-13
| | | | | | Refresh patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sudo: Update to version 1.8.28p1Josef Schlehofer2019-10-19
| | | | | | | | | - Refreshed patches - Remove inactive maintainer Fixes: CVE-2019-14287 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* sudo: update to version 1.8.27Josef Schlehofer2019-03-25
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* sudo: Update to 1.8.26Rosen Penev2018-11-26
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sudo: Update to 1.8.25p1Rosen Penev2018-10-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sudo: Update to 1.8.24Rosen Penev2018-08-19
| | | | | | | | | | | | Changed URLs to HTTPS Rearranged Makefile for consistency. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_CPE_ID for CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sudo: update to 1.8.21p2Gergely Kiss2017-10-17
| | | | Signed-off-by: Gergely Kiss <mail.gery@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>
* treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with ↵Matthias Schiffer2017-01-10
| | | | | | | | | | | | | | | | | | $(STAGING_DIR_HOSTPKG) As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on STAGING_DIR_HOSTPKG. STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release (it is equivalent to $(STAGING_DIR)/host), so this simple search/replace cleanup is safe to apply. Doing this cleanup now will be useful for the Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream. Also fixes a typo in the dbus Makefile ("STAGIND_DIR"). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* sudo: use default host install prefixMatthias Schiffer2016-10-04
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
| | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* sudo: upgrade to version 1.8.14p3Gergely Kiss2015-08-30
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* sudo: preserve sudoers.d during sysupgradeAlexander Tsoy2015-07-01
| | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
* sudo: updated to 1.8.13Gergely Kiss2015-03-23
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* sudo: update to version 1.8.12Gergely Kiss2015-02-14
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* sudo: use hardcoded /var/lib instead of getting from compiling host ↵Julen Landa Alustiza2014-12-17
| | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* sudo: imported from oldpackages repo, updated to version 1.8.11p2Gergely Kiss2014-12-16
Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>