updated version to 21.2
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# 21.2 (tbd)
|
# 21.2 (2021-02-07)
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
* fix for UDP device connection issue
|
* fix for UDP device connection issue
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Contributor: Milan Knizek <knizek volny cz>
|
# Contributor: Milan Knizek <knizek volny cz>
|
||||||
# Usage: makepkg
|
# Usage: makepkg
|
||||||
pkgname=ebusd
|
pkgname=ebusd
|
||||||
pkgver=21.1
|
pkgver=21.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
||||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Usage: makepkg -p PKGBUILD.git
|
# Usage: makepkg -p PKGBUILD.git
|
||||||
pkgname=ebusd-git
|
pkgname=ebusd-git
|
||||||
_gitname=ebusd
|
_gitname=ebusd
|
||||||
pkgver=21.1
|
pkgver=21.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
||||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
ENV EBUSD_ARCH amd64
|
ENV EBUSD_ARCH amd64
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
|
|
||||||
RUN git clone https://github.com/john30/ebusd.git /build \
|
RUN git clone https://github.com/john30/ebusd.git /build \
|
||||||
&& ./make_debian.sh
|
&& ./make_debian.sh
|
||||||
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
LABEL maintainer "ebusd@ebusd.eu"
|
||||||
|
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
ENV EBUSD_ARCH amd64
|
ENV EBUSD_ARCH amd64
|
||||||
|
|
||||||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
|
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
ENV EBUSD_ARCH arm32v5
|
ENV EBUSD_ARCH arm32v5
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
|
|
||||||
RUN git clone https://github.com/john30/ebusd.git /build \
|
RUN git clone https://github.com/john30/ebusd.git /build \
|
||||||
&& ./make_debian.sh
|
&& ./make_debian.sh
|
||||||
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
LABEL maintainer "ebusd@ebusd.eu"
|
||||||
|
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
ENV EBUSD_ARCH arm32v5
|
ENV EBUSD_ARCH arm32v5
|
||||||
|
|
||||||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
|
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
ENV EBUSD_ARCH arm32v7
|
ENV EBUSD_ARCH arm32v7
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
|
|
||||||
RUN git clone https://github.com/john30/ebusd.git /build \
|
RUN git clone https://github.com/john30/ebusd.git /build \
|
||||||
&& ./make_debian.sh
|
&& ./make_debian.sh
|
||||||
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
LABEL maintainer "ebusd@ebusd.eu"
|
||||||
|
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
ENV EBUSD_ARCH arm32v7
|
ENV EBUSD_ARCH arm32v7
|
||||||
|
|
||||||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
|
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
ENV EBUSD_ARCH arm64v8
|
ENV EBUSD_ARCH arm64v8
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
|
|
||||||
RUN git clone https://github.com/john30/ebusd.git /build \
|
RUN git clone https://github.com/john30/ebusd.git /build \
|
||||||
&& ./make_debian.sh
|
&& ./make_debian.sh
|
||||||
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
LABEL maintainer "ebusd@ebusd.eu"
|
||||||
|
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
ENV EBUSD_ARCH arm64v8
|
ENV EBUSD_ARCH arm64v8
|
||||||
|
|
||||||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
|
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
ENV EBUSD_ARCH i386
|
ENV EBUSD_ARCH i386
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
|
|
||||||
RUN git clone https://github.com/john30/ebusd.git /build \
|
RUN git clone https://github.com/john30/ebusd.git /build \
|
||||||
&& ./make_debian.sh
|
&& ./make_debian.sh
|
||||||
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
LABEL maintainer "ebusd@ebusd.eu"
|
||||||
|
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
ENV EBUSD_ARCH i386
|
ENV EBUSD_ARCH i386
|
||||||
|
|
||||||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
|
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
ENV EBUSD_ARCH amd64
|
ENV EBUSD_ARCH amd64
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
|
|
||||||
RUN git clone https://github.com/john30/ebusd.git /build \
|
RUN git clone https://github.com/john30/ebusd.git /build \
|
||||||
&& ./make_all.sh
|
&& ./make_all.sh
|
||||||
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
LABEL maintainer "ebusd@ebusd.eu"
|
||||||
|
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
ENV EBUSD_ARCH amd64
|
ENV EBUSD_ARCH amd64
|
||||||
|
|
||||||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
|
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
ENV EBUSD_ARCH arm32v5
|
ENV EBUSD_ARCH arm32v5
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
|
|
||||||
RUN git clone https://github.com/john30/ebusd.git /build \
|
RUN git clone https://github.com/john30/ebusd.git /build \
|
||||||
&& ./make_all.sh
|
&& ./make_all.sh
|
||||||
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
LABEL maintainer "ebusd@ebusd.eu"
|
||||||
|
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
ENV EBUSD_ARCH arm32v5
|
ENV EBUSD_ARCH arm32v5
|
||||||
|
|
||||||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
|
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
ENV EBUSD_ARCH arm32v7
|
ENV EBUSD_ARCH arm32v7
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
|
|
||||||
RUN git clone https://github.com/john30/ebusd.git /build \
|
RUN git clone https://github.com/john30/ebusd.git /build \
|
||||||
&& ./make_all.sh
|
&& ./make_all.sh
|
||||||
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
LABEL maintainer "ebusd@ebusd.eu"
|
||||||
|
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
ENV EBUSD_ARCH arm32v7
|
ENV EBUSD_ARCH arm32v7
|
||||||
|
|
||||||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
|
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
ENV EBUSD_ARCH arm64v8
|
ENV EBUSD_ARCH arm64v8
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
|
|
||||||
RUN git clone https://github.com/john30/ebusd.git /build \
|
RUN git clone https://github.com/john30/ebusd.git /build \
|
||||||
&& ./make_all.sh
|
&& ./make_all.sh
|
||||||
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
LABEL maintainer "ebusd@ebusd.eu"
|
||||||
|
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
ENV EBUSD_ARCH arm64v8
|
ENV EBUSD_ARCH arm64v8
|
||||||
|
|
||||||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
|
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
ENV EBUSD_ARCH i386
|
ENV EBUSD_ARCH i386
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
|
|
||||||
RUN git clone https://github.com/john30/ebusd.git /build \
|
RUN git clone https://github.com/john30/ebusd.git /build \
|
||||||
&& ./make_all.sh
|
&& ./make_all.sh
|
||||||
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
LABEL maintainer "ebusd@ebusd.eu"
|
||||||
|
|
||||||
ENV EBUSD_VERSION 21.1
|
ENV EBUSD_VERSION 21.2
|
||||||
ENV EBUSD_ARCH i386
|
ENV EBUSD_ARCH i386
|
||||||
|
|
||||||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
|
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user