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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c43fe70feb82
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1a7c6e6f918c
Choose a head ref
  • 10 commits
  • 12 files changed
  • 4 contributors

Commits on Oct 19, 2019

  1. Copy the full SHA
    7370ddd View commit details

Commits on Oct 20, 2019

  1. putty: fix build on darwin

    risicle committed Oct 20, 2019
    Copy the full SHA
    1a5c8cc View commit details

Commits on Oct 21, 2019

  1. unixODBCDrivers.msodbcsql17: add missing openssl dependency

    (cherry picked from commit 18ad0a8)
    aanderse committed Oct 21, 2019
    Copy the full SHA
    51885ec View commit details

Commits on Oct 22, 2019

  1. Copy the full SHA
    7bf4f9f View commit details
  2. wordpress: 5.2.3 -> 5.2.4

    (cherry picked from commit 327d406)
    aanderse committed Oct 22, 2019
    Copy the full SHA
    a18d9fd View commit details
  3. Merge pull request #71606 from aanderse/wordpress

    wordpress: 5.2.3 -> 5.2.4 [19.09 backport]
    globin authored Oct 22, 2019
    Copy the full SHA
    e0e7756 View commit details
  4. Merge pull request #71604 from aanderse/redmine-update

    redmine: 3.4.11 -> 3.4.12, 4.0.4 -> 4.0.5 [19.09]
    globin authored Oct 22, 2019
    Copy the full SHA
    a954005 View commit details
  5. Merge pull request #71595 from aanderse/msodbc

    unixODBCDrivers.msodbcsql17: add missing openssl dependency [19.09 backport]
    globin authored Oct 22, 2019
    Copy the full SHA
    88264b3 View commit details
  6. Merge pull request #71411 from risicle/ris-putty-CVE-2019-17069-r19.09

    [r19.09] putty: add patch for CVE-2019-17069
    globin authored Oct 22, 2019
    Copy the full SHA
    511957a View commit details
  7. python.pkgs.pip2nix: mark as broken

    (cherry picked from commit ac148d4)
    FRidh committed Oct 22, 2019
    Copy the full SHA
    1a7c6e6 View commit details
14 changes: 11 additions & 3 deletions pkgs/applications/networking/remote/putty/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, autoconf, automake, pkgconfig, libtool
, gtk2, halibut, ncurses, perl
{ stdenv, lib, fetchurl, fetchpatch, autoconf, automake, pkgconfig, libtool
, gtk2, halibut, ncurses, perl, darwin
}:

stdenv.mkDerivation rec {
@@ -14,6 +14,14 @@ stdenv.mkDerivation rec {
sha256 = "1f66iss0kqk982azmxbk4xfm2i1csby91vdvly6cr04pz3i1r4rg";
};

patches = [
(fetchpatch {
name = "CVE-2019-17069.patch";
url = "https://git.tartarus.org/?p=simon/putty.git;a=patch;h=69201ad8936fe0ff1b8723b7a43accb5e9f1c888";
sha256 = "1gblwc2r26ikb26b22f2r61b2lkjf80pbclfb5dhhkkqal6kbvga";
})
];

preConfigure = lib.optionalString stdenv.hostPlatform.isUnix ''
perl mkfiles.pl
( cd doc ; make );
@@ -38,7 +46,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoconf automake halibut libtool perl pkgconfig ];
buildInputs = lib.optionals stdenv.hostPlatform.isUnix [
gtk2 ncurses
];
] ++ lib.optional stdenv.isDarwin darwin.apple_sdk.libs.utmp;
enableParallelBuilding = true;

meta = with lib; {
5 changes: 4 additions & 1 deletion pkgs/applications/version-management/redmine/4.x/Gemfile
Original file line number Diff line number Diff line change
@@ -16,6 +16,9 @@ gem "nokogiri", (RUBY_VERSION >= "2.3" ? "~> 1.10.0" : "~> 1.9.1")
gem "i18n", "~> 0.7.0"
gem "xpath", "< 3.2.0" if RUBY_VERSION < "2.3"

# TODO: Remove the following line when #32223 is fixed
gem "sprockets", "~> 3.7.2"

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]
gem "rbpdf", "~> 1.19.6"
@@ -27,7 +30,7 @@ end

