From 4c1614d0fa0fb15c3c56ece296efb2829fa09f338b84b7e00dfef87cafba9be9 Mon Sep 17 00:00:00 2001 From: Emiliano Langella Date: Thu, 23 May 2024 15:24:26 +0000 Subject: [PATCH] Accepting request 1176507 from home:emilianolangella - Update to version 4.10.2+git0.8d10ace: * prepare for 4.10.2 * When load of orafce was triggered by using some orafce's function by nonprivileged user, then the check orafce_umask_check_hook fails and breaks loading of Orafce. This fix disable check in initialization time when orafce_umask is set to default value (so the check can be disabled). * prepare for 4.10.1 * regress tests for issues #266 and #267 * fix obsolete (and broken) implementation of dbms_assert.qualified_sql_name * fix not correct test of identifier validity in dbms_assert.simple_sql_name * Add an alternative output for test dbms_random (Illumos) OBS-URL: https://build.opensuse.org/request/show/1176507 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=57 --- _servicedata | 2 +- orafce-4.10.0+git0.cfdcdf2.obscpio | 3 --- orafce-4.10.2+git0.8d10ace.obscpio | 3 +++ orafce.changes | 12 ++++++++++++ orafce.obsinfo | 6 +++--- orafce.spec | 2 +- 6 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 orafce-4.10.0+git0.cfdcdf2.obscpio create mode 100644 orafce-4.10.2+git0.8d10ace.obscpio diff --git a/_servicedata b/_servicedata index f6f355c..d24c74e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/orafce/orafce.git - cfdcdf258f7dc3ca5586bdbe7e6f472b672cdbc5 \ No newline at end of file + 8d10acec102616d9825d2f6e1b7c9f8b25dbc7cd \ No newline at end of file diff --git a/orafce-4.10.0+git0.cfdcdf2.obscpio b/orafce-4.10.0+git0.cfdcdf2.obscpio deleted file mode 100644 index 327b2fe..0000000 --- a/orafce-4.10.0+git0.cfdcdf2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:732f3bdc185f2fd1b3e583852462b022bdd0c8c1a75cd9c432754ace3929fec6 -size 2228748 diff --git a/orafce-4.10.2+git0.8d10ace.obscpio b/orafce-4.10.2+git0.8d10ace.obscpio new file mode 100644 index 0000000..0c5e1c7 --- /dev/null +++ b/orafce-4.10.2+git0.8d10ace.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e8fb8ec182b6c5552b9eea4e092e1abcd335053c271fd1d5f4137ba1237090 +size 2225164 diff --git a/orafce.changes b/orafce.changes index 6bcc194..a4cc08c 100644 --- a/orafce.changes +++ b/orafce.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 23 08:51:44 UTC 2024 - emiliano.langella@suse.com + +- Update to version 4.10.2+git0.8d10ace: + * prepare for 4.10.2 + * When load of orafce was triggered by using some orafce's function by nonprivileged user, then the check orafce_umask_check_hook fails and breaks loading of Orafce. This fix disable check in initialization time when orafce_umask is set to default value (so the check can be disabled). + * prepare for 4.10.1 + * regress tests for issues #266 and #267 + * fix obsolete (and broken) implementation of dbms_assert.qualified_sql_name + * fix not correct test of identifier validity in dbms_assert.simple_sql_name + * Add an alternative output for test dbms_random (Illumos) + ------------------------------------------------------------------- Mon Apr 29 08:24:22 UTC 2024 - emiliano.langella@suse.com diff --git a/orafce.obsinfo b/orafce.obsinfo index d7383ca..6e65dd4 100644 --- a/orafce.obsinfo +++ b/orafce.obsinfo @@ -1,4 +1,4 @@ name: orafce -version: 4.10.0+git0.cfdcdf2 -mtime: 1714042164 -commit: cfdcdf258f7dc3ca5586bdbe7e6f472b672cdbc5 +version: 4.10.2+git0.8d10ace +mtime: 1716226596 +commit: 8d10acec102616d9825d2f6e1b7c9f8b25dbc7cd diff --git a/orafce.spec b/orafce.spec index f5fb64c..b480885 100644 --- a/orafce.spec +++ b/orafce.spec @@ -20,7 +20,7 @@ %define realname orafce Name: %{pgname}-orafce -Version: 4.10.0+git0.cfdcdf2 +Version: 4.10.2+git0.8d10ace Release: 0 Summary: Implementation of some Oracle functions into PostgreSQL Group: Productivity/Databases/Tools