From f50194a7c6b6bb02d47ec2859e8c50eca308a083 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 26 Sep 2021 08:12:38 +0200 Subject: [PATCH] Upgrade to 2.0.33 --- .DS_Store | Bin 0 -> 8196 bytes .github/ISSUE_TEMPLATE.md | 55 +++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 16 +++++++++ conf/amd64.src | 4 +-- conf/arm5.src | 4 +-- conf/arm6.src | 4 +-- conf/arm64.src | 4 +-- conf/arm7.src | 4 +-- manifest.json | 2 +- 9 files changed, 82 insertions(+), 11 deletions(-) create mode 100644 .DS_Store create mode 100755 .github/ISSUE_TEMPLATE.md create mode 100755 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..983d333e9bd0d1b20ab8137266d290e1be1424ac GIT binary patch literal 8196 zcmeHMOKjXk82-N`O}xZSoEB&>o3d>PX(5n@N>M0Eo$i(wu6dggDS31X4M0=>^0E@x1Vl$En(Ea{{4?dZd}p zJOBUBj6Z+l(eEW9>?xR?M2$qGa22T4a&ws??4p*Him<1W5gbo6O9jd}UNM<*%DkhF zh=GWKh=GWKh=GWKD}ez%vqe$XIQOMBY9j_B2Chm5#QPz^RiF`KNn-Ho;3h}`7^}ED zD16O%KoFA%(Fn05F$m=`W%htD6k&=18P4{EaA!0^EJ>8%1Q|{UXGWNzAef!w5`jCx zkQlWQ0}%t|42aylhVGylvdO(z(4Td4LwQTs$Fr_en9F%nT0=JNWD8E(w|X6C z#D3J`zIrd4cO7TQ^=vWBctmf)<|##> zhS*ZwrudeYTibVZ_av9=wT2BFuT|B9wrS;j`(fM4k1g1yKRcQBvR2Ntb2H;b+p{x{ zHJVG$Sq=Cz77L;pZ_xFLLdJfiVEae4WOp}Lncpoz%|8argmD9{#!Te`XOOS z<}Gf`FyNL}T^;qr%F?0ZZEdPLdc@9|nio#h(W&ZVPC8>bni-Sx+__WL$BU9xZGYH# z_byeR$hvcLd@Ei9+QRPLhOQqLGY_Oae{kN)@v6>*)2Dbsqz6Ce^($u^lz~hob$Q&e9Jo*uOxiX0dK$p>AQ3wxc@` zX%Z>ii$NCZFh($j!|!{c}&6zp-F#ItxFFW^PIhS%{1-oz44 z;WXaE`z+uO@fp4p;$0=#fmM<{S1#G&NIvJdxf!;s2>sHa=vTzRzrcVv`?)lV{D1G- z-~R)rsEHVe82EoOfU49;Y7gJrTBnW3wG&*Yxr!qEN)m$*ZiI{I57KeQ3x62$bt1GG XA(kYvh0A~bAs{;c1Ky+N>So|?A`Pl2 literal 0 HcmV?d00001 diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100755 index 0000000..2729a6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,55 @@ +--- +name: Bug report +about: When creating a bug report, please use the following template to provide all the relevant information and help debugging efficiently. + +--- + +**How to post a meaningful bug report** +1. *Read this whole template first.* +2. *Determine if you are on the right place:* + - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!* + - *Otherwise, the issue may be due to the app itself. Refer to its documentation or repository for help.* + - *When in doubt, post here and we will figure it out together.* +3. *Delete the italic comments as you write over them below, and remove this guide.* +--- + +### Describe the bug + +*A clear and concise description of what the bug is.* + +### Context + +- Hardware: *VPS bought online / Old laptop or computer / Raspberry Pi at home / Internet Cube with VPN / Other ARM board / ...* +- YunoHost version: x.x.x +- I have access to my server: *Through SSH | through the webadmin | direct access via keyboard / screen | ...* +- Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: *no / yes* + - If yes, please explain: +- Using, or trying to install package version/branch: +- If upgrading, current package version: *can be found in the admin, or with `yunohost app info $app_id`* + +### Steps to reproduce + +- *If you performed a command from the CLI, the command itself is enough. For example:* + ```sh + sudo yunohost app install the_app + ``` +- *If you used the webadmin, please perform the equivalent command from the CLI first.* +- *If the error occurs in your browser, explain what you did:* + 1. *Go to '...'* + 2. *Click on '...'* + 3. *Scroll down to '...'* + 4. *See error* + +### Expected behavior + +*A clear and concise description of what you expected to happen. You can remove this section if the command above is enough to understand your intent.* + +### Logs + +*When an operation fails, YunoHost provides a simple way to share the logs.* +- *In the webadmin, the error message contains a link to the relevant log page. On that page, you will be able to 'Share with Yunopaste'. If you missed it, the logs of previous operations are also available under Tools > Logs.* +- *In command line, the command to share the logs is displayed at the end of the operation and looks like `yunohost log display [log name] --share`. If you missed it, you can find the log ID of a previous operation using `yunohost log list`.* + +*After sharing the log, please copypaste directly the link provided by YunoHost (to help readability, no need to copypaste the entire content of the log here, just the link is enough...)* + +*If applicable and useful, add screenshots to help explain your problem.* diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100755 index 0000000..ef70e18 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## Problem + +- *Description of why you made this PR* + +## Solution + +- *And how do you fix that problem* + +## PR Status + +- [ ] Code finished and ready to be reviewed/tested +- [ ] The fix/enhancement were manually tested (if applicable) + +## Automatic tests + +Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ *after creating the PR*, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization) diff --git a/conf/amd64.src b/conf/amd64.src index fd4cceb..518e1c3 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-amd64 -SOURCE_SUM=4ff864b067f9e5fa4aa7550b9ff8ec45be8673d991ebd40aece5dcdbdc2b063a +SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-linux-amd64 +SOURCE_SUM=fa1996c1d6d6dae58b7f009ea484b92f7b7bba322fd483213332147e359e811d SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=miniflux diff --git a/conf/arm5.src b/conf/arm5.src index e2f183b..cf88e5f 100644 --- a/conf/arm5.src +++ b/conf/arm5.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-armv5 -SOURCE_SUM=45f2c16f18d82eb339f2db365c9ba7c284704f97a87a90ee6c6d0753bbb69c25 +SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-linux-armv5 +SOURCE_SUM=f0e11903bb3688ab4aa08746b4f904c9a71c94d5f005cc4f5d3fdbb58745c3de SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=miniflux diff --git a/conf/arm6.src b/conf/arm6.src index 614701d..d800dcd 100644 --- a/conf/arm6.src +++ b/conf/arm6.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-armv6 -SOURCE_SUM=947babb72998eae246a1e84e9613756dd30651ee03213aa9f37c0272e7b69157 +SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-linux-armv6 +SOURCE_SUM=7aa84c40f3b272cd67c1a599710e8979e08bb715360d065b4578fc5c6a97d9c3 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=miniflux diff --git a/conf/arm64.src b/conf/arm64.src index 686b9a4..b99cb00 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-arm64 -SOURCE_SUM=b0561ccb88d0a21864b7d5165a2caa60443b642215c29e37ad88c0dc72ac5458 +SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-linux-arm64 +SOURCE_SUM=e5a98f987c6b019459d42f56f2d2566f13aa3e06b808f27fb5b602fcbe8f0c57 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=miniflux diff --git a/conf/arm7.src b/conf/arm7.src index e1ce5eb..f0f38fb 100644 --- a/conf/arm7.src +++ b/conf/arm7.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-armv7 -SOURCE_SUM=fda79571cb8fc316e61f1853d3f95d39c961ad48d6de4e5f98b119442abb6e39 +SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-linux-armv7 +SOURCE_SUM=41a2c6bc2d90062badd001df576a8d82621b304b3059dca64441c73ca4ce707c SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=miniflux diff --git a/manifest.json b/manifest.json index 73e1e0d..f001844 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Minimalist and opinionated RSS feed reader", "fr": "Agrégateur de flux RSS minimaliste" }, - "version": "2.0.32~ynh1", + "version": "2.0.33~ynh1", "url": "https://miniflux.app/", "upstream": { "license": "Apache-2.0",