# Optional gem for OpenID authentication
group :openid do
gem "ruby-openid", "~> 2.3.0", :require => "openid"
gem "ruby-openid", "~> 2.9.2", :require => "openid"
gem "rack-openid"
end

48 changes: 24 additions & 24 deletions pkgs/applications/version-management/redmine/4.x/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -45,8 +45,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
arel (9.0.0)
builder (3.2.3)
capybara (2.18.0)
@@ -56,21 +56,20 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
childprocess (1.0.1)
rake (< 13.0)
childprocess (3.0.0)
concurrent-ruby (1.1.5)
crass (1.0.4)
crass (1.0.5)
css_parser (1.7.0)
addressable
csv (3.0.9)
docile (1.1.5)
erubi (1.8.0)
erubi (1.9.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
htmlentities (4.3.4)
i18n (0.7.0)
json (2.2.0)
loofah (2.2.3)
loofah (2.3.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
@@ -80,18 +79,18 @@ GEM
metaclass (0.0.4)
method_source (0.9.2)
mimemagic (0.3.3)
mini_mime (1.0.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
mocha (1.8.0)
minitest (5.12.2)
mocha (1.9.0)
metaclass (~> 0.0.1)
mysql2 (0.5.2)
net-ldap (0.16.1)
nio4r (2.3.1)
nokogiri (1.10.3)
nio4r (2.5.2)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
pg (1.1.4)
public_suffix (3.1.0)
public_suffix (4.0.1)
puma (3.12.1)
rack (2.0.7)
rack-openid (1.4.2)
@@ -115,34 +114,34 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.2.3)
actionpack (= 5.2.3)
activesupport (= 5.2.3)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (12.3.2)
rake (13.0.0)
rbpdf (1.19.8)
htmlentities
rbpdf-font (~> 1.19.0)
rbpdf-font (1.19.1)
redcarpet (3.4.0)
request_store (1.0.5)
rmagick (2.16.0)
roadie (3.5.0)
roadie (3.5.1)
css_parser (~> 1.4)
nokogiri (~> 1.8)
roadie-rails (1.3.0)
railties (>= 3.0, < 5.3)
roadie (~> 3.1)
rouge (3.3.0)
ruby-openid (2.3.0)
rubyzip (1.2.3)
selenium-webdriver (3.142.3)
childprocess (>= 0.5, < 2.0)
rubyzip (~> 1.2, >= 1.2.2)
ruby-openid (2.9.2)
rubyzip (2.0.0)
selenium-webdriver (3.142.6)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
simplecov (0.14.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
@@ -164,7 +163,7 @@ GEM
websocket-extensions (0.1.4)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.19)
yard (0.9.20)

PLATFORMS
ruby
@@ -193,9 +192,10 @@ DEPENDENCIES
rmagick (~> 2.16.0)
roadie-rails (~> 1.3.0)
rouge (~> 3.3.0)
ruby-openid (~> 2.3.0)
ruby-openid (~> 2.9.2)
selenium-webdriver
simplecov (~> 0.14.1)
sprockets (~> 3.7.2)
tzinfo-data
yard

4 changes: 2 additions & 2 deletions pkgs/applications/version-management/redmine/4.x/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, bundlerEnv, ruby }:

let
version = "4.0.4";
version = "4.0.5";
rubyEnv = bundlerEnv {
name = "redmine-env-${version}";

@@ -16,7 +16,7 @@ in

src = fetchurl {
url = "https://www.redmine.org/releases/${pname}-${version}.tar.gz";
sha256 = "0i5bmgdi3mahbis9hn0hk53rnz4ihp9yij4b4i07ny9vf3n4kp1a";
sha256 = "1s39qd3j27ryn3p01501iavbkyvikdxl3165nk8i8pgxcxlbxsk4";
};

buildInputs = [ rubyEnv rubyEnv.wrappedRuby rubyEnv.bundler ];
Loading