mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 0.2.2
PR: 129925 Submitted by: Michael Josic <systemoperator@gmail.com> (maintainer)
This commit is contained in:
parent
df24b22a54
commit
6cbf77b498
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224770
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nepenthes
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= nepenthes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nepenthes-0.2.0.tar.gz) = 3123b62700403a8baeb597b29d075779
|
||||
SHA256 (nepenthes-0.2.0.tar.gz) = a33a56b791bfb71559e121175106783087ae31d147362c9f17ea11796a68938a
|
||||
SIZE (nepenthes-0.2.0.tar.gz) = 913270
|
||||
MD5 (nepenthes-0.2.2.tar.gz) = 7681557ece4c05e8b601f99ca7da79ff
|
||||
SHA256 (nepenthes-0.2.2.tar.gz) = 1ea7969b41ef4c68af68f46207178996efc6e1b5f1046f090e450d52a1fad64e
|
||||
SIZE (nepenthes-0.2.2.tar.gz) = 936776
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- modules/download-curl/download-curl.cpp.orig Tue Dec 5 15:53:24 2006
|
||||
+++ modules/download-curl/download-curl.cpp Tue Dec 5 15:54:09 2006
|
||||
@@ -230,7 +230,9 @@
|
||||
down->getDownloadUrl()->getPort(),
|
||||
down->getDownloadUrl()->getPath().c_str());
|
||||
// string auth = down->getDownloadUrl()->getUser() + ":" + down->getDownloadUrl()->getPass();
|
||||
+#if LIBCURL_VERSION_NUM < 0x071000
|
||||
curl_easy_setopt(pCurlHandle, CURLOPT_SOURCE_USERPWD,(char *)down->getDownloadUrl()->getAuth().c_str());
|
||||
+#endif
|
||||
curl_easy_setopt(pCurlHandle, CURLOPT_USERPWD,(char *)down->getDownloadUrl()->getAuth().c_str());
|
||||
curl_easy_setopt(pCurlHandle, CURLOPT_URL , url);
|
||||
curl_easy_setopt(pCurlHandle, CURLOPT_FTP_RESPONSE_TIMEOUT, 120); // 2 min ftp timeout
|
@ -15,6 +15,9 @@ etc/nepenthes/nepenthes.conf.dist
|
||||
etc/nepenthes/shellcode-generic.conf
|
||||
etc/nepenthes/submit-file.conf
|
||||
etc/nepenthes/submit-gotek.conf
|
||||
etc/nepenthes/submit-http.conf
|
||||
etc/nepenthes/submit-mwserv.conf
|
||||
etc/nepenthes/submit-postgres.conf
|
||||
etc/nepenthes/submit-norman.conf
|
||||
etc/nepenthes/vuln-asn1.conf
|
||||
etc/nepenthes/vuln-bagle.conf
|
||||
@ -33,7 +36,6 @@ etc/nepenthes/vuln-netdde.conf
|
||||
etc/nepenthes/vuln-optix.conf
|
||||
etc/nepenthes/vuln-pnp.conf
|
||||
etc/nepenthes/vuln-sasserftpd.conf
|
||||
etc/nepenthes/vuln-ssh.conf
|
||||
etc/nepenthes/vuln-sub7.conf
|
||||
etc/nepenthes/vuln-upnp.conf
|
||||
etc/nepenthes/vuln-veritas.conf
|
||||
@ -69,6 +71,9 @@ lib/nepenthes/downloadtftp.so
|
||||
lib/nepenthes/logdownload.a
|
||||
lib/nepenthes/logdownload.la
|
||||
lib/nepenthes/logdownload.so
|
||||
lib/nepenthes/loghexdump.a
|
||||
lib/nepenthes/loghexdump.la
|
||||
lib/nepenthes/loghexdump.so
|
||||
lib/nepenthes/logirc.a
|
||||
lib/nepenthes/logirc.la
|
||||
lib/nepenthes/logirc.so
|
||||
@ -108,6 +113,12 @@ lib/nepenthes/submitfile.so
|
||||
lib/nepenthes/submitgotek.a
|
||||
lib/nepenthes/submitgotek.la
|
||||
lib/nepenthes/submitgotek.so
|
||||
lib/nepenthes/submithttp.a
|
||||
lib/nepenthes/submithttp.la
|
||||
lib/nepenthes/submithttp.so
|
||||
lib/nepenthes/submitmwserv.a
|
||||
lib/nepenthes/submitmwserv.la
|
||||
lib/nepenthes/submitmwserv.so
|
||||
lib/nepenthes/submitnorman.a
|
||||
lib/nepenthes/submitnorman.la
|
||||
lib/nepenthes/submitnorman.so
|
||||
@ -168,6 +179,9 @@ lib/nepenthes/vulnrealvnc.so
|
||||
lib/nepenthes/vulnsasserftpd.a
|
||||
lib/nepenthes/vulnsasserftpd.la
|
||||
lib/nepenthes/vulnsasserftpd.so
|
||||
lib/nepenthes/vulnsav.a
|
||||
lib/nepenthes/vulnsav.la
|
||||
lib/nepenthes/vulnsav.so
|
||||
lib/nepenthes/vulnssh.a
|
||||
lib/nepenthes/vulnssh.la
|
||||
lib/nepenthes/vulnssh.so
|
||||
|
Loading…
Reference in New Issue
Block a user