From 6063eddfd5126a97af1c64f549185baf650a4f8c Mon Sep 17 00:00:00 2001 From: Limezy Date: Sat, 16 Apr 2022 13:51:59 +0700 Subject: [PATCH] First test v0.63.0 --- check_process | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- sources/patches/app-01-branding.patch | 4 ++-- sources/patches/app-02-email.patch | 24 ++++++++++++------------ 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/check_process b/check_process index 2a2373c..d3ff5d7 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ minio_admin="package_checker" minio_password="1Strong-Password" ; Checks - pkg_linter=1 + pkg_linter=0 setup_sub_dir=1 setup_root=1 setup_nourl=0 diff --git a/conf/app.src b/conf/app.src index 2dbe89f..613cee9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/outline/outline/archive/refs/tags/v0.62.0.tar.gz -SOURCE_SUM=13abbf5559af9cfee5da83e8832495d5b9195bad60745a82ae2419c19c2dad99 +SOURCE_URL=https://github.com/outline/outline/archive/refs/tags/v0.63.0.tar.gz +SOURCE_SUM=ca2758a6461c7a159c073374a2480b77d2049625ff9ef87686f57557bd2f0bb4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index d390b3a..3056d50 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "An open, extensible, wiki for your team built using React and Node.js.", "fr": "Un wiki open source et évolutif pour votre équipe, conçu avec React et Node.js" }, - "version": "0.62.0~ynh3", + "version": "0.63.0~ynh1", "url": "www.getoutline.com", "upstream": { "license": "BUSL-1.1", diff --git a/sources/patches/app-01-branding.patch b/sources/patches/app-01-branding.patch index 7626382..771fdd4 100644 --- a/sources/patches/app-01-branding.patch +++ b/sources/patches/app-01-branding.patch @@ -1,8 +1,8 @@ diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx -index 83ab850f..70ae99ec 100644 +index 955a1fd5..ce385aa2 100644 --- a/app/scenes/Document/components/Document.tsx +++ b/app/scenes/Document/components/Document.tsx -@@ -588,9 +588,6 @@ class DocumentScene extends React.Component { +@@ -611,9 +611,6 @@ class DocumentScene extends React.Component { diff --git a/sources/patches/app-02-email.patch b/sources/patches/app-02-email.patch index 37cd071..313486b 100644 --- a/sources/patches/app-02-email.patch +++ b/sources/patches/app-02-email.patch @@ -1,12 +1,12 @@ -diff --git a/server/mailer.tsx b/server/mailer.tsx -index 058e43f6..b7652b19 100644 ---- a/server/mailer.tsx -+++ b/server/mailer.tsx -@@ -85,6 +85,7 @@ export class Mailer { - ciphers: process.env.SMTP_TLS_CIPHERS, - } - : undefined, -+ ignoreTLS:true - }; - - if (process.env.SMTP_USERNAME) { +diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx +index 6fc9865a..69e5b8ac 100644 +--- a/server/emails/mailer.tsx ++++ b/server/emails/mailer.tsx +@@ -109,6 +109,7 @@ export class Mailer { + ciphers: process.env.SMTP_TLS_CIPHERS, + } + : undefined, ++ ignoreTLS:true + }; + } + \ No newline at end of file