From: Maximilian Grunow Date: Fri, 5 May 2023 21:16:15 +0000 (+0000) Subject: ♻️ updated to version 8.0.33 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=0c15671ffb1a7079cb477a8213ac5af63588a8db;p=MySQLConnectorODBC.git ♻️ updated to version 8.0.33 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e508db6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +repo-ng/HASH.json +oss-pkg-MySQLConnectorODBC.spec \ No newline at end of file diff --git a/LICENSE b/LICENSE index c70fc0d..2423a30 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1 @@ -Copyright (c) 2017 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd. \ No newline at end of file +Copyright (c) 2023 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd. \ No newline at end of file diff --git a/Makefile b/Makefile index fa45428..c1b8418 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ REPO = /srv/www/repo/salt-packages/ VERSION = $(shell cat VERSION ) RELEASE = $(shell cat RELEASE ) NRELEASE = $(shell echo $(RELEASE) + 1 | bc ) -YEAR = $(shell date +%Y ) +YEAR = $(shell date +%Y ) package: sed s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec.in > oss-pkg-$(PACKAGE).spec diff --git a/MySQLConnectorODBC.sls b/MySQLConnectorODBC.sls index f452394..6a12b68 100644 --- a/MySQLConnectorODBC.sls +++ b/MySQLConnectorODBC.sls @@ -1,11 +1,11 @@ ############################################################################### # SLS: PACKAGE -# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany. +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. # All rights reserved. # -# Author: Helmuth Varkoly +# Author: Helmuth Varkoly, Maximilian Grunow # -# Description: SLS to use with OSS's softwaremanagement +# Description: SLS to use with Cranix's softwaremanagement ############################################################################### PACKAGE: pkg: diff --git a/VERSION b/VERSION index c032030..b58c851 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.14 +8.0.33 diff --git a/oss-pkg-MySQLConnectorODBC.spec.in b/oss-pkg-MySQLConnectorODBC.spec.in index 44e2cde..d2fa772 100644 --- a/oss-pkg-MySQLConnectorODBC.spec.in +++ b/oss-pkg-MySQLConnectorODBC.spec.in @@ -4,7 +4,7 @@ # Name: oss-pkg-PACKAGE -Summary: Package to install PACKAGE on OSS-Clients +Summary: Package to install PACKAGE on Cranix-Clients Version: VERSION Release: RELEASE License: GPL-2.0 @@ -21,12 +21,13 @@ PreReq: %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Package to install PACKAGE on OSS-Clients +Package to install PACKAGE on Cranix-Clients Authors: -------- helmuth@varkoly.de peter@varkoly.de + maximilian@grunow.at %prep diff --git a/repo-ng/init.sls b/repo-ng/init.sls index b29f06b..90eda95 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -1,9 +1,9 @@ ############################################################################### -# SLS: MySQL_Connector_ODBC -# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany. +# SLS: MySQL Connector ODBC +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. # All rights reserved. # -# Authors: Helmuth Varkoly +# Authors: Helmuth Varkoly, Maximilian Grunow # # Description: Package SLS ############################################################################### @@ -11,10 +11,10 @@ {% set LOG_PATH = 'C:\\salt\\var\\log' %} MySQLConnectorODBC: - '8.0.14': + '8.0.33': full_name: 'MySQL Connector/ODBC 8.0' - installer: salt://win/repo-ng/MySQLConnectorODBC/mysql-connector-odbc-8.0.14-win32.msi - uninstaller: salt://win/repo-ng/MySQLConnectorODBC/mysql-connector-odbc-8.0.14-win32.msi + installer: salt://win/repo-ng/MySQLConnectorODBC/mysql-connector-odbc-8.0.33-win32.msi + uninstaller: salt://win/repo-ng/MySQLConnectorODBC/mysql-connector-odbc-8.0.33-win32.msi install_flags: '/quiet /log "{{ LOG_PATH }}\MySQLConnectorODBC_inst.log"' uninstall_flags: '/quiet /log "{{ LOG_PATH }}\MySQLConnectorODBC_uninst.log"' msiexec: True diff --git a/repo-ng/mysql-connector-odbc-8.0.14-win32.msi b/repo-ng/mysql-connector-odbc-8.0.33-win32.msi old mode 100755 new mode 100644 similarity index 57% rename from repo-ng/mysql-connector-odbc-8.0.14-win32.msi rename to repo-ng/mysql-connector-odbc-8.0.33-win32.msi index e3635c7..3b787c8 Binary files a/repo-ng/mysql-connector-odbc-8.0.14-win32.msi and b/repo-ng/mysql-connector-odbc-8.0.33-win32.msi differ