Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2021-08-17 16:47:12 +0300
committernachoparker <nacho@ownyourbits.com>2021-08-17 16:47:17 +0300
commit9642cf91d4c72274b0a4cfccdcce84ff1340b167 (patch)
tree625bc772d79dd5cc79054da03d512275ae789ea0
parent956eea46244bba67c4c5a4376e45fa518f20461f (diff)
unattended-upgrades: update raspbian originsv1.38.3
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--bin/ncp/UPDATES/unattended-upgrades.sh1
-rw-r--r--changelog.md6
2 files changed, 5 insertions, 2 deletions
diff --git a/bin/ncp/UPDATES/unattended-upgrades.sh b/bin/ncp/UPDATES/unattended-upgrades.sh
index df4ec8bb..6b70fdbd 100644
--- a/bin/ncp/UPDATES/unattended-upgrades.sh
+++ b/bin/ncp/UPDATES/unattended-upgrades.sh
@@ -34,6 +34,7 @@ Unattended-Upgrade::Origins-Pattern {
o=Debian,n=$RELEASE;
o=deb.sury.org,n=$RELEASE;
o="Raspberry Pi Foundation",n=$RELEASE;
+o="Raspbian",n=$RELEASE;
}
Dpkg::Options {
"--force-confdef";
diff --git a/changelog.md b/changelog.md
index 450bcdac..f7057dc9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,11 @@
-[v1.38.2](https://github.com/nextcloud/nextcloudpi/commit/537925c) (2021-08-16) nc-restore: try to detect old datadir in dataless restoration
+[v1.38.3](https://github.com/nextcloud/nextcloudpi/commit/1a2304a) (2021-08-17) unattended-upgrades: update raspbian origins
+
+[v1.38.2](https://github.com/nextcloud/nextcloudpi/commit/956eea4) (2021-08-16) nc-restore: try to detect old datadir in dataless restoration
[v1.38.1 ](https://github.com/nextcloud/nextcloudpi/commit/4f29d94) (2021-08-16) nextcloud.conf.sh: Prevent apache config test output to end up in generated template
-[v1.38.0](https://github.com/nextcloud/nextcloudpi/commit/6e2dca5) (2021-08-09) upgrade to NC20.0.12
+[v1.38.0 ](https://github.com/nextcloud/nextcloudpi/commit/6e2dca5) (2021-08-09) upgrade to NC20.0.12
[v1.37.9 ](https://github.com/nextcloud/nextcloudpi/commit/b8c1409) (2021-08-09) letsencrypt: ability to disable it and roll back to self-signed certificates