LISTSERV mailing list manager LISTSERV 16.5

Help for XROOTD-DEV Archives


XROOTD-DEV Archives

XROOTD-DEV Archives


XROOTD-DEV@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

XROOTD-DEV Home

XROOTD-DEV Home

XROOTD-DEV  May 2022

XROOTD-DEV May 2022

Subject:

[xrootd/xrootd] 3e3bc3: [CI] Add CS9 build.

From:

Oliver Freyermuth <[log in to unmask]>

Reply-To:

xrootd developers' list for Scalla/xrootd repository and related issues <[log in to unmask]>

Date:

Mon, 2 May 2022 03:10:11 -0700

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (251 lines)

  Branch: refs/heads/stable-5.4.x
  Home:   https://github.com/xrootd/xrootd
  Commit: 3e3bc3a3391a6242e64f85c33a72ee85f6592cf5
      https://github.com/xrootd/xrootd/commit/3e3bc3a3391a6242e64f85c33a72ee85f6592cf5
  Author: Michal Simon <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M .gitlab-ci.yml

  Log Message:
  -----------
  [CI] Add CS9 build.


  Commit: c0d7629b99b8cc1d0349b6f7204ea9a4eeec5ef7
      https://github.com/xrootd/xrootd/commit/c0d7629b99b8cc1d0349b6f7204ea9a4eeec5ef7
  Author: Michal Simon <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M .github/workflows/build.yml
    M .gitlab-ci.yml
    M cmake/XRootDDefaults.cmake
    M cmake/XRootDFindLibs.cmake
    M packaging/rhel/xrootd.spec.in
    M src/XrdCl/XrdClAsyncSocketHandler.cc
    M src/XrdCl/XrdClXRootDMsgHandler.cc
    M src/XrdCrypto.cmake
    M src/XrdHttp.cmake
    M src/XrdSec.cmake
    M src/XrdSec/openssl3/XrdSecProtect.cc
    M src/XrdUtils.cmake

  Log Message:
  -----------
  [CMake] Enable by default openssl3 compatibility patch.


  Commit: 1069ec6b23a9a38a5603d9cd425a1f6a82048403
      https://github.com/xrootd/xrootd/commit/1069ec6b23a9a38a5603d9cd425a1f6a82048403
  Author: Michal Simon <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdCl/XrdClXRootDTransport.cc

  Log Message:
  -----------
  [XrdCl] Remove the leading ? from auto generated login token, fixes #1535


  Commit: 51bf76c52e7a8bbfb3fdf6ce928a64b081b9b68f
      https://github.com/xrootd/xrootd/commit/51bf76c52e7a8bbfb3fdf6ce928a64b081b9b68f
  Author: Michal Simon <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdCl/XrdClXRootDTransport.cc

  Log Message:
  -----------
  [XrdCl] Pass the login token from redirect rsp to login req.


  Commit: c7642cef520286d3c5cb43448652a8e70c40fe49
      https://github.com/xrootd/xrootd/commit/c7642cef520286d3c5cb43448652a8e70c40fe49
  Author: Michal Simon <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdCl/XrdClURL.cc
    M src/XrdCl/XrdClURL.hh
    M src/XrdCl/XrdClXRootDTransport.cc

  Log Message:
  -----------
  [XrdCl] [XrdCl] Pass the login token from redirect rsp to login req, part 2.


  Commit: 1776d79f986b96cd738c47986753eabf5c30efec
      https://github.com/xrootd/xrootd/commit/1776d79f986b96cd738c47986753eabf5c30efec
  Author: Michal Simon <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdCl/XrdClURL.cc
    M src/XrdCl/XrdClXRootDTransport.cc

  Log Message:
  -----------
  [XrdCl] Pass the login token from redirect rsp to login req, final clean up.


  Commit: c1a3124081006081f970c8c09c574ff56823f5d6
      https://github.com/xrootd/xrootd/commit/c1a3124081006081f970c8c09c574ff56823f5d6
  Author: Fabrizio Furano <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdHttp/XrdHttpReq.cc

  Log Message:
  -----------
  Redirect PUT and POST with 307


  Commit: 7d0e8aad2e2bd88eeabaca0176a7a45f9a0d9ec4
      https://github.com/xrootd/xrootd/commit/7d0e8aad2e2bd88eeabaca0176a7a45f9a0d9ec4
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes on small buffer management enhancement.


  Commit: ba7b477855635c9ce379d197aab638861e68c094
      https://github.com/xrootd/xrootd/commit/ba7b477855635c9ce379d197aab638861e68c094
  Author: Matthew Feickert <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M bindings/python/CMakeLists.txt
    M cmake/XRootDDefaults.cmake

  Log Message:
  -----------
  [cmake] Add PIP_OPTIONS option for Python bindings install control

