Skip to content

Commit b13691e

Browse files
addpkg(main/cdrkit): 1.1.11-5
1 parent 51c06bc commit b13691e

13 files changed

+835
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
From 4d15be4a70586884a544147f89f59fcd2bb580c1 Mon Sep 17 00:00:00 2001
2+
From: xingguangcuican6666 <[email protected]>
3+
Date: Thu, 23 Oct 2025 17:34:38 +0800
4+
Subject: [PATCH 01/12] fix_cmakelists
5+
6+
---
7+
CMakeLists.txt | 1 +
8+
1 file changed, 1 insertion(+)
9+
10+
diff --git a/CMakeLists.txt b/CMakeLists.txt
11+
index 57edba6..bf224e1 100644
12+
--- a/CMakeLists.txt
13+
+++ b/CMakeLists.txt
14+
@@ -1,3 +1,4 @@
15+
+cmake_minimum_required(VERSION 3.10)
16+
PROJECT (cdrkit C)
17+
SUBDIRS(include genisoimage wodim libedc libhfs_iso libparanoia icedax libusal librols libunls readom netscsid 3rd-party/dirsplit)
18+
19+
--
20+
2.51.1
21+
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
From 6e9582bc86d555200e316b2b3770eba60f52c278 Mon Sep 17 00:00:00 2001
2+
From: xingguangcuican6666 <[email protected]>
3+
Date: Thu, 23 Oct 2025 17:41:50 +0800
4+
Subject: [PATCH 02/12] remove_setuid_using
5+
6+
---
7+
include/xconfig.h.in | 12 ++++++------
8+
1 file changed, 6 insertions(+), 6 deletions(-)
9+
10+
diff --git a/include/xconfig.h.in b/include/xconfig.h.in
11+
index c130600..52a49c2 100644
12+
--- a/include/xconfig.h.in
13+
+++ b/include/xconfig.h.in
14+
@@ -132,12 +132,12 @@
15+
#cmakedefine HAVE_MLOCKALL
16+
/* working mlockall() is present in libc */
17+
#define HAVE_FLOCK 1 /* *BSD flock() is present in libc */
18+
-#define HAVE_SETREUID 1 /* setreuid() is present in libc */
19+
-#define HAVE_SETEUID 1 /* seteuid() is present in libc */
20+
-#define HAVE_SETUID 1 /* setuid() is present in libc */
21+
-#define HAVE_SETREGID 1 /* setregid() is present in libc */
22+
-#define HAVE_SETEGID 1 /* setegid() is present in libc */
23+
-#define HAVE_SETGID 1 /* setgid() is present in libc */
24+
+//#define HAVE_SETREUID 1 /* setreuid() is present in libc */
25+
+//#define HAVE_SETEUID 1 /* seteuid() is present in libc */
26+
+//#define HAVE_SETUID 1 /* setuid() is present in libc */
27+
+//#define HAVE_SETREGID 1 /* setregid() is present in libc */
28+
+//#define HAVE_SETEGID 1 /* setegid() is present in libc */
29+
+//#define HAVE_SETGID 1 /* setgid() is present in libc */
30+
#define HAVE_TCGETATTR 1 /* tcgetattr() is present in libc */
31+
#define HAVE_TCSETATTR 1 /* tcsetattr() is present in libc */
32+
#define HAVE_GETHOSTID 1 /* gethostid() is present in libc */
33+
--
34+
2.51.1
35+

0 commit comments

Comments
 (0)