Sign me up Login

Details about package ipscan

Name: ipscan
Uploader: Jonathan Bergh <bergh.jonathan@gmail.com> (Debian QA page)
Description: ipscan - Angry IP Scanner

Package uploads

Upload #3

Information

Version: 3.9.3+ds-1
Uploaded: 2026-04-19 00:51
Source package: ipscan_3.9.3+ds-1.dsc
Distribution: unstable
Section: java
Priority:
Homepage: https://angryip.org/
Closes bugs: #1122631

Changelog

 ipscan (3.9.3+ds-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1122631)

QA information

Comments

  1. Ready for review - see notes on #2 below
    Ready Jonathan Bergh at April 19, 2026, 12:59 a.m.

Upload #2

Information

Version: 3.9.3+ds-1
Uploaded: 2026-04-04 21:06
Source package: ipscan_3.9.3+ds-1.dsc
Distribution: unstable
Section: java
Priority:
Homepage: https://angryip.org/
Closes bugs: #1122631

Changelog

 ipscan (3.9.3+ds-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1122631)

QA information

Comments

  1. when you have: Architecture: amd64
    
    i can not build it. i'm on arm64, make it any in d/control
    Needs work Alex Myczko at April 8, 2026, 7:09 p.m.
  2. at launch phones home telling me it's running 3.9.3+ds but latest stable version is 3.9.3. can you patch that away?
    Needs work Alex Myczko at April 8, 2026, 7:30 p.m.
  3. please default to don't send anonymous bug reports.
    
    what's built-in method for pinging with java? (yes i could check the source, but i'm not a java person)
    Needs work Alex Myczko at April 8, 2026, 7:33 p.m.
  4. the default to skip .0 and .255 is not really good, i'd default that to include those.
    Needs work Alex Myczko at April 8, 2026, 7:33 p.m.
  5. Hi
    
    >> i can not build it. i'm on arm64, make it any in d/control
    
    Alright
    
    >> at launch phones home telling me it's running 3.9.3+ds but latest stable version is 3.9.3. can you patch that away?
    
    Sure, will do
    Needs work Jonathan Bergh at April 8, 2026, 7:34 p.m.
  6. Latest upload (#3 above) addresses (all) the above
    - default anon bug reports set to FALSE
    - skip broadcast ports (0,255) set to FALSE
    - internal java manifest now reflects true upstream version (ie no +ds, +dfsg) etc so wont trigger spurious update notification
    - changes to "any" on instead of amd64 i d/rules
    
    NB you might need to remove java.Preferences preferences (~/.local/.userPrefs/ipscan) if to ensure previous preferences are not persisted across installs.
    Ready Jonathan Bergh at April 19, 2026, 12:58 a.m.

Upload #1

Information

Version: 3.9.3+ds-1
Uploaded: 2026-04-04 13:36
Source package: ipscan_3.9.3+ds-1.dsc
Distribution: unstable
Section: java
Priority:
Homepage: https://angryip.org/
Closes bugs: #1122631

Changelog

 ipscan (3.9.3+ds-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1122631)

QA information

Comments

  1. the build process is downloading from internet, that's not allowed:
    
    ./gradlew clean
    Downloading https://services.gradle.org/distributions/gradle-8.14.3-bin.zip
    ...................................................................................................................................
    Unzipping /home/tar/.gradle/wrapper/dists/gradle-8.14.3-bin/cv11ve7ro1n3o1j4so8xd9n66/gradle-8.14.3-bin.zip to /home/tar/.gradle/wrapper/dists/gradle-8.14.3-bin/cv11ve7ro1n3o1j4so8xd9n66
    Set executable permissions for: /home/tar/.gradle/wrapper/dists/gradle-8.14.3-bin/cv11ve7ro1n3o1j4so8xd9n66/gradle-8.14.3/bin/gradle
    WARNING: A restricted method in java.lang.System has been called
    
    even if it was, it fails:
    
    WARNING: Restricted methods will be blocked in a future release unless native access is enabled
    
    
    FAILURE: Build failed with an exception.
    
    * What went wrong:
    BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 69
    > Unsupported class file major version 69
    
    * Try:
    > Run with --stacktrace option to get the stack trace.
    > Run with --info or --debug option to get more log output.
    > Run with --scan to get full insights.
    > Get more help at https://help.gradle.org.
    
    BUILD FAILED in 1s
    make[2]: *** [Makefile:20: linux64] Error 1
    make[2]: Leaving directory '/home/tar/debian/ipscan/ipscan-3.9.3+ds'
    make[1]: Leaving directory '/home/tar/debian/ipscan/ipscan-3.9.3+ds'
       dh_auto_test
    Needs work Alex Myczko at April 4, 2026, 3:30 p.m.
  2. I've cleaned this up now. 
     - Builds in offline pbuilder environment (pdebuild)
     - Changed to using --buildsystem=gradle directly and no longer the upstream Makefile / gradlewrapper
    
    Lintian warnings about Version: 5 d/watch are incorrect I believe
    Ready Jonathan Bergh at April 5, 2026, 9:48 a.m.