Skip to content

Commit

Permalink
v8.18
Browse files Browse the repository at this point in the history
- DietPi-Software | Domoticz: Resolved an issue where the service start failed because the new version of Domoticz depends on the GnuTLS variant of libcurl instead of the OpenSSL one. This however means that is can run on Debian Bookworm now. Many thanks to @IgrekLg for reporting this issue: #6404
  • Loading branch information
MichaIng committed Jun 1, 2023
1 parent a02120f commit accd758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Bug fixes:
- DietPi-DDNS | Resolved an issue where the IP sync failed because the API URL changed recently. Many thanks to @ma651851384 for implementing the update: https://github.com/MichaIng/DietPi/pull/6375
- DietPi-Software | Restic: Resolved an issue where Restic was installed without executable flag. Many thanks to @lima1 for reporting this issue: https://github.com/MichaIng/DietPi/pull/6350#issuecomment-1537656560
- DietPi-Software | Domoticz: Resolved an issue where the installation failed when trying to unpack the tarball. Many thanks to @mcnahum for reporting this issue: https://github.com/MichaIng/DietPi/issues/6369
- DietPi-Software | Domoticz: Resolved an issue where the service start failed because the new version of Domoticz depends on the GnuTLS variant of libcurl instead of the OpenSSL one. This however means that is can run on Debian Bookworm now. Many thanks to @IgrekLg for reporting this issue: https://github.com/MichaIng/DietPi/issues/6404
- DietPi-Software | motionEye: Resolved an issue where the installation failed on ARMv6, ARMv7 and RISC-V Bookworm systems due to missing build dependencies. Many thanks to @magicfoxt-magicfox for reporting this issue: https://github.com/MichaIng/DietPi/issues/6333
- DietPi-Software | LXQt: Resolved an issue on Bookworm systems where the install failed since configs were missing.
- DietPi-Software | TigerVNC: Resolved an issue on Bookworm systems where the VNC password was not set as expected since the tigervncpasswd command became a dedicated DEB package "tigervnc-tools".
Expand Down
4 changes: 1 addition & 3 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -1521,8 +1521,6 @@ Available commands:
aSOFTWARE_DESC[$software_id]='Open source home automation platform'
aSOFTWARE_CATX[$software_id]=17
aSOFTWARE_DOCS[$software_id]='https://dietpi.com/docs/software/home_automation/#domoticz'
# - Bookworm: No libssl3 support: https://github.com/domoticz/domoticz/issues/5233
aSOFTWARE_AVAIL_G_DISTRO[$software_id,7]=0
#------------------
software_id=27
aSOFTWARE_NAME[$software_id]='TasmoAdmin'
Expand Down Expand Up @@ -11569,7 +11567,7 @@ _EOF_
if To_Install 140 domoticz # Domoticz
then
# APT deps
aDEPS=('libusb-0.1-4')
aDEPS=('libusb-0.1-4 libcurl3-gnutls') # https://github.com/MichaIng/DietPi/issues/6404

Download_Install "https://releases.domoticz.com/releases/release/domoticz_linux_${G_HW_ARCH_NAME/armv6l/armv7l}.tgz" ./domoticz
# Reinstall: Clean old install dir
Expand Down

0 comments on commit accd758

Please sign in to comment.