Add CMake option PIP_OPTIONS to allow the user to pass in pip options
at build configuration time to customize the Python bindings install.
As '--verbose' is a pip option, this makes the PIP_VERBOSE CMake option
added in PR 1586 redundant, and so it is removed. Additionally, as '--prefix'
is also a pip option, append the selected default value of
'$ENV{DESTDIR}/{CMAKE_INSTALL_PREFIX}' as a '--prefix' pip option if there is
no '--prefix' given by the user. If there is a given '--prefix' from the user in
PIP_OPTIONS already, warn the user that this might not be a good idea unless
they know what they're doing.

Adrian provided the idea of providing the user a PIP_OPTIONS CMake variable at build
configure time.
Henry provided help on getting PIP_OPTIONS to be recognized as a string by defult.

Co-authored-by: Adrian Sevcenco <[log in to unmask]>
Co-authored-by: Henry Schreiner <[log in to unmask]>


  Commit: 16cfe5d672ef031d2a6de218f2814b12e3bfec0d
      https://github.com/xrootd/xrootd/commit/16cfe5d672ef031d2a6de218f2814b12e3bfec0d
  Author: Matthew Feickert <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M packaging/debian/rules

  Log Message:
  -----------
  [Debian] Remove PYTHON_LAYOUT option as no longer used in Python 3

Remove PYTHON_LAYOUT from override_dh_auto_configure as not used in
Python 3 builds.


  Commit: 834a32751a729f05b992aaa0a7c036c8af406894
      https://github.com/xrootd/xrootd/commit/834a32751a729f05b992aaa0a7c036c8af406894
  Author: Matthew Feickert <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M .github/workflows/build.yml

  Log Message:
  -----------
  [CI] Use PIP_OPTIONS in build tests

Use PIP_OPTIONS in the build tests in CI to pass the '--verbose' flag.
As an example of how multiple pip options can be passed as a single string
to PIP_OPTIONS, show in one test that '--force-reinstall' and '--prefix'
options can be used.


  Commit: bee0ca864871b29d7b1b9a830da21bec4cbe8bda
      https://github.com/xrootd/xrootd/commit/bee0ca864871b29d7b1b9a830da21bec4cbe8bda
  Author: Fabrizio Furano <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdHttp/XrdHttpProtocol.cc
    M src/XrdHttp/XrdHttpReq.cc

  Log Message:
  -----------
  Use 307 to redirect anything that is not GET


  Commit: 1992535bcb05f5ad25b6086701dfe6b7c52cc11a
      https://github.com/xrootd/xrootd/commit/1992535bcb05f5ad25b6086701dfe6b7c52cc11a
  Author: Michal Simon <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdCl/XrdClXRootDMsgHandler.cc

  Log Message:
  -----------
  [XrdCl] Pass the login token from redirect rsp to login req, part 3.


  Commit: 889e788998551e0bdf91ed4bd9bbe62c129487e6
      https://github.com/xrootd/xrootd/commit/889e788998551e0bdf91ed4bd9bbe62c129487e6
  Author: Cedric Caffy <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdTpc/XrdTpcTPC.cc
    M src/XrdTpc/XrdTpcTPC.hh

  Log Message:
  -----------
  [XrdTpc] Added CLOEXEC flag for curl file descriptors


  Commit: dabd23733d5c68b4b83c6bddfa4fe0a7dda4f35a
      https://github.com/xrootd/xrootd/commit/dabd23733d5c68b4b83c6bddfa4fe0a7dda4f35a
  Author: Oliver Freyermuth <[log in to unmask]>
  Date:   2022-05-02 (Mon, 02 May 2022)

  Changed paths:
    M src/XrdSciTokens/XrdSciTokensAccess.cc

  Log Message:
  -----------
  Also grant Readdir when token grants read permission.

Before this change, directory listing is impossible with a read claim,
leading to the confusing situation that trying to access files in a directory
may return 404 but listing the directory returns permission denied.


Compare: https://github.com/xrootd/xrootd/compare/ef02f7940c48...dabd23733d5c

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use