mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
* Fix code obtaining content-encoding from content-type header. * Fix encoding error for two languages. (MySQL) While here, do some clean up. PR: 262606 Reported by: ek@purplehat.org (maintainer) MFH: 2022Q2 (bugfix release)
8 lines
215 B
Perl
8 lines
215 B
Perl
--- scripts/detectvba.pl.orig 2022-03-16 00:45:19 UTC
|
|
+++ scripts/detectvba.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/perl -w
|
|
+#!/usr/bin/env perl
|
|
#technion@lolware.net
|
|
#Detects vba macros containing blacklisted strings.
|
|
#
|