forked from atomia/atomiadns
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8fd375
commit e9f14d7
Showing
19 changed files
with
57 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*.deb | ||
webapp/package.json.bak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
use ExtUtils::MakeMaker; | ||
WriteMakefile( | ||
'NAME' => 'Atomia::Bind::Syncer', | ||
'VERSION' => '1.1.61', | ||
'VERSION' => '1.1.62', | ||
'AUTHOR' => 'Jimmy Bergman <[email protected]>', | ||
'EXE_FILES' => [ 'bin/atomiabindsync' ] | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
atomiadns-bindsync (1.1.62) hardy; urgency=low | ||
|
||
* Fix NSEC3 ordername with PowerDNS | ||
|
||
-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100 | ||
|
||
atomiadns-bindsync (1.1.61) hardy; urgency=low | ||
|
||
* Bump version to 1.1.61 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
use ExtUtils::MakeMaker; | ||
WriteMakefile( | ||
'NAME' => 'atomiadyndns', | ||
'VERSION' => '1.1.61', | ||
'VERSION' => '1.1.62', | ||
'AUTHOR' => 'Jimmy Bergman <[email protected]>', | ||
'EXE_FILES' => [ 'bin/atomiadyndns' ] | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
atomiadns-dyndns (1.1.62) hardy; urgency=low | ||
|
||
* Fix NSEC3 ordername with PowerDNS | ||
|
||
-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100 | ||
|
||
atomiadns-dyndns (1.1.61) hardy; urgency=low | ||
|
||
* Bump version to 1.1.61 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
use ExtUtils::MakeMaker; | ||
WriteMakefile( | ||
'NAME' => 'Atomia::DNS::PowerDNSSyncer', | ||
'VERSION' => '1.1.61', | ||
'VERSION' => '1.1.62', | ||
'AUTHOR' => 'Jimmy Bergman <[email protected]>', | ||
'EXE_FILES' => [ 'bin/atomiapowerdnssync' ] | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
atomiadns-powerdnssync (1.1.62) hardy; urgency=low | ||
|
||
* Fix NSEC3 ordername with PowerDNS | ||
|
||
-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100 | ||
|
||
atomiadns-powerdnssync (1.1.61) hardy; urgency=low | ||
|
||
* Bump version to 1.1.61 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
use ExtUtils::MakeMaker; | ||
WriteMakefile( | ||
'NAME' => 'Atomia::DNS::Server', | ||
'VERSION' => '1.1.61', | ||
'VERSION' => '1.1.62', | ||
'AUTHOR' => 'Jimmy Bergman <[email protected]>', | ||
'DIR' => [], | ||
'EXE_FILES' => [ 'bin/generate_private_key' ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
Summary: Complete master SOAP server for Atomia DNS | ||
Name: atomiadns-masterserver | ||
Version: 1.1.61 | ||
Version: 1.1.62 | ||
Release: 1%{?dist} | ||
License: Commercial | ||
Group: System Environment/Daemons | ||
|
@@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root | |
|
||
BuildArch: noarch | ||
|
||
Requires: atomiadns-api >= 1.1.61 atomiadns-database >= 1.1.61 | ||
Requires: atomiadns-api >= 1.1.62 atomiadns-database >= 1.1.62 | ||
|
||
%description | ||
Complete master SOAP server for Atomia DNS | ||
|
@@ -37,6 +37,8 @@ Complete master SOAP server for Atomia DNS | |
%files | ||
|
||
%changelog | ||
* Tis Mar 26 2024 Jimmy Bergman <[email protected]> - 1.1.62-1 | ||
- Fix NSEC3 ordername with PowerDNS | ||
* Thu Oct 12 2023 Nemanja Zivkovic <[email protected]> - 1.1.61-1 | ||
- Bump version to 1.1.61 | ||
* Mon Jun 19 2023 Nemanja Zivkovic <[email protected]> - 1.1.60-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
use ExtUtils::MakeMaker; | ||
WriteMakefile( | ||
'NAME' => 'atomiadnsclient', | ||
'VERSION' => '1.1.61', | ||
'VERSION' => '1.1.62', | ||
'AUTHOR' => 'Jimmy Bergman <[email protected]>', | ||
'EXE_FILES' => [ 'atomiadnsclient', 'dnssec_zsk_rollover' ] | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
atomiadns-masterserver (1.1.62) hardy; urgency=low | ||
|
||
* Fix NSEC3 ordername with PowerDNS | ||
|
||
-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100 | ||
|
||
atomiadns-masterserver (1.1.61) hardy; urgency=low | ||
|
||
* Bump version to 1.1.61 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
use ExtUtils::MakeMaker; | ||
WriteMakefile( | ||
'NAME' => 'Atomia::DNS::Syncer', | ||
'VERSION' => '1.1.61', | ||
'VERSION' => '1.1.62', | ||
'AUTHOR' => 'Jimmy Bergman <[email protected]>', | ||
'EXE_FILES' => [ 'bin/atomiadnssync' ] | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
atomiadns-nameserver (1.1.62) hardy; urgency=low | ||
|
||
* Fix NSEC3 ordername with PowerDNS | ||
|
||
-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100 | ||
|
||
atomiadns-nameserver (1.1.61) hardy; urgency=low | ||
|
||
* Bump version to 1.1.61 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
atomiadns-webapp (1.1.62) hardy; urgency=low | ||
|
||
* Fix NSEC3 ordername with PowerDNS | ||
|
||
-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100 | ||
|
||
atomiadns-webapp (1.1.61) hardy; urgency=low | ||
|
||
* Bump version to 1.1.61 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
use ExtUtils::MakeMaker; | ||
WriteMakefile( | ||
'NAME' => 'atomiadns_zoneimport', | ||
'VERSION' => '1.1.61', | ||
'VERSION' => '1.1.62', | ||
'AUTHOR' => 'Jimmy Bergman <[email protected]>', | ||
'EXE_FILES' => [ 'atomiadns_zoneimport' ] | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
atomiadns-zoneimport (1.1.62) hardy; urgency=low | ||
|
||
* Fix NSEC3 ordername with PowerDNS | ||
|
||
-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100 | ||
|
||
atomiadns-zoneimport (1.1.61) hardy; urgency=low | ||
|
||
* Bump version to 1.1.61 | ||
|