libpcap: update to 1.9.1
Fixed CVEs:
	CVE-2018-16301
	CVE-2019-15161
	CVE-2019-15162
	CVE-2019-15163
	CVE-2019-15164
	CVE-2019-15165
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
(cherry picked from commit 44f11353de)
			
			
This commit is contained in:
		 DENG Qingfang
					DENG Qingfang
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							a857fc2ded
						
					
				
				
					commit
					96a87b90ef
				
			| @@ -1,6 +1,6 @@ | ||||
| --- a/Makefile.in | ||||
| +++ b/Makefile.in | ||||
| @@ -573,14 +573,6 @@ install: install-shared install-archive | ||||
| @@ -588,14 +588,6 @@ install: install-shared install-archive | ||||
|  	    (mkdir -p $(DESTDIR)$(includedir); chmod 755 $(DESTDIR)$(includedir)) | ||||
|  	[ -d $(DESTDIR)$(includedir)/pcap ] || \ | ||||
|  	    (mkdir -p $(DESTDIR)$(includedir)/pcap; chmod 755 $(DESTDIR)$(includedir)/pcap) | ||||
| @@ -15,7 +15,7 @@ | ||||
|  	for i in $(PUBHDR); do \ | ||||
|  		$(INSTALL_DATA) $(srcdir)/$$i \ | ||||
|  		    $(DESTDIR)$(includedir)/$$i; done | ||||
| @@ -590,56 +582,6 @@ install: install-shared install-archive | ||||
| @@ -605,59 +597,6 @@ install: install-shared install-archive | ||||
|  	[ -d $(DESTDIR)$(libdir)/pkgconfig ] || \ | ||||
|  	    (mkdir -p $(DESTDIR)$(libdir)/pkgconfig; chmod 755 $(DESTDIR)$(libdir)/pkgconfig) | ||||
|  	$(INSTALL_DATA) libpcap.pc $(DESTDIR)$(libdir)/pkgconfig/libpcap.pc | ||||
| @@ -32,6 +32,9 @@ | ||||
| -	rm -f pcap_datalink_val_to_description.3pcap && \ | ||||
| -	$(LN_S) pcap_datalink_val_to_name.3pcap \ | ||||
| -		 pcap_datalink_val_to_description.3pcap && \ | ||||
| -	rm -f pcap_datalink_val_to_description_or_dlt.3pcap && \ | ||||
| -	$(LN_S) pcap_datalink_val_to_name.3pcap \ | ||||
| -		 pcap_datalink_val_to_description_or_dlt.3pcap && \ | ||||
| -	rm -f pcap_dump_fopen.3pcap && \ | ||||
| -	$(LN_S) pcap_dump_open.3pcap pcap_dump_fopen.3pcap && \ | ||||
| -	rm -f pcap_freealldevs.3pcap && \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user