SF.net SVN: gar:[26978] csw/mgar/pkg/sudo/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Oct 24 17:37:07 CEST 2022
Revision: 26978
http://sourceforge.net/p/gar/code/26978
Author: dmichelsen
Date: 2022-10-24 15:37:07 +0000 (Mon, 24 Oct 2022)
Log Message:
-----------
sudo/trunk: Update to 1.9.12
Modified Paths:
--------------
csw/mgar/pkg/sudo/trunk/Makefile
csw/mgar/pkg/sudo/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/sudo/trunk/files/0001-Use-inttypes.h-instead-of-stdint.h-which-is-not-avai.patch
Modified: csw/mgar/pkg/sudo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sudo/trunk/Makefile 2022-10-21 06:42:01 UTC (rev 26977)
+++ csw/mgar/pkg/sudo/trunk/Makefile 2022-10-24 15:37:07 UTC (rev 26978)
@@ -2,7 +2,7 @@
#
NAME = sudo
-VERSION = 1.9.11p3
+VERSION = 1.9.12
GARTYPE = v2
EXTRA_MODULATORS = LDAP
@@ -23,10 +23,6 @@
DISTFILES += sudo.conf.CSW
DISTFILES += map.sudo
-# Use patch until this is fixed:
-# https://bugzilla.sudo.ws/show_bug.cgi?id=1035
-PATCHFILES += 0001-Use-inttypes.h-instead-of-stdint.h-which-is-not-avai.patch
-
LICENSE = LICENSE.md
VENDOR_URL = http://www.sudo.ws
Modified: csw/mgar/pkg/sudo/trunk/checksums
===================================================================
--- csw/mgar/pkg/sudo/trunk/checksums 2022-10-21 06:42:01 UTC (rev 26977)
+++ csw/mgar/pkg/sudo/trunk/checksums 2022-10-24 15:37:07 UTC (rev 26978)
@@ -1 +1 @@
-07e95c947129d8820c78caa1fc79c7fd sudo-1.9.11p3.tar.gz
+82187207e0d037861bc5acb54bc5090f sudo-1.9.12.tar.gz
Deleted: csw/mgar/pkg/sudo/trunk/files/0001-Use-inttypes.h-instead-of-stdint.h-which-is-not-avai.patch
===================================================================
--- csw/mgar/pkg/sudo/trunk/files/0001-Use-inttypes.h-instead-of-stdint.h-which-is-not-avai.patch 2022-10-21 06:42:01 UTC (rev 26977)
+++ csw/mgar/pkg/sudo/trunk/files/0001-Use-inttypes.h-instead-of-stdint.h-which-is-not-avai.patch 2022-10-24 15:37:07 UTC (rev 26978)
@@ -1,26 +0,0 @@
-From 22022c09726657b15145b7a7283a87d93e0a9387 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Mon, 27 Jun 2022 14:14:09 +0200
-Subject: [PATCH] Use inttypes.h instead of stdint.h which is not available on
- Solaris 9
-
----
- src/exec_ptrace.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/exec_ptrace.c b/src/exec_ptrace.c
-index dc00dd8..c92048f 100644
---- a/src/exec_ptrace.c
-+++ b/src/exec_ptrace.c
-@@ -30,7 +30,7 @@
- #include <limits.h>
- #include <signal.h>
- #include <stddef.h>
--#include <stdint.h>
-+#include <inttypes.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
---
-2.4.0
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list