Package Details: ipscan 3.9.1-3

Git Clone URL: https://aur.archlinux.org/ipscan.git (read-only, click to copy)
Package Base: ipscan
Description: Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features.
Upstream URL: https://angryip.org
Keywords: network port scan
Licenses: GPL2
Submitter: None
Maintainer: max.bra
Last Packager: max.bra
Votes: 91
Popularity: 0.140921
First Submitted: 2009-02-01 15:20 (UTC)
Last Updated: 2023-10-19 09:58 (UTC)

Dependencies (2)

Required by (0)

Sources (4)

Latest Comments

1 2 3 4 Next › Last »

prurigro commented on 2023-10-12 16:06 (UTC)

@FabioLolix: Sure thing- here you go :) https://git.darkcloud.ca/kevin/ipscan-pkgbuild

FabioLolix commented on 2023-10-12 16:02 (UTC)

@prurigro a dedicated git repo is appreciated :)

prurigro commented on 2023-10-12 16:01 (UTC)

@FabioLolix: I added them in the comment that follows the gist- I can upload the whole package somewhere if that's easier.

FabioLolix commented on 2023-10-12 15:58 (UTC)

@prurigo Nice! Where can be found your patches build.gradle.patch and google-analytics-removal.patch? I have worked on that too https://github.com/FabioLolix/PKGBUILD-AUR_fix/blob/master/i/ipscan/PKGBUILD

For .jar there is an exclusion about being called -bin, I vaguely remember it has been discussed in the recent past (autopsy pkgbuilds)

prurigro commented on 2023-10-12 15:50 (UTC)

Hey, being that this isn't a -bin package, it should probably be built from source eh?

Here's a working build for the latest version: https://gist.github.com/prurigro/7daf3f86a19638fdd1c5f032d0eb0d61

max.bra commented on 2023-05-14 09:18 (UTC)

sorry, missing new requirements from version 3.7.6. java 11 is minimal version.

max.bra commented on 2023-05-14 09:15 (UTC)

c'mon guys, it's bytecode, it's not rust or c++...
your java version?

spikerguy commented on 2023-05-14 09:09 (UTC)

3.9.1 crashes with this error

ipscan
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/azib/ipscan/Main has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
        at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:621)

As advised by z3ntu before it have to be compiled from source instead of using the pre-compiled jar binary.

max.bra commented on 2020-03-17 16:36 (UTC)

@Singularity thanks for reporting but a don't have understand 'Encoding key' and 'GenericName' arguments...

overmind88 commented on 2019-12-17 14:15 (UTC)

@max.br ty for fast reaction