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: 91b46353a59e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 890196d0e547
Choose a head ref
  • 10 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 22, 2019

  1. Copy the full SHA
    6081611 View commit details
    Browse the repository at this point in the history
  2. odpic: add to rpath

    flokli committed Aug 22, 2019
    Copy the full SHA
    eb0fecf View commit details
    Browse the repository at this point in the history
  3. odpic: 3.1.0 -> 3.2.1

    flokli committed Aug 22, 2019
    Copy the full SHA
    c79d9e1 View commit details
    Browse the repository at this point in the history
  4. oracle-instantclient: 12.2.0.1.0 -> 19.3.0.0.0

    It's now possible to download Oracle Instant Client without having to
    click a checkbox to agree to the license, and then log in with an Oracle
    account to start the download, at least on Linux (for now).
    
    Darwin still seems to be at 18.1, and version numbers haven't been that
    aligned recently, so allow different version numbers per platform.
    flokli committed Aug 22, 2019
    Copy the full SHA
    2decc61 View commit details
    Browse the repository at this point in the history
  5. oracle-instantclient: drop PECL::oci8 hack

    This wasn't about PECL::oci8 in first place, but DBD-Oracle.
    
    In the current version of oracle-instantclient, a libclntsh.so is
    shipped, so DBD-Oracle is happy.
    flokli committed Aug 22, 2019
    Copy the full SHA
    e9c5304 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    42f9df1 View commit details
    Browse the repository at this point in the history
  7. oracle-instantclient: use copy instead of install for libraries

    libclntsh.so* and libocci.so* are symlinks to the latest version.
    
    By using `install`, these are all dereferenced and duplicated.
    
    Let's avoid that, and shrink the lib output from 621M to 226M.
    flokli committed Aug 22, 2019
    Copy the full SHA
    ab6ada0 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    47c60b3 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    472f325 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Merge pull request #67206 from flokli/oracle-instantclient-19.3

    oracle-instantclient: 12.2.0.1.0 -> 19.3.0.0.0
    aanderse committed Aug 23, 2019
    Copy the full SHA
    890196d View commit details
    Browse the repository at this point in the history