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: minimagick/minimagick
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d484786
Choose a base ref
...
head repository: minimagick/minimagick
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 293f9bb
Choose a head ref
  • 14 commits
  • 7 files changed
  • 4 contributors

Commits on May 26, 2019

  1. Test with Ruby 2.6 (#475)

    vividtone authored and janko committed May 26, 2019
    Configuration menu
    Copy the full SHA
    bcd836a View commit details
    Browse the repository at this point in the history
  2. Fix download script (#469)

    It seems older releases are removed from http://www.imagemagick.org/download/
    
    I thought every version (x.y.z-n) is available on somewhere but I can't
    find the page.
    
    According to the following page, every x.y.z-10 should be available but
    6.9.10-10 and 7.0.8-10 are not listed.
    
    https://www.imagemagick.org/discourse-server/viewtopic.php?t=12212
    
    So I changed install script to find exact download path.
    mtsmfm authored and janko committed May 26, 2019
    Configuration menu
    Copy the full SHA
    028b61c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9b2ba7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff8f5df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2965e55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    563cc61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64560f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fca405 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a74b73e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5ce047 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #427 from koic/suppress_deprecation_warnings_in_pr…

    …oduction_code
    
    Suppress deprecation warnings in production code
    janko authored May 26, 2019
    Configuration menu
    Copy the full SHA
    87e9059 View commit details
    Browse the repository at this point in the history
  12. Fix test failure

    janko committed May 26, 2019
    Configuration menu
    Copy the full SHA
    152d33a View commit details
    Browse the repository at this point in the history
  13. Don't allow remote shell execution

    Kernel#open accepts a string of format "| <shell command>" which
    executes the specified shell command and otherwise presumably acts as
    IO.popen. The open-uri standard library overrides Kernel#open to also
    accept URLs.
    
    However, the overridden Kernel#open just delegates to URI#open, so we
    switch to using that directly and avoid the remote shell execution
    vulnerability. For files we just use File.open, which should have the
    same behaviour as Kernel#open.
    janko committed May 26, 2019
    3 Configuration menu
    Copy the full SHA
    4cd5081 View commit details
    Browse the repository at this point in the history
  14. Bump to 4.9.4

    janko committed May 26, 2019
    Configuration menu
    Copy the full SHA
    293f9bb View commit details
    Browse the repository at this point in the history
Loading