diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-07-27 10:07:53 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-07-27 19:35:25 +0400 |
commit | 721cb7545f84219c4dc18404cf7b70df0c9dce25 (patch) | |
tree | 0fdbe2d159b61b9487d7051aba3f3ba3e4eaf205 /debian/patches/0017-environ.patch | |
parent | d737b48a84a8cf5b86b1e672e24863d7ee1864fc (diff) | |
download | shadow-721cb7545f84219c4dc18404cf7b70df0c9dce25.tar.gz |
shadow (1:4.1.5.1-1+dyson1) unstable; urgency=lowdyson/4.1.5.1-1+dyson1
* New upstream release
* Use 2^31 - 1 instead of LONG_MAX in SHA_salt_size()
- updated 0020-No-RAND_MAX-for-random.patch
* Patch login to work with solaris ttymon
- added solaris-ttymon.patch
* Refreshed patches
Diffstat (limited to 'debian/patches/0017-environ.patch')
-rw-r--r-- | debian/patches/0017-environ.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/patches/0017-environ.patch b/debian/patches/0017-environ.patch index b4cd428..350f1c0 100644 --- a/debian/patches/0017-environ.patch +++ b/debian/patches/0017-environ.patch @@ -8,10 +8,10 @@ Subject: environ src/su.c | 2 ++ 2 files changed, 4 insertions(+) -diff --git a/lib/spawn.c b/lib/spawn.c -index da98401..dd52399 100644 ---- a/lib/spawn.c -+++ b/lib/spawn.c +Index: b/lib/spawn.c +=================================================================== +--- a/lib/spawn.c 2013-07-27 19:32:42.140004373 +0400 ++++ b/lib/spawn.c 2013-07-27 19:33:39.281177833 +0400 @@ -38,6 +38,8 @@ #include "exitcodes.h" #include "prototypes.h" @@ -21,10 +21,10 @@ index da98401..dd52399 100644 int run_command (const char *cmd, const char *argv[], /*@null@*/const char *envp[], /*@out@*/int *status) { -diff --git a/src/su.c b/src/su.c -index 7405e24..7239ba9 100644 ---- a/src/su.c -+++ b/src/su.c +Index: b/src/su.c +=================================================================== +--- a/src/su.c 2013-07-27 19:33:28.454184918 +0400 ++++ b/src/su.c 2013-07-27 19:33:39.283350594 +0400 @@ -78,6 +78,8 @@ /*@-exitarg@*/ #include "exitcodes.h" |