mirror of
https://github.com/rofl0r/proxychains-ng
synced 2026-05-17 11:12:36 +08:00
Compare commits
2 Commits
@@ -59,7 +59,7 @@ $(DESTDIR)$(bindir)/%: %
|
|||||||
$(DESTDIR)$(libdir)/%: %
|
$(DESTDIR)$(libdir)/%: %
|
||||||
$(INSTALL) -D -m 644 $< $@
|
$(INSTALL) -D -m 644 $< $@
|
||||||
|
|
||||||
$(DESTDIR)$(sysconfdir)/%: %
|
$(DESTDIR)$(sysconfdir)/%: src/%
|
||||||
$(INSTALL) -D -m 644 $< $@
|
$(INSTALL) -D -m 644 $< $@
|
||||||
|
|
||||||
install-libs: $(ALL_LIBS:%=$(DESTDIR)$(libdir)/%)
|
install-libs: $(ALL_LIBS:%=$(DESTDIR)$(libdir)/%)
|
||||||
|
|||||||
@@ -52,6 +52,9 @@ ProxyChains-NG ver 4.8 README
|
|||||||
|
|
||||||
Changelog:
|
Changelog:
|
||||||
----------
|
----------
|
||||||
|
Version 4.8.1:
|
||||||
|
- fix regression in 4.8 install-config Makefile target
|
||||||
|
|
||||||
Version 4.8:
|
Version 4.8:
|
||||||
- fix for odd cornercase where getaddrinfo was used with AI_NUMERICHOST
|
- fix for odd cornercase where getaddrinfo was used with AI_NUMERICHOST
|
||||||
to test for a numeric ip instead of resolving it (fixes nmap).
|
to test for a numeric ip instead of resolving it (fixes nmap).
|
||||||
|
|||||||
Reference in New Issue
Block a user