Skip to content

Commit 97b600c

Browse files
author
Kendar
committed
4.1.2
1 parent 00f58b3 commit 97b600c

File tree

46 files changed

+66
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+66
-66
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.1.1
1+
## 4.1.2
22

33
Moved to database for
44

docker/images/apache-php8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.apache
22

3-
RUN echo ham.apache 4.1.1
3+
RUN echo ham.apache 4.1.2
44

55
# Setup apache and php
66
RUN apk add --no-cache \

docker/images/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.client
22

3-
RUN echo ham.apache 4.1.1
3+
RUN echo ham.apache 4.1.2
44

55
# Setup apache and php
66
RUN apk --no-cache add apache2 apache2-ssl curl \

docker/images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:latest
22
RUN apk update
33
RUN apk upgrade
44

5-
RUN echo ham.base 4.1.1
5+
RUN echo ham.base 4.1.2
66

77
ENV JAVA11_HOME /usr/lib/jvm/java-11-openjdk
88

docker/images/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.base
22

3-
RUN echo ham.client 4.1.1
3+
RUN echo ham.client 4.1.2
44

55
# Setup localdns
66
RUN mkdir -p /etc/app/simpledns/

docker/images/externalvpn/forticlient/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN \
3131
#docker run --privileged --cap-add SYS_ADMIN --cap-add DAC_READ_SEARCH --name myvpn myvpn
3232
FROM ham.base:latest
3333

34-
RUN echo openforti 4.1.1
34+
RUN echo openforti 4.1.2
3535

3636
COPY --from=builder /usr/bin/openfortivpn /usr/bin/
3737
#/go/bin/glider

docker/images/externalvpn/openconnect/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:latest
44
RUN apt-get update
55
RUN apt-get upgrade -y
66

7-
RUN echo 4.1.1
7+
RUN echo 4.1.2
88

99
# Block timezone request prompt
1010
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/Rome"

docker/images/master/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.base
22

3-
RUN echo 4.1.1
3+
RUN echo 4.1.2
44

55
COPY data/ham.sh /etc/app/ham/
66
COPY data/app /etc/app/ham/app/

docker/images/mysql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.client
22

3-
RUN echo 4.1.1
3+
RUN echo 4.1.2
44

55
ENV TIMEZONE=Europe/Paris
66
ENV MYSQL_ROOT_PASSWORD=root

docker/images/openvpn/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ham.base
22

33

4-
RUN echo 4.1.1
4+
RUN echo 4.1.2
55

66
# Testing: pamtester
77
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \

docker/images/singlemaster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ham.master
22

3-
RUN echo 4.1.1
3+
RUN echo 4.1.2
44

