Skip to content

Commit 88fc491

Browse files
committed
new version 1.1.4
1 parent 0990ff9 commit 88fc491

File tree

11 files changed

+57
-21
lines changed

11 files changed

+57
-21
lines changed

.github/workflows/fascan.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,27 @@ on: [push, pull_request]
44
jobs:
55
machineStandalone:
66
name: machineStandalone job
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-latest
8+
9+
permissions:
10+
# Give the default GITHUB_TOKEN write permission to commit and push the
11+
# added or changed files to the repository.
12+
contents: write
13+
814
steps:
9-
- uses: actions/checkout@master
10-
- uses: docker://ghcr.io/fluidattacks/makes/amd64
15+
- name: Checkout repository
16+
uses: actions/checkout@v4
17+
with:
18+
ref: ${{ github.head_ref }}
19+
20+
- name: Fluid-Attacks scan
21+
uses: docker://ghcr.io/fluidattacks/makes/amd64
1122
with:
1223
args: m gitlab:fluidattacks/universe@trunk /skims scan ./_fascan.yml
24+
25+
- name: Commit and push changes
26+
run: |
27+
git config user.name github-actions
28+
git config user.email github-actions@github.com
29+
git commit -am "Fluid-Attacks Results.csv commit" || exit 0
30+
git push

HyperSQLOOo.update.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
xmlns="http://openoffice.org/extensions/update/2006"
2929
xmlns:xlink="http://www.w3.org/1999/xlink">
3030
<identifier value="io.github.prrvchr.HyperSQLOOo"/>
31-
<version value="1.1.3"/>
31+
<version value="1.1.4"/>
3232
<update-download>
3333
<src xlink:href="https://github.com/prrvchr/HyperSQLOOo/releases/latest/download/HyperSQLOOo.oxt"/>
3434
</update-download>
@@ -40,7 +40,7 @@
4040
<name xlink:href="https://prrvchr.github.io/HyperSQLOOo/README_fr" lang="fr">HyperSQLOOo</name>
4141
</publisher>
4242
<release-notes>
43-
<src xlink:href="https://prrvchr.github.io/HyperSQLOOo/#what-has-been-done-for-version-113" lang="en"/>
44-
<src xlink:href="https://prrvchr.github.io/HyperSQLOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-113" lang="fr"/>
43+
<src xlink:href="https://prrvchr.github.io/HyperSQLOOo/#what-has-been-done-for-version-114" lang="en"/>
44+
<src xlink:href="https://prrvchr.github.io/HyperSQLOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-114" lang="fr"/>
4545
</release-notes>
4646
</description>

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
**The use of this software subjects you to our [Terms Of Use][4].**
3131

32-
# version [1.1.3][5]
32+
# version [1.1.4][5]
3333

3434
## Introduction:
3535

@@ -255,7 +255,13 @@ ___
255255

256256
- Use of the new data format implemented in version 1.1.2. As a result, if you need to open odb files created with a version lower than 1.1.2 you must first open them with version 1.1.2, otherwise an error will be thrown.
257257

258-
### What remains to be done for version 1.1.3:
258+
### What has been done for version 1.1.4:
259+
260+
- Updated the [Python packaging][48] package to version 24.1.
261+
- Updated the [Python setuptools][49] package to version 72.1.0 in order to respond to the [Dependabot security alert][50].
262+
- The extension will ask you to install the jdbcDriverOOo extension in versions 1.4.2 minimum.
263+
264+
### What remains to be done for version 1.1.4:
259265

260266
- Add new language for internationalization...
261267

@@ -265,7 +271,7 @@ ___
265271
[2]: <https://prrvchr.github.io/HyperSQLOOo/>
266272
[3]: <https://prrvchr.github.io/HyperSQLOOo/README_fr>
267273
[4]: <https://prrvchr.github.io/HyperSQLOOo/source/HyperSQLOOo/registration/TermsOfUse_en>
268-
[5]: <https://prrvchr.github.io/HyperSQLOOo#what-has-been-done-for-version-113>
274+
[5]: <https://prrvchr.github.io/HyperSQLOOo#what-has-been-done-for-version-114>
269275
[6]: <https://prrvchr.github.io/>
270276
[7]: <https://www.libreoffice.org/download/download/>
271277
[8]: <https://www.openoffice.org/download/index.html>
@@ -286,7 +292,7 @@ ___
286292
[23]: <https://img.shields.io/github/v/tag/prrvchr/jdbcDriverOOo?label=latest#right>
287293
[24]: <img/HyperSQLOOo.svg#middle>
288294
[25]: <https://github.com/prrvchr/HyperSQLOOo/releases/latest/download/HyperSQLOOo.oxt>
289-
[26]: <https://img.shields.io/github/downloads/prrvchr/HyperSQLOOo/latest/total?label=v1.1.3#right>
295+
[26]: <https://img.shields.io/github/downloads/prrvchr/HyperSQLOOo/latest/total?label=v1.1.4#right>
290296
[27]: <img/HyperSQLOOo-1.png>
291297
[28]: <img/HyperSQLOOo-2.png>
292298
[29]: <img/HyperSQLOOo-3.png>
@@ -308,3 +314,6 @@ ___
308314
[45]: <https://prrvchr.github.io/HyperSQLOOo/#requirement>
309315
[46]: <https://prrvchr.github.io/jdbcDriverOOo/#what-has-been-done-for-version-112>
310316
[47]: <https://bugs.documentfoundation.org/show_bug.cgi?id=156471#c54>
317+
[48]: <https://pypi.org/project/packaging/>
318+
[49]: <https://pypi.org/project/setuptools/>
319+
[50]: <https://github.com/prrvchr/HyperSQLOOo/security/dependabot/1>

