Skip to content

Commit d5ea2ad

Browse files
author
Szilárd Pfeiffer
committed
Merge branch '7.0.1'
2 parents 48fb15d + 6b06472 commit d5ea2ad

File tree

8 files changed

+16
-15
lines changed

8 files changed

+16
-15
lines changed

.circleci/config.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ jobs:
44
docker:
55
- image: balasys/zorpgpl-circleci:7.0
66
environment:
7-
- PACKAGE: zorp
8-
- OBS_PROJECT_URL: security:/Zorp:/7:/0:/1:/alpha2
9-
- OBS_PROJECT_DIR: security:Zorp:7:0:1:alpha2/zorp
7+
- PACKAGE: "zorp"
8+
- OBS_PROJECT_URL: "security:/Zorp:/7:/0:/1"
9+
- OBS_PROJECT_DIR: "security:Zorp:7:0:1/zorp"
1010
working_directory: ~/zorp
1111
steps:
1212
- checkout
@@ -16,7 +16,6 @@ jobs:
1616
- run: source ci/build.sh
1717
- run: source ci/obs_prepare.sh
1818
- run: source ci/obs_commit.sh
19-
2019
workflows:
2120
version: 2
2221
build_and_test:

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "ci"]
22
path = ci
33
url = [email protected]:Balasys/ci-scripts.git
4-
branch = 7.0.1-alpha1
4+
branch = 7.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.1~alpha2
1+
7.0.1

configure.ac

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ dnl ***************************************************************************
2121
dnl Dependencies
2222

2323
GLIB_MIN_VERSION="2.32.0"
24-
ZORPLL_MIN_VERSION="7.0.1.0~alpha0"
25-
ZORPLIC_MIN_VERSION="7.0.1.0~alpha0"
26-
ZORPMISC_MIN_VERSION="7.0.1.0~alpha0"
24+
ZORPLL_MIN_VERSION="7.0.1.0"
25+
ZORPLIC_MIN_VERSION="7.0.1.0"
26+
ZORPMISC_MIN_VERSION="7.0.1.0"
2727
OPENSSL_MIN_VERSION=1.1.0
2828
OPENSSL_MAX_VERSION=1.1.2
2929
PYTHON_MIN_VERSION="2.7"

debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
zorp (7.0.1~alpha2) zorp70gpl; urgency=low
1+
zorp (7.0.1) zorp70gpl; urgency=low
22

33
* New upstream version.
44

5-
-- BalaSys Development Team <[email protected]> Mon, 04 Feb 2019 20:19:30 +0100
5+
-- BalaSys Development Team <[email protected]> Wed, 06 Feb 2019 10:19:47 +0100

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Section: net
33
Priority: optional
44
Maintainer: BalaSys Development Team <[email protected]>
55
Standards-Version: 3.9.0
6-
Build-Depends: libpython2.7-dev, libzorpll7.0-dev (>=7.0.1.0~alpha0), gperf, debhelper (>= 9), dh-autoreconf, python-dnspython, python-radix, autoconf, autoconf-archive, automake, libtool, libboost-test-dev, python-openssl, python-netaddr, xsltproc, docbook-xsl, dh-systemd
6+
Build-Depends: libpython2.7-dev, libzorpll7.0-dev (>=7.0.1.0), gperf, debhelper (>= 9), dh-autoreconf, python-dnspython, python-radix, autoconf, autoconf-archive, automake, libtool, libboost-test-dev, python-openssl, python-netaddr, xsltproc, docbook-xsl, dh-systemd
77

88
Package: zorp
99
Section: net

dist.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# default environment parameters
22
RELEASE_TAG=${RELEASE_TAG:-zorp70gpl}
33
SNAPSHOT_VERSION=${SNAPSHOT_VERSION:-}
4-
SOURCE_REVISION=${SOURCE_REVISION:-ssh+git://[email protected]/var/scm/git/zorp/zorp-core#HEAD_detached_at_v7.0.1-alpha2#3d4c18e465209ab57a9f82be63573b60d1bb3864}
4+
SOURCE_REVISION=${SOURCE_REVISION:-ssh+git://[email protected]/var/scm/git/zorp/zorp-core#HEAD_detached_at_v7.0.1#e15ef80896863b6c72428cca7cb5ef36707355c3}
55
ZORP_PACKAGE_LICENSE=${ZORP_PACKAGE_LICENSE:-gpl}

rpm/zorp-7_0-1.spec

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: zorp
2-
Version: 7.0.1~alpha2
3-
Release: 0.1%{?dist}
2+
Version: 7.0.1
3+
Release: 1%{?dist}
44
URL: https://balasys.github.io/zorp/
55
%if 0%{?fedora}
66
%else
@@ -353,6 +353,8 @@ Standalone daemon that handles zones and updates dynamic zones.
353353

354354

355355
%changelog
356+
* Wed Dec 5 2018 Balasys Development Team <[email protected]> - 7.0.1-1
357+
- New upstream release 7.0.1
356358
* Wed Nov 21 2018 Balasys Development Team <[email protected]> - 7.0.1-0.2
357359
- New upstream release 7.0.1~alpha2
358360
* Thu May 17 2018 Balasys Development Team <[email protected]> - 7.0.1-0.1

0 commit comments

Comments
 (0)