Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: d3185b1f31d1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ef1598a6a11a
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Oct 25, 2019

  1. Copy the full SHA
    3afeb36 View commit details
    Browse the repository at this point in the history
  2. php: 7.2.23 -> 7.2.24, 7.3.10 -> 7.3.11

    (cherry picked from commit a480006)
    aanderse authored and etu committed Oct 25, 2019
    Copy the full SHA
    f42d440 View commit details
    Browse the repository at this point in the history
  3. epsxe: fix link with openssl

    * epsxe: fix link with openssl
    
    Epsxe is hardcoded to build with openssl-1.0 (using libcrypto.so.1.0.0),
    but current nixpkgs contains openssl-1.1, which provides
    libcrypto.so.1.1.
    
    This patchs just uses the previous version of the library.
    
    * epsxe: use autoPatchelfHook instead of manual rpath overriding
    
    This simplifies the file AND generates failures at build time if a
    needed dynamic library is not found during build time.
    
    Backport of #71920
    
    (cherry picked from commit 4a2475c)
    guibou authored and c0bw3b committed Oct 25, 2019
    Copy the full SHA
    81b32ec View commit details
    Browse the repository at this point in the history
  4. Merge pull request #71995 from etu/php-updates-release-1909

    [19.09] php: 7.2.23 -> 7.2.24, 7.3.10 -> 7.3.11
    globin committed Oct 25, 2019
    Copy the full SHA
    ef1598a View commit details
    Browse the repository at this point in the history