README_fr.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
**L'utilisation de ce logiciel vous soumet à nos [Conditions d'utilisation][4].**
3131

32-
# version [1.1.3][5]
32+
# version [1.1.4][5]
3333

3434
## Introduction:
3535

@@ -255,7 +255,13 @@ ___
255255

256256
- Utilisation du nouveau format de données implémenté dans la version 1.1.2. Par conséquent, si vous devez ouvrir des fichiers odb créés avec une version inférieure à 1.1.2, vous devez d'abord les ouvrir avec la version 1.1.2, sinon une erreur sera générée.
257257

258-
### Que reste-t-il à faire pour la version 1.1.3:
258+
### Ce qui a été fait pour la version 1.1.4:
259+
260+
- Mise à jour du paquet [Python packaging][48] vers la version 24.1.
261+
- Mise à jour du paquet [Python setuptools][49] vers la version 72.1.0 afin de répondre à l'[alerte de sécurité Dependabot][50].
262+
- L'extension vous demandera d'installer l'extensions jdbcDriverOOo en version 1.4.2 minimum.
263+
264+
### Que reste-t-il à faire pour la version 1.1.4:
259265

260266
- Ajouter de nouvelles langue pour l'internationalisation...
261267

@@ -265,7 +271,7 @@ ___
265271
[2]: <https://prrvchr.github.io/HyperSQLOOo/>
266272
[3]: <https://prrvchr.github.io/HyperSQLOOo/>
267273
[4]: <https://prrvchr.github.io/HyperSQLOOo/source/HyperSQLOOo/registration/TermsOfUse_fr>
268-
[5]: <https://prrvchr.github.io/HyperSQLOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-113>
274+
[5]: <https://prrvchr.github.io/HyperSQLOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-114>
269275
[6]: <https://prrvchr.github.io/README_fr>
270276
[7]: <https://fr.libreoffice.org/download/telecharger-libreoffice/>
271277
[8]: <https://www.openoffice.org/fr/Telecharger/>
@@ -286,7 +292,7 @@ ___
286292
[23]: <https://img.shields.io/github/v/tag/prrvchr/jdbcDriverOOo?label=latest#right>
287293
[24]: <img/HyperSQLOOo.svg#middle>
288294
[25]: <https://github.com/prrvchr/HyperSQLOOo/releases/latest/download/HyperSQLOOo.oxt>
289-
[26]: <https://img.shields.io/github/downloads/prrvchr/HyperSQLOOo/latest/total?label=v1.1.3#right>
295+
[26]: <https://img.shields.io/github/downloads/prrvchr/HyperSQLOOo/latest/total?label=v1.1.4#right>
290296
[27]: <img/HyperSQLOOo-1_fr.png>
291297
[28]: <img/HyperSQLOOo-2_fr.png>
292298
[29]: <img/HyperSQLOOo-3_fr.png>
@@ -308,3 +314,6 @@ ___
308314
[45]: <https://prrvchr.github.io/HyperSQLOOo/README_fr#pr%C3%A9requis>
309315
[46]: <https://prrvchr.github.io/jdbcDriverOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-112>
310316
[47]: <https://bugs.documentfoundation.org/show_bug.cgi?id=156471#c54>
317+
[48]: <https://pypi.org/project/packaging/>
318+
[49]: <https://pypi.org/project/setuptools/>
319+
[50]: <https://github.com/prrvchr/HyperSQLOOo/security/dependabot/1>

source/HyperSQLOOo/description.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
╚════════════════════════════════════════════════════════════════════════════════════╝
2626
-->
2727
<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink">
28-
<version value="1.1.3"/>
28+
<version value="1.1.4"/>
2929
<identifier value="io.github.prrvchr.HyperSQLOOo"/>
3030
<platform value="all"/>
3131
<dependencies>

