]> repo.cephalix.eu Git - MySQLConnectorODBC.git/commitdiff
♻️ updated to version 8.0.33
authorMaximilian Grunow <maximilian@grunow.at>
Fri, 5 May 2023 21:16:15 +0000 (21:16 +0000)
committerMaximilian Grunow <maximilian@grunow.at>
Fri, 5 May 2023 21:16:15 +0000 (21:16 +0000)
.gitignore [new file with mode: 0644]
LICENSE
Makefile
MySQLConnectorODBC.sls
VERSION
oss-pkg-MySQLConnectorODBC.spec.in
repo-ng/init.sls
repo-ng/mysql-connector-odbc-8.0.33-win32.msi [moved from repo-ng/mysql-connector-odbc-8.0.14-win32.msi with 57% similarity, mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e508db6
--- /dev/null
@@ -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 c70fc0db0a1550ac33aa46a1388e2a32ad5bb17e..2423a30e2652783cde4cf462a7748f3ba99734f6 100644 (file)
--- 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
index fa454285f9a1fbdb3c65b5aca07b9f8aecbfe613..c1b84186732d46602f5ce73159aea719c4836d81 100644 (file)
--- 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
index f452394d221ea267da19652f54cab85295eee274..6a12b68b992a737990ec76f9089ce8a93cc3838c 100644 (file)
@@ -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 c0320309fe130c8e17076f5bffebaca3aaa91fa3..b58c85139f5f9f6c9a87a2abb4a4a9ad9f88a959 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-8.0.14
+8.0.33
index 44e2cdef7bb995249f1b81cbc1fbeb0f4b1c65e3..d2fa7721e1a83f5032fcd9fe24935cad9782908d 100644 (file)
@@ -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
index b29f06b47032a00ae00c06687fabe43ab4cb101d..90eda95acc21c6591f11b5526a2cd24919d72156 100644 (file)
@@ -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
 ###############################################################################
 {% 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
old mode 100755 (executable)
new mode 100644 (file)
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