Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fc6794da6a0e26ba95c701daf58e2236255f5be2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fc6794da6a0e26ba95c701daf58e2236255f5be2)
  • Date: Wed, 5 Apr 2023 15:52:58 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

archive-libs/minizip/DEPENDS | 2 +-
archive-libs/minizip/DETAILS | 14 +++++++-------
archive-libs/minizip/HISTORY | 6 ++++++
3 files changed, 14 insertions(+), 8 deletions(-)

New commits:
commit fc6794da6a0e26ba95c701daf58e2236255f5be2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

minizip 3.0.9

commit fcbc0c1d2eef827e2b9ee147dc80b9fd96e88699
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

minizip: Fix SSL dependency

commit c047a2166153f4deed9a614a20cdf6951a40c562
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

minizip: Fix LICENSE

commit 56e253125ea3afd28d70110b016c6515d4847c8e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

minizip: Update WEB_SITE

diff --git a/archive-libs/minizip/DEPENDS b/archive-libs/minizip/DEPENDS
index 702356a..829862b 100755
--- a/archive-libs/minizip/DEPENDS
+++ b/archive-libs/minizip/DEPENDS
@@ -4,4 +4,4 @@ optional_depends LZMA "-DMZ_LZMA=ON" "-DMZ_ZLIB=OFF"
"for xz support"
optional_depends zlib "-DMZ_ZLIB=ON" "-DMZ_ZLIB=OFF" "for zlib
support" &&
optional_depends zstd "-DMZ_ZSTD=ON" "-DMZ_ZSTD=OFF" "for zstd
support" &&
optional_depends libbsd "-DMZ_LIBBSD=ON" "-DMZ_LIBBSD=OFF" "for libbsd
random support" &&
-optional_depends openssl ' -DMZ_OPENSSL=1' ' -DMZ_OPENSSL=0' 'crypto support'
+optional_depends SSL -DMZ_OPENSSL={1,0} 'for cryptographic support'
diff --git a/archive-libs/minizip/DETAILS b/archive-libs/minizip/DETAILS
index b055478..43f4752 100755
--- a/archive-libs/minizip/DETAILS
+++ b/archive-libs/minizip/DETAILS
@@ -1,11 +1,11 @@
-# Watch: https://github.com/nmoinvaz/minizip/tags /tags/([0-9.]+)[.]tar
+# Watch: https://github.com/zlib-ng/minizip-ng/tags /tags/([0-9.]+)[.]tar
SPELL=minizip
- VERSION=3.0.2
-
SOURCE_HASH=sha512:eee4d35d273ab0a32972b119c8faabd8c242e2d9f506fab0dd21fdd24c78b932c01bf7f15e9cf7c452776fc4c2e27a5ff09e376adb7a706336d11114929182fc
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-ng-$VERSION
- LICENSE[0]=LGPL
- WEB_SITE=https://github.com/nmoinvaz/minizip
+ VERSION=3.0.9
+
SOURCE_HASH=sha512:a52c43d0e208eb6acf56f80804fe99c265baec2a60f6cd80fc9ba160ca3c076e6c118be9108db84728310b14640cab0e0d301d4c763713c90bd344990a43f5fd
+ SOURCE=$SPELL-ng-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SOURCE%.tar.?z}
+ LICENSE[0]=Zlib
+ WEB_SITE=https://github.com/zlib-ng/minizip-ng
SOURCE_URL[0]=$WEB_SITE/archive/${VERSION}.tar.gz
KEYWORDS="archive libs"
ENTERED=20171008
diff --git a/archive-libs/minizip/HISTORY b/archive-libs/minizip/HISTORY
index 98007e5..48bd617 100644
--- a/archive-libs/minizip/HISTORY
+++ b/archive-libs/minizip/HISTORY
@@ -1,3 +1,9 @@
+2023-04-05 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated WEB_SITE
+ fixed LICENSE
+ updated spell to 3.0.9
+ * DEPENDS: fixed SSL dependency
+
2021-05-31 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.0.2
* BUILD: disable compatibility layer to avoid conflict with libzip



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fc6794da6a0e26ba95c701daf58e2236255f5be2), Ismael Luceno, 04/05/2023

Archive powered by MHonArc 2.6.24.

Top of Page