From 6bc789087ec5542e4e062fd394826c43b3945ccb Mon Sep 17 00:00:00 2001 From: Thomas Legay Date: Wed, 14 Aug 2024 22:00:45 +0200 Subject: [PATCH] update --- ressources/adguardhome/debmaker | 2 +- ressources/authelia/debmaker | 2 +- ressources/bitwarden-desktop/debmaker | 2 +- ressources/element-web/debmaker | 13 ++++------- ressources/forgejo/debmaker | 4 ++-- ressources/joplin-desktop/debmaker | 2 +- ressources/joplin-server/debmaker | 5 ++-- ressources/keycloak/debmaker | 2 +- ressources/kimai2/debmaker | 2 +- ressources/mautrix-whatsapp/debmaker | 2 +- ressources/metabase/debmaker | 2 +- ressources/phpbb/debmaker | 2 +- ressources/roundcubemail/debmaker | 2 +- ressources/tt-rss-plugin-auth-oidc/debmaker | 23 +++++++++++++++++++ .../rootfs/DEBIAN/changelog | 0 .../rootfs/DEBIAN/control | 8 +++++++ ressources/tt-rss-plugin-readability/debmaker | 2 +- ressources/vaultwarden-web/debmaker | 7 +++--- ressources/vaultwarden/debmaker | 2 +- ressources/zigbee2mqtt/debmaker | 4 ++-- 20 files changed, 57 insertions(+), 31 deletions(-) create mode 100755 ressources/tt-rss-plugin-auth-oidc/debmaker create mode 100644 ressources/tt-rss-plugin-auth-oidc/rootfs/DEBIAN/changelog create mode 100644 ressources/tt-rss-plugin-auth-oidc/rootfs/DEBIAN/control diff --git a/ressources/adguardhome/debmaker b/ressources/adguardhome/debmaker index a886f48..d752d31 100755 --- a/ressources/adguardhome/debmaker +++ b/ressources/adguardhome/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.108.0-b.56 +VERSION=0.108.0-b.57 APP=adguardhome DEPOT=https://github.com/AdguardTeam/AdGuardHome.git GIT_VERSION=v${VERSION} diff --git a/ressources/authelia/debmaker b/ressources/authelia/debmaker index 6add84f..35aa8e5 100755 --- a/ressources/authelia/debmaker +++ b/ressources/authelia/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=4.38.9 +VERSION=4.38.10 APP=authelia DEPOT=https://github.com/authelia/authelia.git GIT_VERSION=v${VERSION} diff --git a/ressources/bitwarden-desktop/debmaker b/ressources/bitwarden-desktop/debmaker index 18afcbb..24e7e43 100755 --- a/ressources/bitwarden-desktop/debmaker +++ b/ressources/bitwarden-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2024.6.3 +VERSION=2024.7.1 APP=bitwarden-desktop DEPOT=https://github.com/bitwarden/clients.git GIT_VERSION=desktop-v${VERSION} diff --git a/ressources/element-web/debmaker b/ressources/element-web/debmaker index 96f34fa..6a259f8 100755 --- a/ressources/element-web/debmaker +++ b/ressources/element-web/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.11.67 +VERSION=1.11.74 APP=element-web DEPOT=https://github.com/vector-im/element-web.git GIT_VERSION=v${VERSION} @@ -11,18 +11,13 @@ PACKAGE_DEPENDENCY="yarn nodejs" main(){ base_package_upgrade - envinit - get_git_source + configure_depot_yarn + configure_depot_nodejs 20 + install_package_dependency build makedeb } -envinit() { - configure_depot_yarn - configure_depot_nodejs 18 - install_package_dependency -} - build() { cd /tmp/${APP} yarn install diff --git a/ressources/forgejo/debmaker b/ressources/forgejo/debmaker index 81af2d7..698ec33 100755 --- a/ressources/forgejo/debmaker +++ b/ressources/forgejo/debmaker @@ -1,12 +1,12 @@ #!/bin/bash -VERSION=7.0.5 +VERSION=8.0.1 APP=forgejo DEPOT=https://codeberg.org/forgejo/forgejo GIT_VERSION=v${VERSION} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bookworm -IMAGE_SIZE=6 +IMAGE_SIZE=8 PACKAGE_DEPENDENCY="build-essential nodejs" main() { diff --git a/ressources/joplin-desktop/debmaker b/ressources/joplin-desktop/debmaker index e2f3766..78d60d3 100755 --- a/ressources/joplin-desktop/debmaker +++ b/ressources/joplin-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=3.0.10 +VERSION=3.1.1 APP=joplin-desktop GIT_VERSION=v${VERSION} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) diff --git a/ressources/joplin-server/debmaker b/ressources/joplin-server/debmaker index b7da54d..8c25934 100755 --- a/ressources/joplin-server/debmaker +++ b/ressources/joplin-server/debmaker @@ -1,12 +1,12 @@ #!/bin/bash -VERSION=2.13.5 +VERSION=3.0.1 APP=joplin-server GIT_VERSION=server-v${VERSION} DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEPOT=https://github.com/laurent22/joplin.git DEBIAN_VERSION_CODENAME=bookworm -IMAGE_SIZE=12 +IMAGE_SIZE=16 PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn" main(){ @@ -20,7 +20,6 @@ main(){ } build() { - rm -fr /tmp/${APP}/packages/app-mobile cd /tmp/${APP}/ BUILD_SEQUENCIAL=1 yarn install } diff --git a/ressources/keycloak/debmaker b/ressources/keycloak/debmaker index c33a19f..512c056 100755 --- a/ressources/keycloak/debmaker +++ b/ressources/keycloak/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=25.0.1 +VERSION=25.0.2 APP=keycloak DEPOT=https://github.com/keycloak/keycloak.git GIT_VERSION=${VERSION} diff --git a/ressources/kimai2/debmaker b/ressources/kimai2/debmaker index a038b8f..0b0d7e6 100755 --- a/ressources/kimai2/debmaker +++ b/ressources/kimai2/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.18.0 +VERSION=2.20.1 APP=kimai2 DEPOT=https://github.com/kevinpapst/kimai2.git GIT_VERSION=${VERSION} diff --git a/ressources/mautrix-whatsapp/debmaker b/ressources/mautrix-whatsapp/debmaker index f59c4b2..8068edd 100755 --- a/ressources/mautrix-whatsapp/debmaker +++ b/ressources/mautrix-whatsapp/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.10.8 +VERSION=0.10.9 APP=mautrix-whatsapp DEPOT=https://github.com/mautrix/whatsapp.git GIT_VERSION=v${VERSION} diff --git a/ressources/metabase/debmaker b/ressources/metabase/debmaker index 553e234..56f1476 100755 --- a/ressources/metabase/debmaker +++ b/ressources/metabase/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.50.7 +VERSION=0.50.19.3 APP=metabase DEPOT=https://github.com/metabase/metabase.git GIT_VERSION=v$VERSION diff --git a/ressources/phpbb/debmaker b/ressources/phpbb/debmaker index 1770738..999fdcb 100755 --- a/ressources/phpbb/debmaker +++ b/ressources/phpbb/debmaker @@ -5,7 +5,7 @@ APP=phpbb DEPOT=https://github.com/phpbb/phpbb.git GIT_VERSION=release-$VERSION DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) -DEBIAN_VERSION_CODENAME=bullseye +DEBIAN_VERSION_CODENAME=bookworm IMAGE_SIZE=2 PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip php-cli" diff --git a/ressources/roundcubemail/debmaker b/ressources/roundcubemail/debmaker index c417f31..1c35c35 100755 --- a/ressources/roundcubemail/debmaker +++ b/ressources/roundcubemail/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.6.7 +VERSION=1.6.8 APP=roundcubemail DEPOT=https://github.com/roundcube/roundcubemail.git GIT_VERSION=${VERSION} diff --git a/ressources/tt-rss-plugin-auth-oidc/debmaker b/ressources/tt-rss-plugin-auth-oidc/debmaker new file mode 100755 index 0000000..96a1288 --- /dev/null +++ b/ressources/tt-rss-plugin-auth-oidc/debmaker @@ -0,0 +1,23 @@ +#!/bin/bash + +APP=tt-rss-plugin-auth-oidc +GIT_VERSION=last +DEB_VERSION=$(date +%Y%m%d%H%M) +DEBIAN_VERSION_CODENAME=bookworm +IMAGE_SIZE=1 +DEPOT=https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-auth-oidc.git + +main(){ + base_package_upgrade + get_git_source + makedeb +} + +makedeb(){ + PATH_DEB=/tmp/src/rootfs + mkdir -p ${PATH_DEB}/usr/share/tt-rss/plugins/ + cp -fr /tmp/${APP} ${PATH_DEB}/usr/share/tt-rss/plugins/auth_oidc + + sed -i "s/%VERSION%/$DEB_VERSION/" ${PATH_DEB}/DEBIAN/control + fakeroot dpkg-deb -Z gzip --build ${PATH_DEB} /tmp/dist +} diff --git a/ressources/tt-rss-plugin-auth-oidc/rootfs/DEBIAN/changelog b/ressources/tt-rss-plugin-auth-oidc/rootfs/DEBIAN/changelog new file mode 100644 index 0000000..e69de29 diff --git a/ressources/tt-rss-plugin-auth-oidc/rootfs/DEBIAN/control b/ressources/tt-rss-plugin-auth-oidc/rootfs/DEBIAN/control new file mode 100644 index 0000000..7cc5712 --- /dev/null +++ b/ressources/tt-rss-plugin-auth-oidc/rootfs/DEBIAN/control @@ -0,0 +1,8 @@ +Package: tt-rss-plugin-auth-oidc +Version: %VERSION% +Section: contrib +Priority: optional +Architecture: all +Depends: tt-rss, php-curl +Maintainer: Thomas Legay +Description: tt-rss-plugin-auth-oidc diff --git a/ressources/tt-rss-plugin-readability/debmaker b/ressources/tt-rss-plugin-readability/debmaker index 9bdfc5a..a94bc2d 100755 --- a/ressources/tt-rss-plugin-readability/debmaker +++ b/ressources/tt-rss-plugin-readability/debmaker @@ -3,7 +3,7 @@ APP=tt-rss-plugin-readability GIT_VERSION=last DEB_VERSION=$(date +%Y%m%d%H%M) -DEBIAN_VERSION_CODENAME=bullseye +DEBIAN_VERSION_CODENAME=bookworm IMAGE_SIZE=1 DEPOT=https://dev.tt-rss.org/tt-rss/ttrss-af-readability.git diff --git a/ressources/vaultwarden-web/debmaker b/ressources/vaultwarden-web/debmaker index cc3a3df..7824c09 100755 --- a/ressources/vaultwarden-web/debmaker +++ b/ressources/vaultwarden-web/debmaker @@ -1,8 +1,9 @@ #!/bin/bash -VERSION=2024.5.1 +VERSION=2024.6.2 APP=vaultwarden-web -GIT_VERSION=v$VERSION +BITWARDEN_VERSION=v${VERSION} +GIT_VERSION=${BITWARDEN_VERSION}b DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bookworm IMAGE_SIZE=5 @@ -21,7 +22,7 @@ main(){ build() { export NODE_OPTIONS=--max-old-space-size=8192 cd /tmp/${APP} - echo $GIT_VERSION | ./package_web_vault.sh + echo ${BITWARDEN_VERSION} | ./package_web_vault.sh } makedeb(){ diff --git a/ressources/vaultwarden/debmaker b/ressources/vaultwarden/debmaker index 49fb3db..5f76739 100755 --- a/ressources/vaultwarden/debmaker +++ b/ressources/vaultwarden/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.30.5 +VERSION=1.32.0 APP=vaultwarden GIT_VERSION=$VERSION DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) diff --git a/ressources/zigbee2mqtt/debmaker b/ressources/zigbee2mqtt/debmaker index 11b2473..bb1acc8 100755 --- a/ressources/zigbee2mqtt/debmaker +++ b/ressources/zigbee2mqtt/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.38.0 +VERSION=1.39.1 APP=zigbee2mqtt DEPOT=https://github.com/Koenkk/zigbee2mqtt.git GIT_VERSION=${VERSION} @@ -11,7 +11,7 @@ PACKAGE_DEPENDENCY="nodejs make g++ gcc" main(){ base_package_upgrade - configure_depot_nodejs 18 + configure_depot_nodejs 20 install_package_dependency get_git_source build