diff --git a/conf/app.src b/conf/app.src index 78ee0b2..ebaaf08 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/outline/outline/archive/refs/tags/v0.67.0.zip -SOURCE_SUM=2fc6f8af630f53ed3be6d562cd6dea517e4c572debd663305e1ed53945d76797 +SOURCE_URL=https://github.com/outline/outline/archive/21ce145f67b26cd7c4493258c65b5d1731b23a79.zip +SOURCE_SUM=610604b495a7972fd5140d14d53b8e1b891e9caf0aec53856cbe229f5c76eb77 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index f2b1476..a83b23a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Wiki and knowledge base for teams", "fr": "Wiki et base de connaissances pour les équipes" }, - "version": "0.67.0~ynh1", + "version": "0.67.2~ynh1", "url": "www.getoutline.com", "upstream": { "license": "BUSL-1.1", diff --git a/sources/patches/app-02-email.patch b/sources/patches/app-02-email.patch index 22a0724..475ab66 100644 --- a/sources/patches/app-02-email.patch +++ b/sources/patches/app-02-email.patch @@ -1,11 +1,12 @@ diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx -index 669d00388..ccc5c047f 100644 +index 0d4dea367..5857ccb8a 100644 --- a/server/emails/mailer.tsx +++ b/server/emails/mailer.tsx -@@ -121,6 +121,7 @@ export class Mailer { +@@ -123,6 +123,7 @@ export class Mailer { : { rejectUnauthorized: false, }, + ignoreTLS:true }; } + \ No newline at end of file