Add torque-2.5.7-rhbz#759141-r5167-pbs_server-crash.patch
This commit is contained in:
parent
d73cdd7cb1
commit
21e3d0b85b
12
torque-2.5.7-rhbz#759141-r5167-pbs_server-crash.patch
Normal file
12
torque-2.5.7-rhbz#759141-r5167-pbs_server-crash.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -uNr torque-2.5.7.ORIG/src/server/req_getcred.c torque-2.5.7/src/server/req_getcred.c
|
||||||
|
--- torque-2.5.7.ORIG/src/server/req_getcred.c 2011-12-03 19:05:46.670461225 +0100
|
||||||
|
+++ torque-2.5.7/src/server/req_getcred.c 2011-12-03 19:07:50.013609563 +0100
|
||||||
|
@@ -471,7 +471,7 @@
|
||||||
|
if(rc)
|
||||||
|
{
|
||||||
|
/* FAILED */
|
||||||
|
- req_reject(PBSE_SYSTEM, 0, preq, NULL, "munge failure");
|
||||||
|
+ /* req_reject(PBSE_SYSTEM, 0, preq, NULL, "munge failure"); */
|
||||||
|
return (PBSE_SYSTEM);
|
||||||
|
}
|
||||||
|
|
@ -3,7 +3,7 @@
|
|||||||
%define name torque
|
%define name torque
|
||||||
%define version 2.5.7
|
%define version 2.5.7
|
||||||
#%%define snap 200604251602
|
#%%define snap 200604251602
|
||||||
%define release 6
|
%define release 7
|
||||||
|
|
||||||
# The following options are supported:
|
# The following options are supported:
|
||||||
# --with server_name=hostname
|
# --with server_name=hostname
|
||||||
@ -107,6 +107,9 @@ Patch4: torque-fix-munge-rhbz#752079-PTII.patch
|
|||||||
Patch5: torque-rhbz#758740-r5258-dis-close.patch
|
Patch5: torque-rhbz#758740-r5258-dis-close.patch
|
||||||
Patch6: torque-rhbz#758740-r5270-dis-array.patch
|
Patch6: torque-rhbz#758740-r5270-dis-array.patch
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=759141
|
||||||
|
Patch7: torque-2.5.7-rhbz#759141-r5167-pbs_server-crash.patch
|
||||||
|
|
||||||
|
|
||||||
License: OpenPBS and TORQUEv1.1
|
License: OpenPBS and TORQUEv1.1
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -147,6 +150,7 @@ popd
|
|||||||
|
|
||||||
%patch5 -p0
|
%patch5 -p0
|
||||||
%patch6 -p0
|
%patch6 -p0
|
||||||
|
%patch7 -p1
|
||||||
|
|
||||||
%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} .
|
%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} .
|
||||||
|
|
||||||
@ -502,6 +506,9 @@ A simple PAM module to authorize users on PBS MOM nodes with a running job.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 3 2011 Steve Traylen <steve.traylen@cern.ch> - 2.5.7-7
|
||||||
|
- Add torque-2.5.7-rhbz#759141-r5167-pbs_server-crash.patch
|
||||||
|
|
||||||
* Mon Nov 21 2011 Steve Traylen <steve.traylen@cern.ch> - 2.5.7-6
|
* Mon Nov 21 2011 Steve Traylen <steve.traylen@cern.ch> - 2.5.7-6
|
||||||
- Add torque-rhbz#758740-r5258-dis-close.patch and
|
- Add torque-rhbz#758740-r5258-dis-close.patch and
|
||||||
torque-rhbz#758740-r5270-dis-array.patch
|
torque-rhbz#758740-r5270-dis-array.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user