rapid7 / meterpreter

THIS REPO IS OBSOLETE. USE https://github.com/rapid7/metasploit-payloads INSTEAD
Other
326 stars 144 forks source link

Update PCAP, SSL libraries, move to meterpreter-deps #132

Closed bcook-r7 closed 9 years ago

bcook-r7 commented 9 years ago

This updates libpcap by updating to 1.6.2 and forward-porting patches from the earlier release. The tarball is checked into the meterpreter-deps repo as well to eliminate an external download dependency.

OpenSSL 0.9.8za is updated to LibreSSL 2.1.4. Some care has to be taken to ensure that the entropy collection functions are compatible with the limitations of the current C library. This also moves the archives to meterpreter-deps and eliminates the download dependency (which recently broke due to reorganization upstream in the OpenSSL repos).

metasploit-public-bot commented 9 years ago

Test FAILED. Refer to this link for build results (access rights to CI server needed): https://ci.metasploit.com//job/GPR-MeterpreterWin/152/ Test FAILED.

bcook-r7 commented 9 years ago

Oops, I forgot to circle back and readjust the visual studio project after moving the files to the submodule. Will fix.

bcook-r7 commented 9 years ago

Bah, the changes I had made for windows are missing. I'll close again and sort this out.