2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

93_DBLog: fix using https in configCheck after SVN server change

git-svn-id: https://svn.fhem.de/fhem/trunk@27327 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2023-03-16 19:56:33 +00:00
parent 55d0864818
commit eefa05583a
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- bugfix: 93_DBLog: fix using https in configCheck after SVN server change
- change: SVN is moved to a new server (same hostname, different IP) - change: SVN is moved to a new server (same hostname, different IP)
- bugfix: 72_FRITZBOX: Zeilenumbruch bei Attr entfernt - bugfix: 72_FRITZBOX: Zeilenumbruch bei Attr entfernt
- bugfix: 72_FRITZBOX: Fehler bereinigt - bugfix: 72_FRITZBOX: Fehler bereinigt

View File

@ -38,6 +38,7 @@ no if $] >= 5.017011, warnings => 'experimental::smartmatch';
# Version History intern by DS_Starter: # Version History intern by DS_Starter:
my %DbLog_vNotesIntern = ( my %DbLog_vNotesIntern = (
"5.8.5" => "16.03.2023 fix using https in configCheck after SVN server change ",
"5.8.4" => "20.02.2023 new attr plotInputFieldLength, improve Plot Editor, delete attr noNotifyDev ". "5.8.4" => "20.02.2023 new attr plotInputFieldLength, improve Plot Editor, delete attr noNotifyDev ".
"move notifyRegexpChanged from Define to initOnStart ", "move notifyRegexpChanged from Define to initOnStart ",
"5.8.3" => "19.02.2023 adapt DbLog_configcheck, new get ... configCheck, commandref edited ", "5.8.3" => "19.02.2023 adapt DbLog_configcheck, new get ... configCheck, commandref edited ",
@ -7733,7 +7734,7 @@ return $check;
############################################################################################################ ############################################################################################################
sub _DbLog_checkModVer { sub _DbLog_checkModVer {
my $name = shift; my $name = shift;
my $src = "http://fhem.de/fhemupdate/controls_fhem.txt"; my $src = "https://fhem.de/fhemupdate/controls_fhem.txt";
my $msg = q{}; my $msg = q{};
my $rec = q{}; my $rec = q{};