-
-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rename to something else than minizip #333
Comments
Someone just reported:
|
You can find an older version here: |
you don't understand the issue, I'm not looking for code |
I have not misled anybody and I have no plans to rename the project at this time. I am the sole maintainer of the project for many years now. As for compatibility, you are right version 2 is not a drop-in replacement for older version, but most of the older API functions are supported through a compatibility layer. |
What are the reasons to not prevent confusion? |
Version 2 is different than older versions. 1.2 has a separate branch of its own for applications requiring complete compatibility. I would recommend reporting the issue you are seeing to mingw and they can address the issue in whatever way they see fit. You are the only one who has recommended renaming the project. I will keep it in mind for the future. |
No one asked for this information, this is out of topic. |
This was done in Alexpux/MINGW-packages@e1e045d#r31128278 and in https://github.com/Alexpux/MINGW-packages/issues/4464 that was linked to this issue before you start to reply. Can you answer to this simple question:
|
Note that by side effect [edit: it looks like the confusion is older on Arch side] this already started to affect Arch Linux too for the mingw cross-compilation feature: |
For reference:
So it looks like the problem is just starting to spread, that's why I'm among the firsts to report it. |
@illwieckz Please make very sure to not use the miniunz.c file from branch 1.2, because it is vulnerable to path-traversal security issues: this was only fixed in branch 2.X. Well, and the other consideration is that Mingw should learn about Semantic versioning and not blindly update to latest of everything. |
Yeah, Mingw would have been able to create a That minizip2 looks interesting, but until every distro out there (debian, fedora, arch linux, brew for mac, bsd etc.) ship this minizip2, minizip1 compatibility must be kept otherwise it defeats the whole idea of being “cross platform”. Now those cross platform projects don't build on windows anymore. |
@illwieckz if it's just a naming issue, then fork it as https://github.com/illwieckz/minizip2 and ask Mingw to link to your repo instead of nmoinvaz repo. |
the need for a rename isn't for me |
Well, then just leave Mingw fix it, it's 100% their issue. :) [edit: and apparently they did fix it today, https://github.com/Alexpux/MINGW-packages/issues/4464] |
As minizip-ng is not a "drop in" replacement of classical minizip, when I receive a bugfix for "classic minizip", I contribute on zlib ( madler/zlib#590 ) When anyone write to me about my old minizip, I always give information about minizip-ng |
Hi, recently some of netradiant contributors using mingw started to complain about them not being able to build anymore.
People started to report such errors:
While the toolchain just printed before that:
Then people started to report:
So, that looked weird. I'm not a Windows user myself but I picked a mingw minizip package and at first look it looked weird: the mingw package I got was 2.5.2 (don't know if it's the latest but…) and the latest minizip in Ubuntu (as a random distro example) is 1.1, and this was already looking for trouble.
Then I looked into it and the file layout and just discovered the issue: the mingw's minizip is not minizip anymore. It's another project. I then looked at the
.BUILDINFO
file and I found the mingw packager adress and the repository url he used, and theREADME.md
in your repository is explicit:The way that yet another minizip was refactored brokes the source compatibility, it's not a drop-in, no one can switch the two minizip and get a software build again. There is a
mz_compat.h
file I haven not tried yet, perhaps it's easy to port software to use your homonym minizip by rewriting the header paths (I hope it's enough) but even with that, it still requires a manual port which just means it's not a drop-in replacement and can't be called minizip because of that.So, cross-plarform projects using minizip can't build on mingw anymore since the mingw's minizip is not minizip anymore. Can you rename your project to avoid other distro packagers being misleaded in the future? For sure your project looks great but it is definitely not minizip anymore, and as a software maintainer I hope we will not have to play the “if minizip but mingw else linux” dance into madness…
Thanks in advance.
The text was updated successfully, but these errors were encountered: