Skip to content

Commit b0b0971

Browse files
authored
Merge pull request #136 from YunoHost-Apps/testing
Fix cover download
2 parents a0528c8 + 43b127d commit b0b0971

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
1818

1919
Browsing, reading and downloading eBooks using a Calibre database
2020

21-
**Shipped version:** 0.96.21~ynh1
21+
**Shipped version:** 0.96.21~ynh2
2222

2323
## Screenshots
2424

README_fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
1818

1919
Explorer, lire et télécharger des eBooks à partir d'une base de données Calibre
2020

21-
**Version incluse :** 0.96.21~ynh1
21+
**Version incluse :** 0.96.21~ynh2
2222

2323
## Captures d’écran
2424

conf/systemd.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ExecStart=/bin/sh -c '__INSTALL_DIR__/venv/bin/python3 __INSTALL_DIR__/cps.py'
1616
NoNewPrivileges=yes
1717
PrivateTmp=yes
1818
PrivateDevices=yes
19-
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
19+
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
2020
RestrictNamespaces=yes
2121
RestrictRealtime=yes
2222
DevicePolicy=closed

doc/PRE_UPGRADE.d/0.96.21~ynh2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This version will fix downloading of book covers from external links.

manifest.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "Calibre-web"
55
description.en = "Browsing, reading and downloading eBooks using a Calibre database"
66
description.fr = "Explorer, lire et télécharger des eBooks à partir d'une base de données Calibre"
77

8-
version = "0.96.21~ynh1"
8+
version = "0.96.21~ynh2"
99

1010
maintainers = ["Krakinou"]
1111

@@ -73,8 +73,6 @@ ram.runtime = "200M"
7373
url = "https://github.com/janeczku/calibre-web/archive/refs/tags/0.6.21.zip"
7474
sha256 = "570afeb74ec6506380e923244088c656921ffc94a616c9da46d68f5f39237fa4"
7575

76-
autoupdate.strategy = "latest_github_release"
77-
autoupdate.asset = ".*.zip"
7876

7977

8078
[resources.sources.kepubify]
@@ -117,4 +115,4 @@ ram.runtime = "200M"
117115
#for reference, dependencies that have been removed in 0.96.21~ynh1:
118116
#python3-lxml : not required in packages as already part of yunohost dependencies
119117
#zlib1g-dev : is part of python3-dev dependencies : not required anymore
120-
#libffi-dev : usage unknown
118+
#libffi-dev : usage unknown

0 commit comments

Comments
 (0)