Skip to content

Instantly share code, notes, and snippets.

@jaronson
Created October 25, 2013 14:51
Show Gist options
  • Save jaronson/7155915 to your computer and use it in GitHub Desktop.
Save jaronson/7155915 to your computer and use it in GitHub Desktop.
sudo apt-get -y install build-essential devscripts quilt
sudo apt-get -y build-dep openssl
apt-get source openssl
cd openssl-*
quilt pop -a # This removes updates
vi debian/patches/series # Remove no-ssl2.patch
vi debian/rules # Remove no-ssl2 in args
quilt push -a # Re-applies the updates
dch -n 'Allow dangerous v2 protocol'
dpkg-source –commit
debuild -uc -us
sudo dpkg -i ../*ssl*.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment