Age | Commit message (Collapse) | Author |
|
|
|
Responder version 3.0.0.0 supposedly added Python 3 support, but basic
testing shows many bugs still exist when running it with Python 3. The
package upgrade to 3.0.0.0 didn't even run the program with Python 3
because the shell script wasn't changed (my bad), so users probably
didn't experience breakage unless they didn't have the python2 package
installed. I will do more vigorous testing with upstream responder
before I upgrade the Python dependency to version 3. For now, it runs
fine on Python 2.
|
|
I forgot to do this with the update to 3.0.0.0, but the AUR was denying
my force-pushes. This should make the package update register properly
with the AUR.
|
|
|
|
|
|
Before this change, Responder.py would simply quit if not given root privileges
and state that it needed to be run as root. Now it requests root privileges,
and if they are not given, it quits as before. Note that this does not apply
when running responder with "--version" or "--help" ("-h" included), as those
options do not require root.
|
|
Also removed the vim-specific line at the end of PKGBUILD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I also removed dhcp-responder. All the addtional tools should be
accessed via the install directory in /opt/responder
|
|
|