source/HyperSQLOOo/package.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Written by the OOEclipseIntegration
22
#Sat Jan 13 02:30:04 CET 2024
3-
contents=Drivers.xcu, HyperSQLOOo, HyperSQLOOo/DialogStrings_en_US.default, HyperSQLOOo/DialogStrings_en_US.properties, HyperSQLOOo/DialogStrings_fr_FR.properties, HyperSQLOOo/HyperSQLOOo.svg, HyperSQLOOo/LogDialog.xdl, HyperSQLOOo/LogWindow.xdl, HyperSQLOOo/OptionsDialog.xdl, HyperSQLOOo/OptionsDialog_en_US.default, HyperSQLOOo/OptionsDialog_en_US.properties, HyperSQLOOo/OptionsDialog_fr_FR.properties, HyperSQLOOo/dialog.xlb, META-INF, META-INF/manifest.xml, Options.xcs, Options.xcu, OptionsDialog.xcu, description, description/desc_en.txt, description/desc_fr.txt, description.xml, registration, registration/TermsOfUse_en.md, registration/TermsOfUse_fr.md, requirements.txt, resource, resource/Driver_en_US.default, resource/Driver_en_US.properties, resource/Driver_fr_FR.properties, resource/Logger_en_US.default, resource/Logger_en_US.properties, resource/Logger_fr_FR.properties, resource/OptionsDialog_en_US.default, resource/OptionsDialog_en_US.properties, resource/OptionsDialog_fr_FR.properties, service, service/pythonpath, service/pythonpath/_distutils_hack, service/pythonpath/hypersql, service/pythonpath/hypersql/jdbcdriver, service/pythonpath/hypersql/logger, service/pythonpath/hypersql/logger/dialog, service/pythonpath/hypersql/options, service/pythonpath/hypersql/sdbc, service/pythonpath/hypersql/sdbcx, service/pythonpath/hypersql/unotool, service/pythonpath/packaging, service/pythonpath/packaging-23.2.dist-info, service/pythonpath/pkg_resources, service/pythonpath/pkg_resources/_vendor, service/pythonpath/pkg_resources/_vendor/importlib_resources, service/pythonpath/pkg_resources/_vendor/jaraco, service/pythonpath/pkg_resources/_vendor/jaraco/text, service/pythonpath/pkg_resources/_vendor/more_itertools, service/pythonpath/pkg_resources/_vendor/packaging, service/pythonpath/pkg_resources/_vendor/platformdirs, service/pythonpath/pkg_resources/extern, service/pythonpath/setuptools, service/pythonpath/setuptools/_distutils, service/pythonpath/setuptools/_distutils/command, service/pythonpath/setuptools/_vendor, service/pythonpath/setuptools/_vendor/importlib_metadata, service/pythonpath/setuptools/_vendor/importlib_resources, service/pythonpath/setuptools/_vendor/jaraco, service/pythonpath/setuptools/_vendor/jaraco/text, service/pythonpath/setuptools/_vendor/more_itertools, service/pythonpath/setuptools/_vendor/packaging, service/pythonpath/setuptools/_vendor/tomli, service/pythonpath/setuptools/command, service/pythonpath/setuptools/config, service/pythonpath/setuptools/config/_validate_pyproject, service/pythonpath/setuptools/extern, service/pythonpath/setuptools-69.0.3.dist-info, service/pythonpath/six-1.16.0.dist-info
3+
contents=Drivers.xcu, HyperSQLOOo, HyperSQLOOo/DialogStrings_en_US.default, HyperSQLOOo/DialogStrings_en_US.properties, HyperSQLOOo/DialogStrings_fr_FR.properties, HyperSQLOOo/HyperSQLOOo.svg, HyperSQLOOo/LogDialog.xdl, HyperSQLOOo/LogWindow.xdl, HyperSQLOOo/OptionsDialog.xdl, HyperSQLOOo/OptionsDialog_en_US.default, HyperSQLOOo/OptionsDialog_en_US.properties, HyperSQLOOo/OptionsDialog_fr_FR.properties, HyperSQLOOo/dialog.xlb, META-INF, META-INF/manifest.xml, Options.xcs, Options.xcu, OptionsDialog.xcu, description, description/desc_en.txt, description/desc_fr.txt, description.xml, registration, registration/TermsOfUse_en.md, registration/TermsOfUse_fr.md, requirements.txt, resource, resource/Driver_en_US.default, resource/Driver_en_US.properties, resource/Driver_fr_FR.properties, resource/Logger_en_US.default, resource/Logger_en_US.properties, resource/Logger_fr_FR.properties, resource/OptionsDialog_en_US.default, resource/OptionsDialog_en_US.properties, resource/OptionsDialog_fr_FR.properties, service, service/*

source/HyperSQLOOo/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
packaging==23.2
2-
setuptools==69.0.3
3-
six==1.16.0
1+
packaging>=24.1
2+
setuptools>=72.1.0
3+
six>=1.16.0

source/HyperSQLOOo/service/pythonpath/packaging-23.2.dist-info

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../uno/lib/python/packaging-24.1.dist-info

source/HyperSQLOOo/service/pythonpath/setuptools-69.0.3.dist-info

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)