Sign me up Login

Details about package zip-drain

Name: zip-drain
Uploader: Armin Jay L. Caldito <sleepingrblxc@outlook.com> (Debian QA page)
Description: zip-drain - High-performance archive extraction and draining utility

Package uploads

Upload #4

Information

Version: 1.0.3-1
Uploaded: 2026-03-31 05:36
Source package: zip-drain_1.0.3-1.dsc
Distribution: unstable
Section: utils
Priority: optional
Homepage: https://github.com/pro555161rblxs/zip-drain
Vcs-Browser: https://github.com/pro555161rblxs/zip-drain
Vcs-Git: https://github.com/pro555161rblxs/zip-drain.git

Changelog

 zip-drain (1.0.3-1) unstable; urgency=medium
 .
   * New release with immediate deletion and validation:
   * Delete files/folders immediately after extraction (0.002s delay)
   * Added validation to verify all items are removed from archive
   * Improved safety with original vs remaining file comparison
   * Better support for directories inside archives
   * FIFO-based background deletion for maximum speed
   * Fixed directory handling with trailing slashes
   * Added proper debian/copyright file
   * Updated debian/control with complete metadata

QA information

Comments

  1. bug fixes
    Ready Armin Jay L. Caldito at March 31, 2026, 5:59 a.m.
  2. d/changelog
    first upload should be version-1 with initial upload. (closes: #itpbugnumber)
    
    d/control
    standards version should be 4.7.3 not 4.6.2
    not needed: Rules-Requires-Root: no
    long desc: This extracts, not zip-drain extracts...
    
    d/copyright
    where do you see in orig.tar.gz that it's GPL? no license file, no license reference in script
    
    d/watch
    could be version 5
    
    but what's the point of the script?
    Needs work Alex Myczko at April 4, 2026, 3:44 p.m.

Upload #3

Information

Version: 1.0.2-1
Uploaded: 2026-03-31 02:51
Source package: zip-drain_1.0.2-1.dsc
Distribution: sid
Section: utils
Priority: optional
Homepage: https://github.com/pro555161rblxs/zip-drain
Vcs-Git: https://github.com/pro555161rblxs/zip-drain.git
Vcs-Browser: https://github.com/pro555161rblxs/zip-drain

Changelog

 zip-drain (1.0.2-1) sid; urgency=medium
 .
   * Total project rebuild for clean versioning.
   * Removed automated sudo escalation for security compliance.

QA information

Comments

No comments

Upload #2

Information

Version: 1.0.2-1
Uploaded: 2026-03-31 02:36
Source package: zip-drain_1.0.2-1.dsc
Distribution: sid
Section: utils
Priority: optional
Homepage: https://github.com/pro555161rblxs/zip-drain
Vcs-Git: https://github.com/pro555161rblxs/zip-drain.git
Vcs-Browser: https://github.com/pro555161rblxs/zip-drain

Changelog

 zip-drain (1.0.2-1) sid; urgency=medium
 .
   * Total project rebuild for clean versioning.
   * Removed automated sudo escalation for security compliance.

QA information

Comments

  1. Upload 2 is the non-root version.
    Ready Armin Jay L. Caldito at March 31, 2026, 2:39 a.m.

Upload #1

Information

Version: 1.0-1
Uploaded: 2026-03-30 10:51
Source package: zip-drain_1.0-1.dsc
Distribution: unstable
Section: utils
Priority: optional
Homepage: https://github.com/pro555161rblxs/zip-drain

Changelog

 zip-drain (1.0-1) unstable; urgency=medium
 .
   * Initial stable 1.0 release.
   * Added batch-extraction logic for optimized CPU scaling.
   * Implemented "Drain" feature: auto-delete source content post-extraction.

QA information

Comments

  1. It is a virus?
    Needs work Alexander Ermakov at March 31, 2026, 1:36 a.m.
  2. bash: exec: sudo: не найден
    Needs work Alexander Ermakov at March 31, 2026, 1:37 a.m.
  3. it is using sudo for elevated perms..
    Ready Armin Jay L. Caldito at March 31, 2026, 1:53 a.m.
  4. these are why elevated perms is needed 
    renice -n -15: Only the root user is allowed to set a "negative" nice value (which gives the process higher CPU priority). Regular users can only make their processes slower, not faster.
    
    7z d (Delete from Archive): If the .zip file is owned by root or located in a system directory (like /usr/bin), a regular user can't modify it.
    
    chown -R: Only root can change the ownership of files from one user to another.
    Ready Armin Jay L. Caldito at March 31, 2026, 1:57 a.m.
  5. However, if you would like to disable it. remove those. 7z d is part of draining (DFA/Delete from Archive) chown -R, delete that it is unnecessary if you do not want security. renice -n -15 is for unzipping faster depending on CPU (necessary if you want to make it faster)
    Ready Armin Jay L. Caldito at March 31, 2026, 2 a.m.