aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2025-01-16 16:30:40 -0700
committerSam Hartman <hartmans@debian.org>2025-01-16 16:30:40 -0700
commit28f758d4f46f0d1fb5f6ba3d25110c60444a1688 (patch)
treee9ab94d0a68a8ead99dc8efe71a5593c24c065c3
parentbcf54648544641288a7d569c2114c4a4d10954ab (diff)
downloadpam-28f758d4f46f0d1fb5f6ba3d25110c60444a1688.tar.gz
pam-28f758d4f46f0d1fb5f6ba3d25110c60444a1688.tar.bz2
pam-28f758d4f46f0d1fb5f6ba3d25110c60444a1688.zip
Fix patch typo
-rw-r--r--debian/patches/008_modules_pam_limits_chroot12
-rw-r--r--debian/patches/032_pam_limits_EPERM_NOT_FATAL4
-rw-r--r--debian/patches/040_pam_limits_log_failure4
-rw-r--r--debian/patches/pam-limits-nofile-fd-setsize-cap2
-rw-r--r--debian/patches/pam_limits_fallback_defaults10
5 files changed, 16 insertions, 16 deletions
diff --git a/debian/patches/008_modules_pam_limits_chroot b/debian/patches/008_modules_pam_limits_chroot
index 8ce46a77..ae7cc6bf 100644
--- a/debian/patches/008_modules_pam_limits_chroot
+++ b/debian/patches/008_modules_pam_limits_chroot
@@ -47,7 +47,7 @@ index 803cb4e..348758a 100644
</listitem>
</varlistentry>
diff --git a/modules/pam_limits/pam_limits.c b/modules/pam_limits/pam_limits.c
-index 51fbe02..71e3c9e 100644
+index 9f11927..f7487ba 100644
--- a/modules/pam_limits/pam_limits.c
+++ b/modules/pam_limits/pam_limits.c
@@ -108,6 +108,7 @@ struct pam_limit_s {
@@ -69,7 +69,7 @@ index 51fbe02..71e3c9e 100644
#define LIMIT_SOFT 1
#define LIMIT_HARD 2
-@@ -652,6 +653,8 @@ static int init_limits(pam_handle_t *pamh, struct pam_limit_s *pl, int ctrl)
+@@ -653,6 +654,8 @@ static int init_limits(pam_handle_t *pamh, struct pam_limit_s *pl, int ctrl)
pl->login_limit_def = LIMITS_DEF_NONE;
pl->login_group = NULL;
@@ -78,7 +78,7 @@ index 51fbe02..71e3c9e 100644
return retval;
}
-@@ -762,6 +765,8 @@ process_limit (const pam_handle_t *pamh, int source, const char *lim_type,
+@@ -763,6 +766,8 @@ process_limit (const pam_handle_t *pamh, int source, const char *lim_type,
limit_item = LIMIT_PRI;
} else if (strcmp(lim_item, "nonewprivs") == 0) {
limit_item = LIMIT_NONEWPRIVS;
@@ -87,7 +87,7 @@ index 51fbe02..71e3c9e 100644
} else {
pam_syslog(pamh, LOG_DEBUG, "unknown limit item '%s'", lim_item);
return;
-@@ -811,9 +816,9 @@ process_limit (const pam_handle_t *pamh, int source, const char *lim_type,
+@@ -812,9 +817,9 @@ process_limit (const pam_handle_t *pamh, int source, const char *lim_type,
pam_syslog(pamh, LOG_DEBUG,
"wrong limit value '%s' for limit type '%s'",
lim_value, lim_type);
@@ -99,7 +99,7 @@ index 51fbe02..71e3c9e 100644
#ifdef __USE_FILE_OFFSET64
rlimit_value = strtoull (lim_value, &endptr, 10);
#else
-@@ -888,7 +893,11 @@ process_limit (const pam_handle_t *pamh, int source, const char *lim_type,
+@@ -889,7 +894,11 @@ process_limit (const pam_handle_t *pamh, int source, const char *lim_type,
break;
}
@@ -112,7 +112,7 @@ index 51fbe02..71e3c9e 100644
&& (limit_item != LIMIT_NUMSYSLOGINS)
&& (limit_item != LIMIT_PRI)
&& (limit_item != LIMIT_NONEWPRIVS) ) {
-@@ -1306,6 +1315,15 @@ static int setup_limits(pam_handle_t *pamh,
+@@ -1307,6 +1316,15 @@ static int setup_limits(pam_handle_t *pamh,
#endif
}
diff --git a/debian/patches/032_pam_limits_EPERM_NOT_FATAL b/debian/patches/032_pam_limits_EPERM_NOT_FATAL
index 90fb3684..7a823180 100644
--- a/debian/patches/032_pam_limits_EPERM_NOT_FATAL
+++ b/debian/patches/032_pam_limits_EPERM_NOT_FATAL
@@ -15,10 +15,10 @@ Upstream status: submitted in <20070830171918.GB30563@dario.dodds.net>
1 file changed, 2 insertions(+)
diff --git a/modules/pam_limits/pam_limits.c b/modules/pam_limits/pam_limits.c
-index 2f3934b..51fbe02 100644
+index 5ec30ca..9f11927 100644
--- a/modules/pam_limits/pam_limits.c
+++ b/modules/pam_limits/pam_limits.c
-@@ -1263,6 +1263,8 @@ static int setup_limits(pam_handle_t *pamh,
+@@ -1264,6 +1264,8 @@ static int setup_limits(pam_handle_t *pamh,
if (res != 0)
pam_syslog(pamh, LOG_ERR, "Could not set limit for '%s': %m",
rlimit2str(i));
diff --git a/debian/patches/040_pam_limits_log_failure b/debian/patches/040_pam_limits_log_failure
index a3910b2b..4ef10c2e 100644
--- a/debian/patches/040_pam_limits_log_failure
+++ b/debian/patches/040_pam_limits_log_failure
@@ -15,10 +15,10 @@ Upstream status: submitted in <20070830171918.GB30563@dario.dodds.net>
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/modules/pam_limits/pam_limits.c b/modules/pam_limits/pam_limits.c
-index 71e3c9e..80bcca4 100644
+index f7487ba..3bcc48b 100644
--- a/modules/pam_limits/pam_limits.c
+++ b/modules/pam_limits/pam_limits.c
-@@ -1269,9 +1269,19 @@ static int setup_limits(pam_handle_t *pamh,
+@@ -1270,9 +1270,19 @@ static int setup_limits(pam_handle_t *pamh,
if (pl->limits[i].limit.rlim_cur > pl->limits[i].limit.rlim_max)
pl->limits[i].limit.rlim_cur = pl->limits[i].limit.rlim_max;
res = setrlimit(i, &pl->limits[i].limit);
diff --git a/debian/patches/pam-limits-nofile-fd-setsize-cap b/debian/patches/pam-limits-nofile-fd-setsize-cap
index 7506b8a9..6dad59c8 100644
--- a/debian/patches/pam-limits-nofile-fd-setsize-cap
+++ b/debian/patches/pam-limits-nofile-fd-setsize-cap
@@ -45,7 +45,7 @@ Last-Update: 2015-04-22
1 file changed, 8 insertions(+)
diff --git a/modules/pam_limits/pam_limits.c b/modules/pam_limits/pam_limits.c
-index 749750f..2f3934b 100644
+index ca3bb18..5ec30ca 100644
--- a/modules/pam_limits/pam_limits.c
+++ b/modules/pam_limits/pam_limits.c
@@ -538,6 +538,14 @@ static void parse_kernel_limits(pam_handle_t *pamh, struct pam_limit_s *pl, int
diff --git a/debian/patches/pam_limits_fallback_defaults b/debian/patches/pam_limits_fallback_defaults
index f9e1b9c5..43b1e55f 100644
--- a/debian/patches/pam_limits_fallback_defaults
+++ b/debian/patches/pam_limits_fallback_defaults
@@ -11,11 +11,11 @@ set_all is no longer the default; kept mainly for non-linux ports.
based on patch by Peter Paluch <peterp@frcatel.fri.utc.sk>
---
- modules/pam_limits/pam_limits.c | 74 ++++++++++++++++++++++++++++++++++++++---
- 1 file changed, 70 insertions(+), 4 deletions(-)
+ modules/pam_limits/pam_limits.c | 73 +++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 70 insertions(+), 3 deletions(-)
diff --git a/modules/pam_limits/pam_limits.c b/modules/pam_limits/pam_limits.c
-index 7eb93c0..749750f 100644
+index 7eb93c0..ca3bb18 100644
--- a/modules/pam_limits/pam_limits.c
+++ b/modules/pam_limits/pam_limits.c
@@ -58,6 +58,14 @@
@@ -52,7 +52,7 @@ index 7eb93c0..749750f 100644
for(i = 0; i < RLIM_NLIMITS; i++) {
int r = getrlimit(i, &pl->limits[i].limit);
if (r == -1) {
-@@ -556,19 +571,70 @@ static int init_limits(pam_handle_t *pamh, struct pam_limit_s *pl, int ctrl)
+@@ -556,19 +571,71 @@ static int init_limits(pam_handle_t *pamh, struct pam_limit_s *pl, int ctrl)
}
}
@@ -121,7 +121,7 @@ index 7eb93c0..749750f 100644
+ break;
+ }
}
-- }
+ }
}
-#endif