Package: condor / 7.8.2~dfsg.1-1+deb7u3

Metadata

Package Version Patches format
condor 7.8.2~dfsg.1-1+deb7u3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no_java_for_now | (download)

src/condor_chirp/CMakeLists.txt | 2 1 + 1 - 0 !
src/condor_starter.V6.1/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 upstream changes introduced in version 7.7.1+git436-g81fc261-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 condor (7.7.1+git436-g81fc261-1) UNRELEASED; urgency=low
 .
   * New upstream code. Support for dynamic linking against system
     libraries.
 .
 The person named in the Author field signed this changelog entry.
no_compress | (download)

doc/Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 disable unnecessary 'compress' calls to shrink build-deps.

fix_condor_run | (download)

src/condor_scripts/condor_run | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 condor_run file transfer problem fix

The problem is that condor_run assumes you have a shared filesystem and it's
being run in a directory on that shared filesystem. It doesn't set
should_transfer_files, so the assumption is that Condor on the execute machine
can chdir to the same directory and access the job's files there, with no file
transfer required. When I tried running condor_run in /tmp, I saw the same
behavior as you. When I logged into the execute machine afterwards, I saw
.condor_out.## and .condor_err.## in /tmp. The stderr file contained an error
message about not being able to find the executable.

cve 2012 3490.patch | (download)

src/condor_utils/my_popen.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] check setuid return value (7.6 version), #3165

Signed-off-by: Timothy St. Clair <tstclair@redhat.com>

cve 2012 3491.patch | (download)

src/condor_schedd.V6/schedd.cpp | 76 0 + 76 - 0 !
src/condor_schedd.V6/scheduler.h | 3 0 + 3 - 0 !
2 files changed, 79 deletions(-)

---
cve 2012 3492.patch | (download)

src/condor_io/condor_auth_fs.cpp | 15 14 + 1 - 0 !
1 file changed, 14 insertions(+), 1 deletion(-)

 [patch] fs authentication requires authentication directory to be
 mode=0700, #3166

Signed-off-by: Zach Miller <zmiller@cs.wisc.edu>

cve 2012 3493.patch | (download)

src/condor_startd.V6/command.cpp | 44 0 + 44 - 0 !
src/condor_startd.V6/startd_main.cpp | 3 0 + 3 - 0 !
2 files changed, 47 deletions(-)

---
cve 2014 8126.patch | (download)

doc/admin-man/configure.tex | 6 6 + 0 - 0 !
src/condor_utils/email.cpp | 136 109 + 27 - 0 !
2 files changed, 115 insertions(+), 27 deletions(-)

 [patch] update command line flags for modern /bin/mail and add option
 to use sendmail. #4764