Commit Graph

43 Commits

Author SHA1 Message Date
Fabrice Fontaine 253944fc62 admin/sudo: fix PKG_CPE_ID
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🅰️sudo_project:sudo

Fixes: 8ce9f30c42 (sudo: Update to 1.8.24)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-02 22:35:50 +01:00
Alexandru Ardelean f2a6449b6f sudo: bump to verison 1.9.15p5
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-01-19 14:48:53 +01:00
Alexandru Ardelean 62f4f97bdb sudo: bump to verison 1.9.15p4
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-12-18 13:49:53 +02:00
Alexandru Ardelean a1edb56083 sudo: bump to verison 1.9.14p3
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-09-09 11:21:55 +03:00
Alexandru Ardelean 7953466d7f sudo: bump to verison 1.9.14p1
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-07-16 00:22:08 +03: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
Alexandru Ardelean 2d9e475444 sudo: bump to verison 1.9.13p3
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-03-23 19:38:27 +02:00
Alexandru Ardelean 18ce787530 sudo: bump to version 1.9.12p2
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-02-04 18:56:22 +02:00
Alexandru Ardelean 8e2091c6ad sudo: bump to verison 1.9.12p1
Fixes: https://github.com/openwrt/packages/issues/19816

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-11-07 12:30:29 +01:00
Alexandru Ardelean b40372da41 sudo: bump to version 1.9.12
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-10-31 12:29:24 -07:00
Rosen Penev 97e986e5ed sudo: don't build with MIPS16
GCC12 doesn't implement some security flags used by sudo.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-07-14 14:13:02 -07:00
Alexandru Ardelean b083d9b82b sudo: bump to verison 1.9.11p3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-07-01 12:40:12 -07:00
Alexandru Ardelean 589f276ba6 sudo: bump to version 1.9.10
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-03-16 19:45:02 -07:00
Alexandru Ardelean 22c199bf30 sudo: bump to version 1.9.9
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-02-07 10:27:47 +02:00
Alexandru Ardelean d15304e7d3 sudo: bump to version 1.9.8p2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-28 18:34:48 -07:00
Alexandru Ardelean aab8012438 sudo: bump to version 1.9.8p1
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>
2021-09-20 14:13:12 -07:00
Alexandru Ardelean 6934e4e103 sudo: bump to version 1.9.7p2
Also switch to AUTORELEASE for PKG_RELEASE.
Refreshed patches.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-08-09 11:10:44 +03:00
Alexandru Ardelean e580552bca sudo: bump to version 1.9.7
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>
2021-05-18 21:50:02 +03:00
Alexandru Ardelean d1a8d6bf84 sudo: update to version 1.9.6p1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-16 21:33:16 +02: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
Josef Schlehofer c0135a326c sudo: update to version 1.9.5p2
Fixes: CVE-2021-3156 (known as Baron Samedit)

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-27 01:37:10 -10:00
Alexandru Ardelean b489d21986 sudo: bump to version 1.9.5p1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-20 08:18:28 +02:00
Alexandru Ardelean 2e7a25d9a3 sudo: bump to version 1.9.4p2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-21 09:16:37 +02:00
Rosen Penev b1365df361 sudo: update to 1.9.3p1
Reorder several things for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-15 14:47:15 +02:00
Alexandru Ardelean c521e675c7 sudo: group all install dirs into a single group
Mostly a cosmetic change.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-15 11:38:30 +02:00
Alexandru Ardelean 5c62f84bc7 sudo: change maintainer to myself
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>
2020-12-15 11:38:14 +02:00
Rosen Penev 9923272234
sudo: update to 1.8.31
Refresh patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:54:33 -08:00
Josef Schlehofer 35b215dfff
sudo: Update to version 1.8.28p1
- Refreshed patches
- Remove inactive maintainer

Fixes: CVE-2019-14287

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-19 22:22:41 +02:00
Josef Schlehofer 633bdf8009
sudo: update to version 1.8.27
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-25 01:11:55 +01:00
Rosen Penev 892153cd91 sudo: Update to 1.8.26
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-26 21:02:10 -08:00
Rosen Penev afcddb0287 sudo: Update to 1.8.25p1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-20 14:54:08 -07:00
Rosen Penev 8ce9f30c42 sudo: Update to 1.8.24
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>
2018-08-19 14:21:33 -07:00
Gergely Kiss ddc8b334d0 sudo: update to 1.8.21p2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-17 00:56:29 +02: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
Matthias Schiffer 4a984a8d60
treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG)
As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely
on it. See 73b7f55424 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>
2017-01-10 18:25:54 +01:00
Matthias Schiffer 5ea3543680
sudo: use default host install prefix
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-10-04 00:41:44 +02:00
Felix Fietkau 9f8e5aca34 treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 21:56:03 +01:00
Gergely Kiss 5ea128e62d sudo: upgrade to version 1.8.14p3
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-30 19:00:08 +02:00
Alexander Tsoy 5c8fe00d61 sudo: preserve sudoers.d during sysupgrade
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
2015-07-01 19:26:30 +03:00
Gergely Kiss 62c97cd90c sudo: updated to 1.8.13
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-03-23 21:11:15 +01:00
Gergely Kiss 5b8a84b350 sudo: update to version 1.8.12
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-02-14 22:33:46 +01:00
Julen Landa Alustiza 912744785b sudo: use hardcoded /var/lib instead of getting from compiling host Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info> 2014-12-17 14:45:07 +01:00
Gergely Kiss 983d20ee86 sudo: imported from oldpackages repo, updated to version 1.8.11p2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Tested-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-16 08:39:13 +01:00