diff --git a/apps/fz_common/mix.exs b/apps/fz_common/mix.exs index 81d26d277..7a832e480 100644 --- a/apps/fz_common/mix.exs +++ b/apps/fz_common/mix.exs @@ -4,7 +4,7 @@ defmodule FzCommon.MixProject do def project do [ app: :fz_common, - version: "0.1.0", + version: "0.2.0", build_path: "../../_build", config_path: "../../config/config.exs", deps_path: "../../deps", diff --git a/apps/fz_http/mix.exs b/apps/fz_http/mix.exs index 3b35b4289..86b583e59 100644 --- a/apps/fz_http/mix.exs +++ b/apps/fz_http/mix.exs @@ -4,7 +4,7 @@ defmodule FzHttp.MixProject do def project do [ app: :fz_http, - version: "0.1.7", + version: "0.2.0", build_path: "../../_build", config_path: "../../config/config.exs", deps_path: "../../deps", diff --git a/apps/fz_vpn/mix.exs b/apps/fz_vpn/mix.exs index 3feb45e56..7684e69fc 100644 --- a/apps/fz_vpn/mix.exs +++ b/apps/fz_vpn/mix.exs @@ -4,7 +4,7 @@ defmodule FzVpn.MixProject do def project do [ app: :fz_vpn, - version: "0.1.7", + version: "0.2.0", build_path: "../../_build", config_path: "../../config/config.exs", deps_path: "../../deps", diff --git a/apps/fz_wall/mix.exs b/apps/fz_wall/mix.exs index 28efdebd2..70a98da3e 100644 --- a/apps/fz_wall/mix.exs +++ b/apps/fz_wall/mix.exs @@ -4,7 +4,7 @@ defmodule FzWall.MixProject do def project do [ app: :fz_wall, - version: "0.1.7", + version: "0.2.0", build_path: "../../_build", config_path: "../../config/config.exs", deps_path: "../../deps", diff --git a/mix.exs b/mix.exs index bed02c28a..4e194ea54 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule FirezoneUmbrella.MixProject do def project do [ apps_path: "apps", - version: "0.1.7", + version: "0.2.0", start_permanent: Mix.env() == :prod, test_coverage: [tool: ExCoveralls], preferred_cli_env: [ diff --git a/pkg/Dockerfile.ubuntu_18.04 b/pkg/Dockerfile.ubuntu_18.04 index 54f3c4efd..a202b10a0 100644 --- a/pkg/Dockerfile.ubuntu_18.04 +++ b/pkg/Dockerfile.ubuntu_18.04 @@ -66,4 +66,4 @@ RUN mkdir -p pkg/$PKG_DIR/opt RUN mv _build/prod/rel/firezone pkg/$PKG_DIR/opt/firezone RUN cd pkg && dpkg-deb --build $PKG_DIR -RUN lintian -i -I pkg/$PKG_DIR.deb +RUN lintian pkg/$PKG_DIR.deb diff --git a/pkg/Dockerfile.ubuntu_20.04 b/pkg/Dockerfile.ubuntu_20.04 index 49d90a7c1..4e4d69df1 100644 --- a/pkg/Dockerfile.ubuntu_20.04 +++ b/pkg/Dockerfile.ubuntu_20.04 @@ -66,4 +66,4 @@ RUN mkdir -p pkg/$PKG_DIR/opt RUN mv _build/prod/rel/firezone pkg/$PKG_DIR/opt/firezone RUN cd pkg && dpkg-deb --build $PKG_DIR -RUN lintian -i -I pkg/$PKG_DIR.deb +RUN lintian -i pkg/$PKG_DIR.deb diff --git a/pkg/ubuntu_18.04_amd64/DEBIAN/changelog b/pkg/ubuntu_18.04_amd64/DEBIAN/changelog new file mode 100644 index 000000000..48a837e1e --- /dev/null +++ b/pkg/ubuntu_18.04_amd64/DEBIAN/changelog @@ -0,0 +1,3 @@ +firezone (0.2.0ubuntu1) bionic; urgency=low + + * initial release 🥳 diff --git a/pkg/ubuntu_18.04_amd64/DEBIAN/control b/pkg/ubuntu_18.04_amd64/DEBIAN/control index 7af16a4c9..0e8b6d494 100644 --- a/pkg/ubuntu_18.04_amd64/DEBIAN/control +++ b/pkg/ubuntu_18.04_amd64/DEBIAN/control @@ -1,8 +1,8 @@ Package: firezone -Version: 0.1.7-1 +Version: 0.2.0ubuntu1 Architecture: amd64 Maintainer: FireZone, LLC -Depends: net-tools (>= 1.60+git20161116.90da8a0-1ubuntu1), systemd (>= 237-3ubuntu10.48), openssl (>= 1.1.1-1ubuntu2.1~18.04.9), wireguard (>= 1.0.20200319-1ubuntu1), postgresql (>= 9.6), iptables (>= 1.6.1-2ubuntu2) +Depends: libc6, net-tools (>= 1.60+git20161116.90da8a0-1ubuntu1), systemd (>= 237-3ubuntu10.48), openssl (>= 1.1.1-1ubuntu2.1~18.04.9), wireguard (>= 1.0.20200319-1ubuntu1), postgresql (>= 9.6), iptables (>= 1.6.1-2ubuntu2) Section: net Priority: optional Homepage: https://firez.one diff --git a/pkg/ubuntu_18.04_amd64/DEBIAN/lintian-overrides b/pkg/ubuntu_18.04_amd64/DEBIAN/lintian-overrides new file mode 100644 index 000000000..9be6341ae --- /dev/null +++ b/pkg/ubuntu_18.04_amd64/DEBIAN/lintian-overrides @@ -0,0 +1 @@ +firezone: dir-or-file-in-opt diff --git a/pkg/ubuntu_18.04_arm64/DEBIAN/changelog b/pkg/ubuntu_18.04_arm64/DEBIAN/changelog new file mode 100644 index 000000000..48a837e1e --- /dev/null +++ b/pkg/ubuntu_18.04_arm64/DEBIAN/changelog @@ -0,0 +1,3 @@ +firezone (0.2.0ubuntu1) bionic; urgency=low + + * initial release 🥳 diff --git a/pkg/ubuntu_18.04_arm64/DEBIAN/control b/pkg/ubuntu_18.04_arm64/DEBIAN/control index 5e1b86819..55b6f68dc 100644 --- a/pkg/ubuntu_18.04_arm64/DEBIAN/control +++ b/pkg/ubuntu_18.04_arm64/DEBIAN/control @@ -1,8 +1,8 @@ Package: firezone -Version: 0.1.7-1 +Version: 0.2.0ubuntu1 Architecture: arm64 Maintainer: FireZone, LLC -Depends: net-tools (>= 1.60+git20161116.90da8a0-1ubuntu1), systemd (>= 237-3ubuntu10.48), openssl (>= 1.1.1-1ubuntu2.1~18.04.9), wireguard (>= 1.0.20200319-1ubuntu1), postgresql (>= 9.6), iptables (>= 1.6.1-2ubuntu2) +Depends: libc6, net-tools (>= 1.60+git20161116.90da8a0-1ubuntu1), systemd (>= 237-3ubuntu10.48), openssl (>= 1.1.1-1ubuntu2.1~18.04.9), wireguard (>= 1.0.20200319-1ubuntu1), postgresql (>= 9.6), iptables (>= 1.6.1-2ubuntu2) Section: net Priority: optional Homepage: https://firez.one diff --git a/pkg/ubuntu_18.04_arm64/DEBIAN/lintian-overrides b/pkg/ubuntu_18.04_arm64/DEBIAN/lintian-overrides new file mode 100644 index 000000000..9be6341ae --- /dev/null +++ b/pkg/ubuntu_18.04_arm64/DEBIAN/lintian-overrides @@ -0,0 +1 @@ +firezone: dir-or-file-in-opt diff --git a/pkg/ubuntu_20.04_amd64/DEBIAN/changelog b/pkg/ubuntu_20.04_amd64/DEBIAN/changelog new file mode 100644 index 000000000..48a837e1e --- /dev/null +++ b/pkg/ubuntu_20.04_amd64/DEBIAN/changelog @@ -0,0 +1,3 @@ +firezone (0.2.0ubuntu1) bionic; urgency=low + + * initial release 🥳 diff --git a/pkg/ubuntu_20.04_amd64/DEBIAN/control b/pkg/ubuntu_20.04_amd64/DEBIAN/control index b191dbe90..da22703f2 100644 --- a/pkg/ubuntu_20.04_amd64/DEBIAN/control +++ b/pkg/ubuntu_20.04_amd64/DEBIAN/control @@ -1,8 +1,8 @@ Package: firezone -Version: 0.1.7-1 +Version: 0.2.0ubuntu1 Architecture: amd64 Maintainer: FireZone, LLC -Depends: net-tools (>= 1.60+git20180626.aebd88e-1ubuntu1), systemd (>= 245.4-4ubuntu3.2), openssl (>= 1.1.1f-1ubuntu2), wireguard (>= 1.0.20200319-1ubuntu1), postgresql (>= 12+214ubuntu0.1), iptables (>= 1.8.4-3ubuntu2) +Depends: libc6, net-tools (>= 1.60+git20180626.aebd88e-1ubuntu1), systemd (>= 245.4-4ubuntu3.2), openssl (>= 1.1.1f-1ubuntu2), wireguard (>= 1.0.20200319-1ubuntu1), postgresql (>= 12+214ubuntu0.1), iptables (>= 1.8.4-3ubuntu2) Section: net Priority: optional Homepage: https://firez.one diff --git a/pkg/ubuntu_20.04_amd64/DEBIAN/lintian-overrides b/pkg/ubuntu_20.04_amd64/DEBIAN/lintian-overrides new file mode 100644 index 000000000..9be6341ae --- /dev/null +++ b/pkg/ubuntu_20.04_amd64/DEBIAN/lintian-overrides @@ -0,0 +1 @@ +firezone: dir-or-file-in-opt diff --git a/pkg/ubuntu_20.04_arm64/DEBIAN/changelog b/pkg/ubuntu_20.04_arm64/DEBIAN/changelog new file mode 100644 index 000000000..48a837e1e --- /dev/null +++ b/pkg/ubuntu_20.04_arm64/DEBIAN/changelog @@ -0,0 +1,3 @@ +firezone (0.2.0ubuntu1) bionic; urgency=low + + * initial release 🥳 diff --git a/pkg/ubuntu_20.04_arm64/DEBIAN/control b/pkg/ubuntu_20.04_arm64/DEBIAN/control index e55f709d7..14abe816b 100644 --- a/pkg/ubuntu_20.04_arm64/DEBIAN/control +++ b/pkg/ubuntu_20.04_arm64/DEBIAN/control @@ -1,8 +1,8 @@ Package: firezone -Version: 0.1.7-1 +Version: 0.2.0ubuntu1 Architecture: arm64 Maintainer: FireZone, LLC -Depends: net-tools (>= 1.60+git20180626.aebd88e-1ubuntu1), systemd (>= 245.4-4ubuntu3.2), openssl (>= 1.1.1f-1ubuntu2), wireguard (>= 1.0.20200319-1ubuntu1), postgresql (>= 12+214ubuntu0.1), iptables (>= 1.8.4-3ubuntu2) +Depends: libc6, net-tools (>= 1.60+git20180626.aebd88e-1ubuntu1), systemd (>= 245.4-4ubuntu3.2), openssl (>= 1.1.1f-1ubuntu2), wireguard (>= 1.0.20200319-1ubuntu1), postgresql (>= 12+214ubuntu0.1), iptables (>= 1.8.4-3ubuntu2) Section: net Priority: optional Homepage: https://firez.one diff --git a/pkg/ubuntu_20.04_arm64/DEBIAN/lintian-overrides b/pkg/ubuntu_20.04_arm64/DEBIAN/lintian-overrides new file mode 100644 index 000000000..9be6341ae --- /dev/null +++ b/pkg/ubuntu_20.04_arm64/DEBIAN/lintian-overrides @@ -0,0 +1 @@ +firezone: dir-or-file-in-opt