Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port fix to Cookie test from 6.0 #1

Closed
wants to merge 6,764 commits into from
Closed

Port fix to Cookie test from 6.0 #1

wants to merge 6,764 commits into from

Conversation

danmoseley
Copy link
Owner

dotnet-maestro bot and others added 30 commits December 2, 2019 10:44
…1128.1 (dotnet#42753)

- Microsoft.NET.Sdk.IL - 3.1.0-servicing.19578.1
- Microsoft.NETCore.ILAsm - 3.1.0-servicing.19578.1
- Microsoft.NETCore.Runtime.CoreCLR - 3.1.0-servicing.19578.1
…1202.2 (dotnet#42760)

- Microsoft.NET.Sdk.IL - 3.1.1-servicing.19602.2
- Microsoft.NETCore.ILAsm - 3.1.1-servicing.19602.2
- Microsoft.NETCore.Runtime.CoreCLR - 3.1.1-servicing.19602.2
* Switch to using 3.1100 SDK to build 3.1

Required for upstack components, so this is for consistency.

* Fix version

* Fix restore of netcoreapp when not downloading any packages
…1207.1 (dotnet#42762)

- Microsoft.NET.Sdk.IL - 3.1.1-servicing.19607.1
- Microsoft.NETCore.ILAsm - 3.1.1-servicing.19607.1
- Microsoft.NETCore.Runtime.CoreCLR - 3.1.1-servicing.19607.1
* update branding to 3.1.2

* not turning off the stable flag
…2768)

* Allow PathAssemblyResolver to use an assembly with different PublicKeyToken if reference is Retargetable (dotnet#40581)

* Bump version of MetataLoadContext and build it

* Make package testing work with 3.1 SDK

Co-authored-by: Steve Harter <steveharter@users.noreply.github.com>
…aries (dotnet#42772)

* Improve (de)serialization support for nested dictionaries

* Document test cases and add test for polymorphic element types

* Add note about test depth
dotnet#42776)

* Revert async changes in SqlClient to fix deadlock issues

* Add missing method
…es (dotnet#42823)

* updating assembly versions, packageversions and publishing the packages

* correct inbox assembly Version

* adding 4.6.2 ti system.drawing.common
dotnet#42801)

* Always build the OpenSSL shim in portable mode on macOS.

* Remove conditionally compiled library load debugging
…0115.1 (dotnet#42828)

- Microsoft.NET.Sdk.IL - 3.1.1-servicing.20065.1
- Microsoft.NETCore.ILAsm - 3.1.1-servicing.20065.1
- Microsoft.NETCore.Runtime.CoreCLR - 3.1.1-servicing.20065.1
…0115.3 (dotnet#42830)

- Microsoft.NET.Sdk.IL - 3.1.2-servicing.20065.3
- Microsoft.NETCore.ILAsm - 3.1.2-servicing.20065.3
- Microsoft.NETCore.Runtime.CoreCLR - 3.1.2-servicing.20065.3
* Update dependencies from https://github.com/dotnet/coreclr build 20200115.4

- Microsoft.NET.Sdk.IL - 3.1.2-servicing.20065.4
- Microsoft.NETCore.ILAsm - 3.1.2-servicing.20065.4
- Microsoft.NETCore.Runtime.CoreCLR - 3.1.2-servicing.20065.4

* Revert changes to EncoderNLS/DecoderNLS.Convert unit tests

Co-authored-by: Levi Broderick <GrabYourPitchforks@users.noreply.github.com>
dotnet-bot and others added 26 commits April 9, 2021 14:20
…311.1 (dotnet#43065)

Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Configuration , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.CoreFxTesting , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor
 From Version 2.4.1-beta.21158.9 -> To Version 2.4.1-beta.21161.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This is the only part of dotnet/runtime#34088
that wasn't already backported to release/3.1.

https://www.redhat.com/en/blog/faq-centos-stream-updates says:

> There will not be a CentOS Linux 9.
>
> CentOS Stream 9 will launch in Q2 2021 as part of the RHEL 9
> development process.

The last part also means that the current parent-child relationship that
we use for RHEL->CentOS in our RID graph will flip starting in 9. I dont
see any immediate impact, so I think we can leave it alone for now.

I got a (currently internal) build of CentOS Stream 9 and
/etc/os-release looks like this:

    $ cat /etc/os-release
    NAME="CentOS Stream"
    VERSION="9"
    ID="centos"
    ID_LIKE="rhel fedora"
    VERSION_ID="9"
    PLATFORM_ID="platform:el9"
    PRETTY_NAME="CentOS Stream 9"
    ANSI_COLOR="0;31"
    CPE_NAME="cpe:/o:centos:centos:9"
    HOME_URL="https://centos.org/"
    BUG_REPORT_URL="https://bugzilla.redhat.com/"
    REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9"
    REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream"
* Port regex timeout fix

* add Is64BitProcess
…otnet#43069)

* [Release/3.1] Fix wrong data blended with transactions in .NET Core

* Update src/System.Data.SqlClient/src/System/Data/SqlClient/SqlDataReader.cs

Co-authored-by: DavoudEshtehari <61173489+DavoudEshtehari@users.noreply.github.com>

Co-authored-by: DavoudEshtehari <61173489+DavoudEshtehari@users.noreply.github.com>
* Runtime PR685 Port: Fix relro, now, and PIE for libraries.

* Fixed a policy and PIE settings in Unix Native libraries.

* Backed out add_link_options since it's not supported in this repo's version of CMake.

* Fixed a wrong indentation.

* Added missing CMAKE_SHARED_LINKER_FLAGS clause.
….1-2021-06-08-1057

Merging internal commits for release/3.1
* Fix failing SetCookies_Success test
@danmoseley danmoseley closed this Jun 10, 2021
@danmoseley danmoseley deleted the portcookiefix branch June 10, 2021 17:21
@danmoseley danmoseley restored the portcookiefix branch June 10, 2021 17:22
@danmoseley danmoseley deleted the portcookiefix branch June 10, 2021 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.