Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ef955ecb1ea1
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 92e20dc02099
Choose a head ref
  • 13 commits
  • 12 files changed
  • 6 contributors

Commits on Apr 4, 2020

  1. firefox: update for version 74

    andir committed Apr 4, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    veprbl Dmitry Kalinkin
    Copy the full SHA
    f9c866e View commit details
  2. nss_3_51: init at 3.51

    This is a backport to support building stable firefox version on the
    stable release channel. Firefox has some very strict requirements on
    it's dependencies. Since we do not want to use bundled versions of
    dependencies this backport is required fore Firefox >=74.
    andir committed Apr 4, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    c3a43d9 View commit details
  3. sqlite_3_31_1: init at 3.31.1

    This is a backport to support building stable firefox version on the
    stable release channel. Firefox has some very strict requirements on
    it's dependencies. Since we do not want to use bundled versions of
    dependencies this backport is required fore Firefox >=74.
    andir committed Apr 4, 2020
    Copy the full SHA
    5fd7060 View commit details
  4. firefox: 73.0.1 -> 74.0.1

    andir committed Apr 4, 2020
    Copy the full SHA
    5e9c65a View commit details
  5. Copy the full SHA
    d44c85f View commit details
  6. firefox-bin: 74.0 -> 74.0.1

    andir committed Apr 4, 2020
    Copy the full SHA
    4fccf16 View commit details
  7. Copy the full SHA
    22f3fc1 View commit details
  8. Copy the full SHA
    30e54a0 View commit details
  9. Copy the full SHA
    1d13409 View commit details
  10. emacsPackages.lua-mode: Fix hash

    for the third time...
    
    (cherry picked from commit df594f1)
    bqv authored and infinisil committed Apr 4, 2020
    Copy the full SHA
    01ac831 View commit details
  11. Merge pull request #84248 from andir/20.03/firefox

    [20.03] update firefox to latests stable (secure) release
    samueldr authored Apr 4, 2020
    Copy the full SHA
    17af97f View commit details
  12. nixos/nextcloud: prevent warning about missing X-Frame-Option

    (cherry picked from commit 119a7aa)
    bachp authored and nlewo committed Apr 4, 2020
    Copy the full SHA
    7c9e1ec View commit details

Commits on Apr 5, 2020

  1. nexus: 3.20.1-01 -> 3.22.0-02

    (cherry picked from commit e10b507)
    See
    https://help.sonatype.com/repomanager3/release-notes/2020-release-notes
    for security fixes details.
    armin1402 authored and nlewo committed Apr 5, 2020
    Copy the full SHA
    92e20dc View commit details
2 changes: 2 additions & 0 deletions nixos/modules/services/web-apps/nextcloud.nix
Original file line number Diff line number Diff line change
@@ -561,6 +561,7 @@ in {
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
add_header X-Frame-Options sameorigin;
add_header Referrer-Policy no-referrer;
access_log off;
'';
@@ -575,6 +576,7 @@ in {
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
add_header X-Frame-Options sameorigin;
add_header Referrer-Policy no-referrer;
add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always;
error_page 403 /core/templates/403.php;
Original file line number Diff line number Diff line change
@@ -57038,7 +57038,7 @@
1434
],
"commit": "1f596a93b3f1caadd7bba01030f8c179b029600b",
"sha256": "0fdnkv37m7nf8yjjf01c856g2wrzyzqicv67fnbrnx7abrrfb1nd"
"sha256": "0swnan2v2lc7s1jsnmkyzv7gajx08akgm6dvbsgm5hzp0mjbbpy4"
},
"stable": {
"version": [
Loading