1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-17 11:12:36 +08:00

Compare commits

..

2 Commits

3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -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)/%)
+3
View File
@@ -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).
+1 -1
View File
@@ -1 +1 @@
4.8 4.8.1