Comment 1 for bug 992543

Revision history for this message
Reuben Firmin (reubenf) wrote :

Launchpad wouldn't let me attach it. Here's a paste of the file:

Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 vpnc (0.5.3r512-2ubuntu1) precise; urgency=low
 .
   * Added fetch-split-dns-prop.patch to fetch split DNS property from
     Cisco VPN servers. (LP: #954747)
Author: Evan Broder <email address hidden>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/954747

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- vpnc-0.5.3r512.orig/Makefile
+++ vpnc-0.5.3r512/Makefile
@@ -39,7 +39,7 @@ DOCDIR=$(PREFIX)/share/doc/vpnc

 # Comment this in to obtain a binary with certificate support which is
 # GPL incompliant though.
-#OPENSSL_GPL_VIOLATION=yes
+OPENSSL_GPL_VIOLATION=yes

 CRYPTO_LDADD = $(shell pkg-config --libs gnutls)
 CRYPTO_CFLAGS = $(shell pkg-config --cflags gnutls) -DCRYPTO_GNUTLS