From rajni.chand at usp.ac.fj Wed Oct 1 20:37:32 2014 From: rajni.chand at usp.ac.fj (Rajni Chand) Date: Wed, 1 Oct 2014 20:37:32 +0000 Subject: [Pkg-openmpi-maintainers] INQUIRY. Message-ID: <4B913E85A6ABDC44B063B521A6987AA85DCD38EB@SUVXCH10MB3.usp.ac.fj> My name is Mr. Andy Chow, I am a trained external auditor working for MayBank Malaysia, a late investor who bears the same last name with you has left monies totaling(?12.5Million)with Our Bank for the past Four years and no next of kin has come forward all these years,I will like you to acknowledge the receipt of this e-mail so as to present you as the next of kin:(mr.andychow at asia.com) but if not interested kindly delete it immediately. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shenh at tongrun.cn Tue Oct 7 04:29:34 2014 From: shenh at tongrun.cn (=?utf-8?B?5bCP6Z+p?=) Date: Tue, 7 Oct 2014 12:29:34 +0800 Subject: [Pkg-openmpi-maintainers] =?utf-8?b?5LuK5bm05pyA57uZ5Yqb55qE55+t?= =?utf-8?b?5L+h5Y+R6YCB572R6aG15bmz5Y+w5LqGICAgICAgICAgICAgICAgICAg?= =?utf-8?q?___________________________________________________cj?= Message-ID: <20141007122940305317@tongrun.cn> 2014???????????????????????????????????????????????????? QQ 193 989 725??????????? ????????? ??????????????????????????????????????????????????????????????? ?????????? ???????????????????????????????? ??????????????????????????????????????????????????????????????????????????? ????????????????? ???????????????????? ??????????????????????????? ?????????????????????????????????????????????????????????????????????? ??????????????????????????????? ??????????? ???????????????????????????????????????????????????????????? ?????????????????????????????????????????? ?????????????????????????? ????????????????????????????? ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ???????????????????? ??????????????????????????????????????????????????????????????????????????????????????? ?????????????????? ????????????????? ????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????? ??????????????????????? From mckinstry at debian.org Tue Oct 7 11:48:16 2014 From: mckinstry at debian.org (Alastair McKinstry) Date: Tue, 07 Oct 2014 12:48:16 +0100 Subject: [Pkg-openmpi-maintainers] Bug#752785: patch for pkgconfig vars Message-ID: <5433D300.6020701@debian.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, Would you please consider this patch (attached) to provide the necessary variables to the ompi.pc file, so that ompi.pc can be a generic alias for mpi.pc? thanks Alastair - -- Alastair McKinstry, , , https://diaspora.sceal.ie/u/amckinstry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJUM9L/AAoJEN9LdrZRJ3QsL0kP/jUrXUZhUiWZD/7ShdumzvGz zW1bzt4rkee9261DsEdw1/qhTyCM/vZvYQus7RBs4VROFpWfV/YEz/EtZydb0ZPb 4328vZeqhm3+eiB2d2/M3VIzW6ZA1P4sNL9rIxorXqs3DXoKdskHTZJDLaE0JQ5d MyE89RP+WE7pkpxnu1cCVVv/CCgdXH4rw1/jE1y8QX/oKUwv8Jo+8Gp0bT0DB3oj vkYIfei2qZaUNgt+Npj7B8eGv3KBmxmTmTLGuiAfhoIPKwZLSB1m5lnW+PSZpCzf XxdeBtpvksBP/sVVR0HYYmZauOSkk2LjpdjwwFGl3nrb7miE5nKmJmHNoILPZKOc tq0HeUN0lP9NweKbU4XUzroZ5LVp61RPWxhBrlJw7SMuLuPIqhWEORpdHzu9xJyk iZ/Oeh9rs3xYpHJEDPSh5sFjsI13+e9Q6sq0jzyxtgxnAQE9v2TDyFXccCI2/EcP Npsy8YpvQkgKudbLnwGwEZd+PJdApyTKmKrMnQw3HLJllq6q/SbUcxIKoL/XeFc0 qtNMAjHHCW5GOcBzyy6r7DU8A4g2EZ/XB9aOGyzAgFVfM9xLjuaLuDmSKjuJB1de Ifya0f3Ixtk/5ffmwvBWptjQoaE5xdZH4fgGhBZ9A/KyXjosBntya8ZPKjXfN1dH oD+Pp8Cg3m+ScW9J7OmP =Ovqe -----END PGP SIGNATURE----- -------------- next part -------------- Author: Alastair McKinstry Origin-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752785 Description: Add variables needed to make mpi.pc an alias for ompi.pc Last-Updated: 2014-10-07 Forwarded: no Index: openmpi-1.6.5/ompi/tools/wrappers/ompi.pc.in =================================================================== --- openmpi-1.6.5.orig/ompi/tools/wrappers/ompi.pc.in +++ openmpi-1.6.5/ompi/tools/wrappers/ompi.pc.in @@ -14,7 +14,7 @@ libdir=@libdir@ # static linking (they're pulled in by libopen-rte.so's implicit # dependencies), so only list these in Libs.private. # -Libs: -L${libdir} @OMPI_WRAPPER_EXTRA_LDFLAGS@ -lmpi +Libs: -L${libdir} @OMPI_WRAPPER_EXTRA_LDFLAGS@ -lmpi_f90 -lmpi_f77 -lmpi Libs.private: @OMPI_WRAPPER_EXTRA_LIBS@ # # It is safe to hard-wire the -I before the EXTRA_INCLUDES because it @@ -23,3 +23,8 @@ Libs.private: @OMPI_WRAPPER_EXTRA_LIBS@ # redundant (ick), but safe. # Cflags: -I${includedir} -I${includedir}/@OMPI_WRAPPER_EXTRA_INCLUDES@ @OMPI_WRAPPER_EXTRA_CPPFLAGS@ @OMPI_WRAPPER_EXTRA_CFLAGS@ +# +# Add variables to be queried in specific cases. Match variables in mpich.pc +cxxflags= -I${includedir} -I${includedir}/@OMPI_WRAPPER_EXTRA_INCLUDES@ @OMPI_WRAPPER_EXTRA_CPPFLAGS@ @OMPI_WRAPPER_EXTRA_CXXFLAGS@ +fcflags= -I${includedir} -I${includedir}/@OMPI_WRAPPER_EXTRA_INCLUDES@ @OMPI_WRAPPER_EXTRA_CPPFLAGS@ @OMPI_WRAPPER_EXTRA_FCFLAGS@ +fflags= -I${includedir} -I${includedir}/@OMPI_WRAPPER_EXTRA_INCLUDES@ @OMPI_WRAPPER_EXTRA_CPPFLAGS@ @OMPI_WRAPPER_EXTRA_FFLAGS@ From mckinstry at debian.org Tue Oct 7 11:48:16 2014 From: mckinstry at debian.org (Alastair McKinstry) Date: Tue, 07 Oct 2014 12:48:16 +0100 Subject: [Pkg-openmpi-maintainers] Bug#752785: patch for pkgconfig vars Message-ID: <5433D300.6020701@debian.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, Would you please consider this patch (attached) to provide the necessary variables to the ompi.pc file, so that ompi.pc can be a generic alias for mpi.pc? thanks Alastair - -- Alastair McKinstry, , , https://diaspora.sceal.ie/u/amckinstry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJUM9L/AAoJEN9LdrZRJ3QsL0kP/jUrXUZhUiWZD/7ShdumzvGz zW1bzt4rkee9261DsEdw1/qhTyCM/vZvYQus7RBs4VROFpWfV/YEz/EtZydb0ZPb 4328vZeqhm3+eiB2d2/M3VIzW6ZA1P4sNL9rIxorXqs3DXoKdskHTZJDLaE0JQ5d MyE89RP+WE7pkpxnu1cCVVv/CCgdXH4rw1/jE1y8QX/oKUwv8Jo+8Gp0bT0DB3oj vkYIfei2qZaUNgt+Npj7B8eGv3KBmxmTmTLGuiAfhoIPKwZLSB1m5lnW+PSZpCzf XxdeBtpvksBP/sVVR0HYYmZauOSkk2LjpdjwwFGl3nrb7miE5nKmJmHNoILPZKOc tq0HeUN0lP9NweKbU4XUzroZ5LVp61RPWxhBrlJw7SMuLuPIqhWEORpdHzu9xJyk iZ/Oeh9rs3xYpHJEDPSh5sFjsI13+e9Q6sq0jzyxtgxnAQE9v2TDyFXccCI2/EcP Npsy8YpvQkgKudbLnwGwEZd+PJdApyTKmKrMnQw3HLJllq6q/SbUcxIKoL/XeFc0 qtNMAjHHCW5GOcBzyy6r7DU8A4g2EZ/XB9aOGyzAgFVfM9xLjuaLuDmSKjuJB1de Ifya0f3Ixtk/5ffmwvBWptjQoaE5xdZH4fgGhBZ9A/KyXjosBntya8ZPKjXfN1dH oD+Pp8Cg3m+ScW9J7OmP =Ovqe -----END PGP SIGNATURE----- -------------- next part -------------- Author: Alastair McKinstry Origin-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752785 Description: Add variables needed to make mpi.pc an alias for ompi.pc Last-Updated: 2014-10-07 Forwarded: no Index: openmpi-1.6.5/ompi/tools/wrappers/ompi.pc.in =================================================================== --- openmpi-1.6.5.orig/ompi/tools/wrappers/ompi.pc.in +++ openmpi-1.6.5/ompi/tools/wrappers/ompi.pc.in @@ -14,7 +14,7 @@ libdir=@libdir@ # static linking (they're pulled in by libopen-rte.so's implicit # dependencies), so only list these in Libs.private. # -Libs: -L${libdir} @OMPI_WRAPPER_EXTRA_LDFLAGS@ -lmpi +Libs: -L${libdir} @OMPI_WRAPPER_EXTRA_LDFLAGS@ -lmpi_f90 -lmpi_f77 -lmpi Libs.private: @OMPI_WRAPPER_EXTRA_LIBS@ # # It is safe to hard-wire the -I before the EXTRA_INCLUDES because it @@ -23,3 +23,8 @@ Libs.private: @OMPI_WRAPPER_EXTRA_LIBS@ # redundant (ick), but safe. # Cflags: -I${includedir} -I${includedir}/@OMPI_WRAPPER_EXTRA_INCLUDES@ @OMPI_WRAPPER_EXTRA_CPPFLAGS@ @OMPI_WRAPPER_EXTRA_CFLAGS@ +# +# Add variables to be queried in specific cases. Match variables in mpich.pc +cxxflags= -I${includedir} -I${includedir}/@OMPI_WRAPPER_EXTRA_INCLUDES@ @OMPI_WRAPPER_EXTRA_CPPFLAGS@ @OMPI_WRAPPER_EXTRA_CXXFLAGS@ +fcflags= -I${includedir} -I${includedir}/@OMPI_WRAPPER_EXTRA_INCLUDES@ @OMPI_WRAPPER_EXTRA_CPPFLAGS@ @OMPI_WRAPPER_EXTRA_FCFLAGS@ +fflags= -I${includedir} -I${includedir}/@OMPI_WRAPPER_EXTRA_INCLUDES@ @OMPI_WRAPPER_EXTRA_CPPFLAGS@ @OMPI_WRAPPER_EXTRA_FFLAGS@ From toure.tom3 at gmail.com Fri Oct 10 18:18:04 2014 From: toure.tom3 at gmail.com (Tom Ali Toure) Date: Fri, 10 Oct 2014 18:18:04 +0000 (UTC) Subject: [Pkg-openmpi-maintainers] Hello Message-ID: <988750280.114598.1412965084530.JavaMail.yahoo@jws10073.mail.ne1.yahoo.com> Hello Friend My Name is Tom Ali Toure, I have a business proposal worth Twelve Million,Five Hundred Thousand United State Dollars for you. Kindly contact me for more details about this deal. I hope to hear from you soon. Regard, Mr. Tom Ali Toure. -------------- next part -------------- An HTML attachment was scrubbed... URL: From toure.tom3 at gmail.com Fri Oct 10 18:18:27 2014 From: toure.tom3 at gmail.com (Tom Ali Toure) Date: Fri, 10 Oct 2014 18:18:27 +0000 (UTC) Subject: [Pkg-openmpi-maintainers] Hello Message-ID: <359565517.114990.1412965107230.JavaMail.yahoo@jws10095.mail.ne1.yahoo.com> Hello Friend My Name is Tom Ali Toure, I have a business proposal worth Twelve Million,Five Hundred Thousand United State Dollars for you. Kindly contact me for more details about this deal. I hope to hear from you soon. Regard, Mr. Tom Ali Toure. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Maletha.Streeter at mha.ohio.gov Sat Oct 11 03:56:13 2014 From: Maletha.Streeter at mha.ohio.gov (Streeter, Maletha) Date: Sat, 11 Oct 2014 03:56:13 +0000 Subject: [Pkg-openmpi-maintainers] (no subject) Message-ID: suche Ihre Hilfe in einem Gesch?ft im Wert von Millionen. antworten f?r weitere Informationen -------------- next part -------------- An HTML attachment was scrubbed... URL: From SpaceCoastHarleyDavidson at mail5.subscribermail.com Wed Oct 15 20:00:05 2014 From: SpaceCoastHarleyDavidson at mail5.subscribermail.com (Space Coast Harley-Davidson) Date: Wed, 15 Oct 2014 15:00:05 -0500 Subject: [Pkg-openmpi-maintainers] The Most Epic Biketoberfest of All Time Begins Tomorrow! Message-ID: View this message in a browser. http://archives.subscribermail.com/msg/de6987a2a576413f9d18eb6f30de375e.htm To view this message in a browser copy and paste the following url in your web address bar: http://www.spacecoastharley.com/default.asp?page=e-blast Unsubscribe or update your email preferences. http://app.subscribermail.com/unsub.cfm?tempid=de6987a2a576413f9d18eb6f30de375e&mailid=9f57acf670fc4755b6f1eb6f30de375e Powered by SubscriberMail http://www.subscribermail.com 1440 Sportsman Lane NE | Palm Bay, FL 32905 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ftpmaster at ftp-master.debian.org Tue Oct 28 20:52:58 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 28 Oct 2014 20:52:58 +0000 Subject: [Pkg-openmpi-maintainers] Processing of openmpi_1.6.5-9_amd64.changes Message-ID: libopenmpi1.6_1.6.5-9_amd64.deb has incorrect size; deleting it Due to the errors above, the .changes file couldn't be processed. Please fix the problems for the upload to happen. Greetings, Your Debian queue daemon (running on host franck.debian.org) From agus.supardjo at nusindo.co.id Tue Oct 28 22:43:13 2014 From: agus.supardjo at nusindo.co.id (agus supardjo) Date: Wed, 29 Oct 2014 05:43:13 +0700 (WIB) Subject: [Pkg-openmpi-maintainers] (no subject) Message-ID: <882887485.26035.1414536193502.JavaMail.zimbra@nusindo.co.id> Are you Interested to get a Loan of 3%?If yes,reply us for more Details: (1)Full Name: (2)Amount needed as loan: (3)Duration: (4)Phone number's: (5)Country:... -------------- next part -------------- An HTML attachment was scrubbed... URL: From modesed at outlook.fr Wed Oct 29 10:44:43 2014 From: modesed at outlook.fr (modese dossongui) Date: Wed, 29 Oct 2014 11:44:43 +0100 Subject: [Pkg-openmpi-maintainers] De Modese Dossongui, Message-ID: De Modese Dossongui, Eu sou deputada, Modese Dossongui a ?nica filha do falecido Sr. e Sra. Bazose Dossongui. Meu pai era um proeminente comerciante de ouro e cacau. Antes da morte de meu pai em um hospital particular aqui em Abidjan, ele me disse que ele tem a soma de tr?s milh?es e setecentos mil Euros ? 3.700.000. deixado em conta fixo / suspense em um dos banco principal aqui, que ele usou o meu nome como sua ?nica filha para o parente mais pr?ximo em dep?sito do fundo, Ele tamb?m me explicou que era por causa dessa riqueza que ele foi envenenado por seus colegas de trabalho que eu deveria procurar um parceiro estrangeiro em umaPa?s de minha escolha onde vou transferir esse dinheiro e us?-lo para fins de investimento, tais como a gest?o de bens im?veis ou de gest?o hoteleira. Querido, eu estou procurando honrosamente sua assist?ncia nas seguintes formas: (1) Para fornecer uma conta banc?ria em que o dinheiro seria transferido para. (2) Para servir como um guardi?o deste fundo desde que eu sou apenas 20 anos. (3) Para fazer o arranjo para me para vir para o seu pa?s para continuar a minha educa??o e para garantir uma autoriza??o de resid?ncia em seu pa?s. Al?m disso, querida, eu estou disposto a oferecer-lhe 15% do valor total como compensa??o pelo seu esfor?o / entrada ap?s o sucesso da transfer?ncia do fundo de garantia para a sua conta indicada no exterior. Al?m disso, voc? indica suas op??es para me ajudar como eu acredito que esta transa??o ser? conclu?da no prazo de quatro (4) dias voc? indica interesse para me ajudar.Antecipando para ouvir de voc? logo. Com os melhores cumprimentos,Sra. Modese Dossongui. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ftpmaster at ftp-master.debian.org Wed Oct 29 19:27:09 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 29 Oct 2014 19:27:09 +0000 Subject: [Pkg-openmpi-maintainers] Processing of openmpi_1.6.5-9_amd64.changes Message-ID: openmpi_1.6.5-9_amd64.changes uploaded successfully to localhost along with the files: openmpi_1.6.5-9.dsc openmpi_1.6.5-9.debian.tar.xz openmpi-bin_1.6.5-9_amd64.deb libopenmpi-dev_1.6.5-9_amd64.deb libopenmpi1.6_1.6.5-9_amd64.deb openmpi-common_1.6.5-9_all.deb openmpi-doc_1.6.5-9_all.deb libopenmpi1.6-dbg_1.6.5-9_amd64.deb openmpi-checkpoint_1.6.5-9_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Oct 29 19:35:04 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 29 Oct 2014 19:35:04 +0000 Subject: [Pkg-openmpi-maintainers] openmpi_1.6.5-9_amd64.changes ACCEPTED into unstable Message-ID: Mapping sid to unstable. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 28 Oct 2014 11:07:44 +0000 Source: openmpi Binary: openmpi-bin libopenmpi-dev libopenmpi1.6 openmpi-common openmpi-doc libopenmpi1.6-dbg openmpi-checkpoint Architecture: source amd64 all Version: 1.6.5-9 Distribution: sid Urgency: medium Maintainer: Debian Open MPI Maintainers Changed-By: Alastair McKinstry Description: libopenmpi-dev - high performance message passing library -- header files libopenmpi1.6 - high performance message passing library -- shared library libopenmpi1.6-dbg - high performance message passing library -- debug library openmpi-bin - high performance message passing library -- binaries openmpi-checkpoint - high performance message passing library -- checkpoint support openmpi-common - high performance message passing library -- common files openmpi-doc - high performance message passing library -- man pages Closes: 647908 675115 752785 754524 Changes: openmpi (1.6.5-9) unstable; urgency=medium . * Add myself as uploader. * Standards-Version: 3.9.6; no changes required. * Rebuild against lastest gfortran. Closes: #647908, #675115. * Patch for mpi.pc support. Closes: #752785. * Patch from Michael Cree to fix bad atomic ops on Alpha that causes mpi4py to segfault. Closes: #754524. Checksums-Sha1: 633709f31a27f87a700eeb54b2bc8bda88d69ce5 3496 openmpi_1.6.5-9.dsc 63c292f055178aa560a9b62ad5cea7ff636beadc 28632 openmpi_1.6.5-9.debian.tar.xz 9ccf681a7379ffd6f77690ea42f0f9fcc6353e78 153754 openmpi-bin_1.6.5-9_amd64.deb 294e184b8f7833bb68fc56c74c1ffc43710ba461 449038 libopenmpi-dev_1.6.5-9_amd64.deb 12dd0968cb149c782f17fbf6ad25e392bac5c755 1467532 libopenmpi1.6_1.6.5-9_amd64.deb bb6442ca0268c5c105a050e819b96e5b4b4bff93 110992 openmpi-common_1.6.5-9_all.deb c63f55e476ac1d3687e3ad2f427296132ef9f3c0 493390 openmpi-doc_1.6.5-9_all.deb 4cf82c33a4896748ef884adcaa9f27232b129076 5036780 libopenmpi1.6-dbg_1.6.5-9_amd64.deb 89610efbf2ec96d73f8570840b27a0e14031c664 96038 openmpi-checkpoint_1.6.5-9_amd64.deb Checksums-Sha256: 3342a25cdb9ed6a1d68480fa2fdf7fc03b09d16179e3d587934b8e008cd03ae6 3496 openmpi_1.6.5-9.dsc 95be79b31012a96b7cfa458954aaea539e2d0020458470486b925b061b316061 28632 openmpi_1.6.5-9.debian.tar.xz 9f27833c5727103b1b0c94f6a2b3f86d3933613afa14279bb79ed9b28e2eb96c 153754 openmpi-bin_1.6.5-9_amd64.deb 148fcca5f522757d90207b989af29fc471101fab9eddb7eecbfd5c1daa108666 449038 libopenmpi-dev_1.6.5-9_amd64.deb 51ef81fc0edd7d5f29905db5c879effeb571bbcef4f1038f5259222a2860f394 1467532 libopenmpi1.6_1.6.5-9_amd64.deb a41738e195f6fe700d7f418c182f53c624c0776e71618274b5c79fa01d6cd1d9 110992 openmpi-common_1.6.5-9_all.deb da8824b9a3d12e16f4c995f3e6af063a803fa28635696b91936153df8b00a49f 493390 openmpi-doc_1.6.5-9_all.deb 7fd38087de323672ca6c95dd633d4c9982fd2e059a4d9a4350a54992884b2468 5036780 libopenmpi1.6-dbg_1.6.5-9_amd64.deb 563a5781cf23006689aed5cd9db3d6872f312fd01b20e39961ed85d82c953ed8 96038 openmpi-checkpoint_1.6.5-9_amd64.deb Files: cb2d41ce886ae5eff948d762210ebcf5 3496 net extra openmpi_1.6.5-9.dsc 71acbe4ec66d34cd9f43cada6aaea7e6 28632 net extra openmpi_1.6.5-9.debian.tar.xz 2e520386c4eebec08f89a4f0bd74fc5b 153754 net extra openmpi-bin_1.6.5-9_amd64.deb 92ecc22e978e57b40d590962126fb77e 449038 libdevel extra libopenmpi-dev_1.6.5-9_amd64.deb 4165fda6ac77fe3b0eaac2d301b8dd24 1467532 libs extra libopenmpi1.6_1.6.5-9_amd64.deb 4e1e50328e2d10affa51451653bc0ab2 110992 net extra openmpi-common_1.6.5-9_all.deb 5244624addf673f2eb246d4ad3151136 493390 doc extra openmpi-doc_1.6.5-9_all.deb 948f28e8eb7646cdc16a1edb823f7ff2 5036780 debug extra libopenmpi1.6-dbg_1.6.5-9_amd64.deb ac31c0f58b8112d519ad4dddeea007a2 96038 net extra openmpi-checkpoint_1.6.5-9_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJUT6C1AAoJEN9LdrZRJ3QsCEQP/1dx5IOLzRCjJG7i3vsYlsxz MK12ftJsmao3YO5vHEDJpbOcmAXEWDrHjWDqTBd5hIyg673z9Ows5G0yfJoKnhSB aVKVnBQ6bXMQ7gSJ3Xd2mxAIoLCxDwa3rDye46vRTSoJlQy36xV4RZLUuM8ZNYFU tvMHtOlVs6NAmL7gWmhlryvE/RDUVSHLv4eISEoSyS5dhEV6nxNEwktcZUvvNCDt 1hDZKHjFTTApyg6Be3mNAqHlSwVjyGWFGIZ8jIgJ4qK5UO5loQM3pQVefQounQU1 MwzIsTkmzJD59jgV7MHRs96R5+s7y12QzhaVzN7SJhtgFqd0b08Fnneh+Wds0vFW LdcKQKHk1rCGJ9eGcJ/1hkeEmcualMqugmWBrec7qPEoDfEEzS+afRrCpdTHjQ0Y xjYNzYZ0hZHKAjxUO4DtJan0ChNAKKhALz0cBEyLHS0TE1QadOrHSXO1e333feVI z6UACh7ZJ8xut+q7xFzy9EuGjGQOWGESGrI4LhPjuhMEgadOWk8pg0PVCRNukIwe cpyjckjC1TTzMmjNA0PX5e9qm52s7Vjo+i/bVjNHissHMa90vcPBJspx4rBAs181 sAjcdL1lFKtfyNA/RgQLmmJvpq+MdeuCaPSE1+k/OlH4HH9HurXhuP2gaVWipOxC K9uBp09YAYd7MwDTfkpP =bhRM -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From mckinstry at debian.org Wed Oct 29 19:35:04 2014 From: mckinstry at debian.org (Alastair McKinstry) Date: Wed, 29 Oct 2014 19:35:04 +0000 Subject: [Pkg-openmpi-maintainers] Accepted openmpi 1.6.5-9 (source amd64 all) into unstable Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 28 Oct 2014 11:07:44 +0000 Source: openmpi Binary: openmpi-bin libopenmpi-dev libopenmpi1.6 openmpi-common openmpi-doc libopenmpi1.6-dbg openmpi-checkpoint Architecture: source amd64 all Version: 1.6.5-9 Distribution: sid Urgency: medium Maintainer: Debian Open MPI Maintainers Changed-By: Alastair McKinstry Description: libopenmpi-dev - high performance message passing library -- header files libopenmpi1.6 - high performance message passing library -- shared library libopenmpi1.6-dbg - high performance message passing library -- debug library openmpi-bin - high performance message passing library -- binaries openmpi-checkpoint - high performance message passing library -- checkpoint support openmpi-common - high performance message passing library -- common files openmpi-doc - high performance message passing library -- man pages Closes: 647908 675115 752785 754524 Changes: openmpi (1.6.5-9) unstable; urgency=medium . * Add myself as uploader. * Standards-Version: 3.9.6; no changes required. * Rebuild against lastest gfortran. Closes: #647908, #675115. * Patch for mpi.pc support. Closes: #752785. * Patch from Michael Cree to fix bad atomic ops on Alpha that causes mpi4py to segfault. Closes: #754524. Checksums-Sha1: 633709f31a27f87a700eeb54b2bc8bda88d69ce5 3496 openmpi_1.6.5-9.dsc 63c292f055178aa560a9b62ad5cea7ff636beadc 28632 openmpi_1.6.5-9.debian.tar.xz 9ccf681a7379ffd6f77690ea42f0f9fcc6353e78 153754 openmpi-bin_1.6.5-9_amd64.deb 294e184b8f7833bb68fc56c74c1ffc43710ba461 449038 libopenmpi-dev_1.6.5-9_amd64.deb 12dd0968cb149c782f17fbf6ad25e392bac5c755 1467532 libopenmpi1.6_1.6.5-9_amd64.deb bb6442ca0268c5c105a050e819b96e5b4b4bff93 110992 openmpi-common_1.6.5-9_all.deb c63f55e476ac1d3687e3ad2f427296132ef9f3c0 493390 openmpi-doc_1.6.5-9_all.deb 4cf82c33a4896748ef884adcaa9f27232b129076 5036780 libopenmpi1.6-dbg_1.6.5-9_amd64.deb 89610efbf2ec96d73f8570840b27a0e14031c664 96038 openmpi-checkpoint_1.6.5-9_amd64.deb Checksums-Sha256: 3342a25cdb9ed6a1d68480fa2fdf7fc03b09d16179e3d587934b8e008cd03ae6 3496 openmpi_1.6.5-9.dsc 95be79b31012a96b7cfa458954aaea539e2d0020458470486b925b061b316061 28632 openmpi_1.6.5-9.debian.tar.xz 9f27833c5727103b1b0c94f6a2b3f86d3933613afa14279bb79ed9b28e2eb96c 153754 openmpi-bin_1.6.5-9_amd64.deb 148fcca5f522757d90207b989af29fc471101fab9eddb7eecbfd5c1daa108666 449038 libopenmpi-dev_1.6.5-9_amd64.deb 51ef81fc0edd7d5f29905db5c879effeb571bbcef4f1038f5259222a2860f394 1467532 libopenmpi1.6_1.6.5-9_amd64.deb a41738e195f6fe700d7f418c182f53c624c0776e71618274b5c79fa01d6cd1d9 110992 openmpi-common_1.6.5-9_all.deb da8824b9a3d12e16f4c995f3e6af063a803fa28635696b91936153df8b00a49f 493390 openmpi-doc_1.6.5-9_all.deb 7fd38087de323672ca6c95dd633d4c9982fd2e059a4d9a4350a54992884b2468 5036780 libopenmpi1.6-dbg_1.6.5-9_amd64.deb 563a5781cf23006689aed5cd9db3d6872f312fd01b20e39961ed85d82c953ed8 96038 openmpi-checkpoint_1.6.5-9_amd64.deb Files: cb2d41ce886ae5eff948d762210ebcf5 3496 net extra openmpi_1.6.5-9.dsc 71acbe4ec66d34cd9f43cada6aaea7e6 28632 net extra openmpi_1.6.5-9.debian.tar.xz 2e520386c4eebec08f89a4f0bd74fc5b 153754 net extra openmpi-bin_1.6.5-9_amd64.deb 92ecc22e978e57b40d590962126fb77e 449038 libdevel extra libopenmpi-dev_1.6.5-9_amd64.deb 4165fda6ac77fe3b0eaac2d301b8dd24 1467532 libs extra libopenmpi1.6_1.6.5-9_amd64.deb 4e1e50328e2d10affa51451653bc0ab2 110992 net extra openmpi-common_1.6.5-9_all.deb 5244624addf673f2eb246d4ad3151136 493390 doc extra openmpi-doc_1.6.5-9_all.deb 948f28e8eb7646cdc16a1edb823f7ff2 5036780 debug extra libopenmpi1.6-dbg_1.6.5-9_amd64.deb ac31c0f58b8112d519ad4dddeea007a2 96038 net extra openmpi-checkpoint_1.6.5-9_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJUT6C1AAoJEN9LdrZRJ3QsCEQP/1dx5IOLzRCjJG7i3vsYlsxz MK12ftJsmao3YO5vHEDJpbOcmAXEWDrHjWDqTBd5hIyg673z9Ows5G0yfJoKnhSB aVKVnBQ6bXMQ7gSJ3Xd2mxAIoLCxDwa3rDye46vRTSoJlQy36xV4RZLUuM8ZNYFU tvMHtOlVs6NAmL7gWmhlryvE/RDUVSHLv4eISEoSyS5dhEV6nxNEwktcZUvvNCDt 1hDZKHjFTTApyg6Be3mNAqHlSwVjyGWFGIZ8jIgJ4qK5UO5loQM3pQVefQounQU1 MwzIsTkmzJD59jgV7MHRs96R5+s7y12QzhaVzN7SJhtgFqd0b08Fnneh+Wds0vFW LdcKQKHk1rCGJ9eGcJ/1hkeEmcualMqugmWBrec7qPEoDfEEzS+afRrCpdTHjQ0Y xjYNzYZ0hZHKAjxUO4DtJan0ChNAKKhALz0cBEyLHS0TE1QadOrHSXO1e333feVI z6UACh7ZJ8xut+q7xFzy9EuGjGQOWGESGrI4LhPjuhMEgadOWk8pg0PVCRNukIwe cpyjckjC1TTzMmjNA0PX5e9qm52s7Vjo+i/bVjNHissHMa90vcPBJspx4rBAs181 sAjcdL1lFKtfyNA/RgQLmmJvpq+MdeuCaPSE1+k/OlH4HH9HurXhuP2gaVWipOxC K9uBp09YAYd7MwDTfkpP =bhRM -----END PGP SIGNATURE----- From owner at bugs.debian.org Wed Oct 29 19:36:15 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 29 Oct 2014 19:36:15 +0000 Subject: [Pkg-openmpi-maintainers] Bug#647908: marked as done (libopenmpi1.3: Fortran module support is broken) References: <20111107143039.15180.22674.reportbug@sauron> Message-ID: Your message dated Wed, 29 Oct 2014 19:35:04 +0000 with message-id and subject line Bug#647908: fixed in openmpi 1.6.5-9 has caused the Debian Bug report #647908, regarding libopenmpi1.3: Fortran module support is broken to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 647908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647908 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Kyle Horne Subject: libopenmpi1.3: Fortran module support is broken Date: Mon, 07 Nov 2011 07:30:39 -0700 Size: 2531 URL: -------------- next part -------------- An embedded message was scrubbed... From: Alastair McKinstry Subject: Bug#647908: fixed in openmpi 1.6.5-9 Date: Wed, 29 Oct 2014 19:35:04 +0000 Size: 7550 URL: From owner at bugs.debian.org Wed Oct 29 19:36:19 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 29 Oct 2014 19:36:19 +0000 Subject: [Pkg-openmpi-maintainers] Bug#675115: marked as done (libopenmpi-dev: Fortran module support is broken again) References: <20120529231023.30773.18444.reportbug@saruman.think.usu.edu> Message-ID: Your message dated Wed, 29 Oct 2014 19:35:04 +0000 with message-id and subject line Bug#675115: fixed in openmpi 1.6.5-9 has caused the Debian Bug report #675115, regarding libopenmpi-dev: Fortran module support is broken again to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 675115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675115 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Kyle Horne Subject: libopenmpi-dev: Fortran module support is broken again Date: Tue, 29 May 2012 17:10:23 -0600 Size: 2911 URL: -------------- next part -------------- An embedded message was scrubbed... From: Alastair McKinstry Subject: Bug#675115: fixed in openmpi 1.6.5-9 Date: Wed, 29 Oct 2014 19:35:04 +0000 Size: 7575 URL: From owner at bugs.debian.org Wed Oct 29 19:36:15 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 29 Oct 2014 19:36:15 +0000 Subject: [Pkg-openmpi-maintainers] Bug#647908: marked as done (libopenmpi1.3: Fortran module support is broken) References: <20111107143039.15180.22674.reportbug@sauron> Message-ID: Your message dated Wed, 29 Oct 2014 19:35:04 +0000 with message-id and subject line Bug#647908: fixed in openmpi 1.6.5-9 has caused the Debian Bug report #647908, regarding libopenmpi1.3: Fortran module support is broken to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 647908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647908 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Kyle Horne Subject: libopenmpi1.3: Fortran module support is broken Date: Mon, 07 Nov 2011 07:30:39 -0700 Size: 2531 URL: -------------- next part -------------- An embedded message was scrubbed... From: Alastair McKinstry Subject: Bug#647908: fixed in openmpi 1.6.5-9 Date: Wed, 29 Oct 2014 19:35:04 +0000 Size: 7550 URL: From owner at bugs.debian.org Wed Oct 29 19:36:19 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 29 Oct 2014 19:36:19 +0000 Subject: [Pkg-openmpi-maintainers] Bug#675115: marked as done (libopenmpi-dev: Fortran module support is broken again) References: <20120529231023.30773.18444.reportbug@saruman.think.usu.edu> Message-ID: Your message dated Wed, 29 Oct 2014 19:35:04 +0000 with message-id and subject line Bug#675115: fixed in openmpi 1.6.5-9 has caused the Debian Bug report #675115, regarding libopenmpi-dev: Fortran module support is broken again to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 675115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675115 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Kyle Horne Subject: libopenmpi-dev: Fortran module support is broken again Date: Tue, 29 May 2012 17:10:23 -0600 Size: 2911 URL: -------------- next part -------------- An embedded message was scrubbed... From: Alastair McKinstry Subject: Bug#675115: fixed in openmpi 1.6.5-9 Date: Wed, 29 Oct 2014 19:35:04 +0000 Size: 7575 URL: From owner at bugs.debian.org Wed Oct 29 19:36:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 29 Oct 2014 19:36:23 +0000 Subject: [Pkg-openmpi-maintainers] Bug#752785: marked as done (openmpi: Please add mpi.pc) References: <20140626150417.13151.81644.reportbug@ailm.sceal.ie> Message-ID: Your message dated Wed, 29 Oct 2014 19:35:04 +0000 with message-id and subject line Bug#752785: fixed in openmpi 1.6.5-9 has caused the Debian Bug report #752785, regarding openmpi: Please add mpi.pc to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 752785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752785 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Alastair McKinstry Subject: openmpi: Please add mpi.pc Date: Thu, 26 Jun 2014 16:04:17 +0100 Size: 3321 URL: -------------- next part -------------- An embedded message was scrubbed... From: Alastair McKinstry Subject: Bug#752785: fixed in openmpi 1.6.5-9 Date: Wed, 29 Oct 2014 19:35:04 +0000 Size: 7575 URL: From owner at bugs.debian.org Wed Oct 29 19:36:23 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 29 Oct 2014 19:36:23 +0000 Subject: [Pkg-openmpi-maintainers] Bug#752785: marked as done (openmpi: Please add mpi.pc) References: <20140626150417.13151.81644.reportbug@ailm.sceal.ie> Message-ID: Your message dated Wed, 29 Oct 2014 19:35:04 +0000 with message-id and subject line Bug#752785: fixed in openmpi 1.6.5-9 has caused the Debian Bug report #752785, regarding openmpi: Please add mpi.pc to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 752785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752785 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Alastair McKinstry Subject: openmpi: Please add mpi.pc Date: Thu, 26 Jun 2014 16:04:17 +0100 Size: 3321 URL: -------------- next part -------------- An embedded message was scrubbed... From: Alastair McKinstry Subject: Bug#752785: fixed in openmpi 1.6.5-9 Date: Wed, 29 Oct 2014 19:35:04 +0000 Size: 7575 URL: From owner at bugs.debian.org Wed Oct 29 19:36:27 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 29 Oct 2014 19:36:27 +0000 Subject: [Pkg-openmpi-maintainers] Bug#754524: marked as done (Bad atomic ops on Alpha cause segfaults and mpi4py FTBFS) References: <20140712024929.GA7537@omega> Message-ID: Your message dated Wed, 29 Oct 2014 19:35:04 +0000 with message-id and subject line Bug#754524: fixed in openmpi 1.6.5-9 has caused the Debian Bug report #754524, regarding Bad atomic ops on Alpha cause segfaults and mpi4py FTBFS to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 754524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754524 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Michael Cree Subject: Bad atomic ops on Alpha cause segfaults and mpi4py FTBFS Date: Sat, 12 Jul 2014 14:49:29 +1200 Size: 7515 URL: -------------- next part -------------- An embedded message was scrubbed... From: Alastair McKinstry Subject: Bug#754524: fixed in openmpi 1.6.5-9 Date: Wed, 29 Oct 2014 19:35:04 +0000 Size: 7575 URL: From owner at bugs.debian.org Wed Oct 29 19:36:27 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 29 Oct 2014 19:36:27 +0000 Subject: [Pkg-openmpi-maintainers] Bug#754524: marked as done (Bad atomic ops on Alpha cause segfaults and mpi4py FTBFS) References: <20140712024929.GA7537@omega> Message-ID: Your message dated Wed, 29 Oct 2014 19:35:04 +0000 with message-id and subject line Bug#754524: fixed in openmpi 1.6.5-9 has caused the Debian Bug report #754524, regarding Bad atomic ops on Alpha cause segfaults and mpi4py FTBFS to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 754524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754524 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Michael Cree Subject: Bad atomic ops on Alpha cause segfaults and mpi4py FTBFS Date: Sat, 12 Jul 2014 14:49:29 +1200 Size: 7515 URL: -------------- next part -------------- An embedded message was scrubbed... From: Alastair McKinstry Subject: Bug#754524: fixed in openmpi 1.6.5-9 Date: Wed, 29 Oct 2014 19:35:04 +0000 Size: 7575 URL: From ftpmaster at ftp-master.debian.org Wed Oct 29 20:02:49 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 29 Oct 2014 20:02:49 +0000 Subject: [Pkg-openmpi-maintainers] Processing of openmpi_1.6.5-9_amd64.changes Message-ID: libopenmpi-dev_1.6.5-9_amd64.deb doesn't exist libopenmpi1.6_1.6.5-9_amd64.deb doesn't exist libopenmpi1.6-dbg_1.6.5-9_amd64.deb doesn't exist Due to the errors above, the .changes file couldn't be processed. Please fix the problems for the upload to happen. Greetings, Your Debian queue daemon (running on host franck.debian.org) From carnil at debian.org Thu Oct 30 21:27:53 2014 From: carnil at debian.org (Salvatore Bonaccorso) Date: Thu, 30 Oct 2014 22:27:53 +0100 Subject: [Pkg-openmpi-maintainers] Bug#767411: torque: should not be released with jessie Message-ID: <20141030212753.16733.10866.reportbug@lorien.valinor.li> Source: torque Severity: serious Justification: end-of-life branch from upstream, low maintenance in Debian Hi I discussed this with Moritz Muehlenhoff, but bringing this now up to discussion. Note that debian-release at l.d.o and the openmpi and pbs-drmaa maintainers are X-Debbugs-CC'ed on this bugreport. torque in Debian is from an old (upstream end-of-life'd) branch 2.4 which had for the last security uploads also for unstable NMUs from me. torque from time to time has announcements fo security issues, which get fixed in the newer branches, but patches are not anymore released for the 2.4 release. The issues ranged from denial-of-service up to privilege escalations. https://tracker.debian.org/media/packages/t/torque/changelog-2.4.16%2Bdfsg-1.5 There are some reverse dependecy problems avoiding though that torque can be removed: pbs-drmaa as reverse dependency of torque is easy as it is a leaf package. The more complicated one would be openmpi which would need to drop the build dependency on libtorque2-dev. The reason for this dependency was in https://bugs.debian.org/592887 , which needs to be dropped again. We basically think, torque in this version should not be released in Jessie as we would need to support it security-wise in the same way for the next release cycle otherwise. Regards, Salvatore From carnil at debian.org Thu Oct 30 21:27:53 2014 From: carnil at debian.org (Salvatore Bonaccorso) Date: Thu, 30 Oct 2014 22:27:53 +0100 Subject: [Pkg-openmpi-maintainers] Bug#767411: torque: should not be released with jessie Message-ID: <20141030212753.16733.10866.reportbug@lorien.valinor.li> Source: torque Severity: serious Justification: end-of-life branch from upstream, low maintenance in Debian Hi I discussed this with Moritz Muehlenhoff, but bringing this now up to discussion. Note that debian-release at l.d.o and the openmpi and pbs-drmaa maintainers are X-Debbugs-CC'ed on this bugreport. torque in Debian is from an old (upstream end-of-life'd) branch 2.4 which had for the last security uploads also for unstable NMUs from me. torque from time to time has announcements fo security issues, which get fixed in the newer branches, but patches are not anymore released for the 2.4 release. The issues ranged from denial-of-service up to privilege escalations. https://tracker.debian.org/media/packages/t/torque/changelog-2.4.16%2Bdfsg-1.5 There are some reverse dependecy problems avoiding though that torque can be removed: pbs-drmaa as reverse dependency of torque is easy as it is a leaf package. The more complicated one would be openmpi which would need to drop the build dependency on libtorque2-dev. The reason for this dependency was in https://bugs.debian.org/592887 , which needs to be dropped again. We basically think, torque in this version should not be released in Jessie as we would need to support it security-wise in the same way for the next release cycle otherwise. Regards, Salvatore From jcristau at debian.org Fri Oct 31 13:07:25 2014 From: jcristau at debian.org (Julien Cristau) Date: Fri, 31 Oct 2014 14:07:25 +0100 Subject: [Pkg-openmpi-maintainers] Bug#767411: torque: should not be released with jessie In-Reply-To: <20141030212753.16733.10866.reportbug@lorien.valinor.li> References: <20141030212753.16733.10866.reportbug@lorien.valinor.li> Message-ID: <20141031130725.GD3591@betterave.cristau.org> On Thu, Oct 30, 2014 at 22:27:53 +0100, Salvatore Bonaccorso wrote: > pbs-drmaa as reverse dependency of torque is easy as it is a leaf > package. The more complicated one would be openmpi which would need to > drop the build dependency on libtorque2-dev. The reason for this > dependency was in https://bugs.debian.org/592887 , which needs to be > dropped again. > There's two solutions here. One is to drop torque support from openmpi; the other is to keep the torque source package but only build the libtorque library, as I'm assuming the security issues are on the torque server side. Though that's only useful is that library can still talk to newer torque version. Cheers, Julien -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From jcristau at debian.org Fri Oct 31 13:07:25 2014 From: jcristau at debian.org (Julien Cristau) Date: Fri, 31 Oct 2014 14:07:25 +0100 Subject: [Pkg-openmpi-maintainers] Bug#767411: torque: should not be released with jessie In-Reply-To: <20141030212753.16733.10866.reportbug@lorien.valinor.li> References: <20141030212753.16733.10866.reportbug@lorien.valinor.li> Message-ID: <20141031130725.GD3591@betterave.cristau.org> On Thu, Oct 30, 2014 at 22:27:53 +0100, Salvatore Bonaccorso wrote: > pbs-drmaa as reverse dependency of torque is easy as it is a leaf > package. The more complicated one would be openmpi which would need to > drop the build dependency on libtorque2-dev. The reason for this > dependency was in https://bugs.debian.org/592887 , which needs to be > dropped again. > There's two solutions here. One is to drop torque support from openmpi; the other is to keep the torque source package but only build the libtorque library, as I'm assuming the security issues are on the torque server side. Though that's only useful is that library can still talk to newer torque version. Cheers, Julien -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From ftpmaster at ftp-master.debian.org Fri Oct 31 19:34:37 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 31 Oct 2014 19:34:37 +0000 Subject: [Pkg-openmpi-maintainers] Processing of openmpi_1.6.5-9_amd64.changes Message-ID: /openmpi_1.6.5-9_amd64.changes couldn't be processed for 48 hours and is now deleted All files it mentions are also removed: openmpi_1.6.5-9.dsc, openmpi_1.6.5-9.debian.tar.xz, openmpi-bin_1.6.5-9_amd64.deb, libopenmpi-dev_1.6.5-9_amd64.deb, libopenmpi1.6_1.6.5-9_amd64.deb, openmpi-common_1.6.5-9_all.deb, openmpi-doc_1.6.5-9_all.deb, libopenmpi1.6-dbg_1.6.5-9_amd64.deb, openmpi-checkpoint_1.6.5-9_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org)