55
COPY data/*.* /etc/app/dns/
66
RUN chmod +x /etc/app/dns/*.sh

docker/templates/master/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ham.singlemaster:latest
2-
RUN echo 4.1.1
2+
RUN echo 4.1.2
33

44
COPY ./config/*.json /etc/app/ham/app/
55
RUN mkdir -p /etc/app/app

docs/docker/multi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Remember the ports!!!
3333
export PATH="${JAVA_HOME}/bin:${PATH}"
3434

3535
cd /etc/app/fe
36-
java -jar -Dserver.port=80 /etc/app/fe/fe-4.1.1.jar
36+
java -jar -Dserver.port=80 /etc/app/fe/fe-4.1.2.jar
3737

3838
Then the properties file
3939

docs/docker/single.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Remember the ports!!!
3232
export PATH="${JAVA_HOME}/bin:${PATH}"
3333

3434
cd /etc/app/fe
35-
java -jar -Dserver.port=8080 /etc/app/fe/fe-4.1.1.jar
35+
java -jar -Dserver.port=8080 /etc/app/fe/fe-4.1.2.jar
3636

3737
Then the properties file
3838

docs/jdbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ classpath! The resulting command line will be
5555

5656
The final command line (for HAM calendar/be sample) will be (on windows)
5757

58-
java -cp "be-4.1.1.jar;../janus-driver-1.0.11-SNAPSHOT.jar" ^
58+
java -cp "be-4.1.2.jar;../janus-driver-1.0.11-SNAPSHOT.jar" ^
5959
org.springframework.boot.loader.JarLauncher ^
6060
--spring.config.location=file:///%cd%\bedbham.application.properties
6161

ham/api.ham/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
1515
<dependency>
1616
<groupId>org.kendar</groupId>
1717
<artifactId>app.commons</artifactId>
18-
<version>4.1.1</version>
18+
<version>4.1.2</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.kendar</groupId>
2222
<artifactId>api.test</artifactId>
23-
<version>4.1.1</version>
23+
<version>4.1.2</version>
2424
<scope>test</scope>
2525
</dependency>
2626
<dependency>

ham/api.js.builder/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -15,19 +15,19 @@
1515
<dependency>
1616
<groupId>org.kendar</groupId>
1717
<artifactId>app.commons</artifactId>
18-
<version>4.1.1</version>
18+
<version>4.1.2</version>
1919

2020
</dependency>
2121
<dependency>
2222
<groupId>org.kendar</groupId>
2323
<artifactId>api.ham</artifactId>
24-
<version>4.1.1</version>
24+
<version>4.1.2</version>
2525

2626
</dependency>
2727
<dependency>
2828
<groupId>org.kendar</groupId>
2929
<artifactId>api.test</artifactId>
30-
<version>4.1.1</version>
30+
<version>4.1.2</version>
3131

3232
<scope>test</scope>
3333
</dependency>

ham/api.replayer/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.kendar</groupId>
3636
<artifactId>api.test</artifactId>
37-
<version>4.1.1</version>
37+
<version>4.1.2</version>
3838

3939
<scope>test</scope>
4040
</dependency>
@@ -59,13 +59,13 @@
5959
<dependency>
6060
<groupId>org.kendar</groupId>
6161
<artifactId>app.commons</artifactId>
62-
<version>4.1.1</version>
62+
<version>4.1.2</version>
6363

6464
</dependency>
6565
<dependency>
6666
<groupId>org.kendar</groupId>
6767
<artifactId>api.ham</artifactId>
68-
<version>4.1.1</version>
68+
<version>4.1.2</version>
6969

7070
</dependency>
7171
<dependency>

ham/api.test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.kendar</groupId>
1818
<artifactId>app.commons</artifactId>
19-
<version>4.1.1</version>
19+
<version>4.1.2</version>
2020

2121
</dependency>
2222
<dependency>

ham/app.commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

ham/app.dns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

ham/app.http.standardfilters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

ham/app.http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

ham/app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>HttpAnsweringMachine</artifactId>
2525
<groupId>org.kendar</groupId>
26-
<version>4.1.1</version>
26+
<version>4.1.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<packaging>jar</packaging>
@@ -188,7 +188,7 @@
188188
<dependency>
189189
<groupId>org.kendar</groupId>
190190
<artifactId>lib.schema.checker</artifactId>
191-
<version>4.1.1</version>
191+
<version>4.1.2</version>
192192
<scope>compile</scope>
193193
</dependency>
194194
<dependency>

ham/jacoco/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -21,52 +21,52 @@
2121
<dependency>
2222
<groupId>org.kendar</groupId>
2323
<artifactId>api.ham</artifactId>
24-
<version>4.1.1</version>
24+
<version>4.1.2</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.kendar</groupId>
2828
<artifactId>api.test</artifactId>
29-
<version>4.1.1</version>
29+
<version>4.1.2</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.kendar</groupId>
3333
<artifactId>api.js.builder</artifactId>
34-
<version>4.1.1</version>
34+
<version>4.1.2</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.kendar</groupId>
3838
<artifactId>api.replayer</artifactId>
39-
<version>4.1.1</version>
39+
<version>4.1.2</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.kendar</groupId>
4343
<artifactId>app</artifactId>
44-
<version>4.1.1</version>
44+
<version>4.1.2</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.kendar</groupId>
4848
<artifactId>lib.schema.checker</artifactId>
49-
<version>4.1.1</version>
49+
<version>4.1.2</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.kendar</groupId>
5353
<artifactId>plugin.js.filters</artifactId>
54-
<version>4.1.1</version>
54+
<version>4.1.2</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.kendar</groupId>
5858
<artifactId>plugin.oidc.server</artifactId>
59-
<version>4.1.1</version>
59+
<version>4.1.2</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.kendar</groupId>
6363
<artifactId>plugin.replayer.server</artifactId>
64-
<version>4.1.1</version>
64+
<version>4.1.2</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.kendar</groupId>
6868
<artifactId>plugin.socks5.server</artifactId>
69-
<version>4.1.1</version>
69+
<version>4.1.2</version>
7070
</dependency>
7171
</dependencies>
7272

ham/lib.schema.checker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

ham/plugin.js.filters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

ham/plugin.oidc.server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

ham/plugin.replayer.server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.1</version>
8+
<version>4.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)