forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
discourse: 2.9.0.beta9 -> 2.9.0.beta10
- Loading branch information
Showing
25 changed files
with
392 additions
and
511 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
pkgs/servers/web-apps/discourse/action_mailer_ca_cert.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
diff --git a/config/environments/production.rb b/config/environments/production.rb | ||
index a523888a8d..422c2c1ee8 100644 | ||
index 6b73c82e9d..0cefea6fc0 100644 | ||
--- a/config/environments/production.rb | ||
+++ b/config/environments/production.rb | ||
@@ -32,6 +32,7 @@ Discourse::Application.configure do | ||
@@ -32,5 +32,6 @@ Discourse::Application.configure do | ||
user_name: GlobalSetting.smtp_user_name, | ||
password: GlobalSetting.smtp_password, | ||
authentication: GlobalSetting.smtp_authentication, | ||
+ ca_file: "/etc/ssl/certs/ca-certificates.crt", | ||
enable_starttls_auto: GlobalSetting.smtp_enable_start_tls | ||
} | ||
|
||
enable_starttls_auto: GlobalSetting.smtp_enable_start_tls, | ||
open_timeout: GlobalSetting.smtp_open_timeout, | ||
read_timeout: GlobalSetting.smtp_read_timeout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 14 additions & 34 deletions
48
pkgs/servers/web-apps/discourse/plugins/discourse-github/Gemfile.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,27 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.8.0) | ||
public_suffix (>= 2.0.2, < 5.0) | ||
faraday (1.10.1) | ||
faraday-em_http (~> 1.0) | ||
faraday-em_synchrony (~> 1.0) | ||
faraday-excon (~> 1.1) | ||
faraday-httpclient (~> 1.0) | ||
faraday-multipart (~> 1.0) | ||
faraday-net_http (~> 1.0) | ||
faraday-net_http_persistent (~> 1.0) | ||
faraday-patron (~> 1.0) | ||
faraday-rack (~> 1.0) | ||
faraday-retry (~> 1.0) | ||
addressable (2.8.1) | ||
public_suffix (>= 2.0.2, < 6.0) | ||
faraday (2.5.2) | ||
faraday-net_http (>= 2.0, < 3.1) | ||
ruby2_keywords (>= 0.0.4) | ||
faraday-em_http (1.0.0) | ||
faraday-em_synchrony (1.0.0) | ||
faraday-excon (1.1.0) | ||
faraday-httpclient (1.0.1) | ||
faraday-multipart (1.0.4) | ||
multipart-post (~> 2) | ||
faraday-net_http (1.0.1) | ||
faraday-net_http_persistent (1.2.0) | ||
faraday-patron (1.0.0) | ||
faraday-rack (1.0.0) | ||
faraday-retry (1.0.3) | ||
multipart-post (2.2.3) | ||
octokit (4.22.0) | ||
faraday (>= 0.9) | ||
sawyer (~> 0.8.0, >= 0.5.3) | ||
public_suffix (4.0.7) | ||
faraday-net_http (3.0.0) | ||
octokit (5.6.1) | ||
faraday (>= 1, < 3) | ||
sawyer (~> 0.9) | ||
public_suffix (5.0.0) | ||
ruby2_keywords (0.0.5) | ||
sawyer (0.8.2) | ||
sawyer (0.9.2) | ||
addressable (>= 2.3.5) | ||
faraday (> 0.8, < 2.0) | ||
faraday (>= 0.17.3, < 3) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
octokit (= 4.22.0) | ||
sawyer (= 0.8.2) | ||
octokit (= 5.6.1) | ||
sawyer (= 0.9.2) | ||
|
||
BUNDLED WITH | ||
2.3.9 | ||
2.3.22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.