diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-06 06:58:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-06 06:58:02 +0000 |
commit | 99d09efc5328cf5b64fc123a73df7c18d2b52a54 (patch) | |
tree | 49f9cc60b7c432c092fa6971bcc0becd2e6692ae /main/wireshark/pod-encoding.patch | |
parent | 87aeac4597e0058b2750f689f04d2dc4529b13c6 (diff) | |
download | aports-99d09efc5328cf5b64fc123a73df7c18d2b52a54.tar.bz2 aports-99d09efc5328cf5b64fc123a73df7c18d2b52a54.tar.xz |
main/wireshark: upgrade to 1.10.0
Diffstat (limited to 'main/wireshark/pod-encoding.patch')
-rw-r--r-- | main/wireshark/pod-encoding.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/main/wireshark/pod-encoding.patch b/main/wireshark/pod-encoding.patch new file mode 100644 index 0000000000..094c1dd00a --- /dev/null +++ b/main/wireshark/pod-encoding.patch @@ -0,0 +1,37 @@ +diff --git a/doc/asn2deb.pod b/doc/asn2deb.pod +index 0baa50e..529b0a3 100644 +--- a/doc/asn2deb.pod ++++ b/doc/asn2deb.pod +@@ -1,4 +1,4 @@ +- ++=encoding utf8 + =head1 NAME + + asn2deb - Create a Debian package for BER monitoring from ASN.1 +@@ -72,4 +72,4 @@ B<W. Borgert> Author. + + =head1 COPYRIGHT + +-Copyright (C) 2003, 2005 W. Borger +\ No newline at end of file ++Copyright (C) 2003, 2005 W. Borger +diff --git a/doc/idl2deb.pod b/doc/idl2deb.pod +index 9a43c7f..d9a703e 100644 +--- a/doc/idl2deb.pod ++++ b/doc/idl2deb.pod +@@ -1,4 +1,4 @@ +- ++=encoding utf8 + =head1 NAME + + idl2deb - Create a Debian package for CORBA monitoring from IDL +diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template +index 363d999..2760cfa 100644 +--- a/doc/wireshark.pod.template ++++ b/doc/wireshark.pod.template +@@ -1,4 +1,4 @@ +- ++=encoding utf8 + =head1 NAME + + wireshark - Interactively dump and analyze network traffic |