Skip to content

Commit

Permalink
explicitly added Mozilla::CA module
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Aug 22, 2017
1 parent 008f9d1 commit 7c936b4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2017-05-22 11:21:03 +0200 (HEAD -> master) do not DIE from bad certs -- Tobias Oetiker
2017-04-06 09:50:43 +0200 (origin/master) if chain options are omitted write cert and chain to the file specifi… (#18) -- maettu
2017-05-22 11:21:43 +0200 (HEAD -> master, tag: v0.6.1, origin/master) 0.6.1 -- Tobias Oetiker
2017-05-22 11:21:03 +0200 do not DIE from bad certs -- Tobias Oetiker
2017-04-06 09:50:43 +0200 if chain options are omitted write cert and chain to the file specifi… (#18) -- maettu
2017-04-06 09:52:51 +0200 0.6.0 -- Tobias Oetiker
2017-02-07 10:19:29 +0100 sync changes -- Tobias Oetiker
2016-07-28 14:24:02 +0200 say filename when cert expires within 30 days -- OEP
Expand Down
1 change: 1 addition & 0 deletions PERL_MODULES
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ JSON
Crypt::OpenSSL::X509
Net::SSLeay
IO::Socket::SSL
Mozilla::CA
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.2
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for AcmeFetch 0.6.1.
# Generated by GNU Autoconf 2.69 for AcmeFetch 0.6.2.
#
# Report bugs to <tobi@oetiker.ch>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='AcmeFetch'
PACKAGE_TARNAME='acmefetch'
PACKAGE_VERSION='0.6.1'
PACKAGE_STRING='AcmeFetch 0.6.1'
PACKAGE_VERSION='0.6.2'
PACKAGE_STRING='AcmeFetch 0.6.2'
PACKAGE_BUGREPORT='tobi@oetiker.ch'
PACKAGE_URL=''

Expand Down Expand Up @@ -1295,7 +1295,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures AcmeFetch 0.6.1 to adapt to many kinds of systems.
\`configure' configures AcmeFetch 0.6.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1362,7 +1362,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of AcmeFetch 0.6.1:";;
short | recursive ) echo "Configuration of AcmeFetch 0.6.2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1460,7 +1460,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
AcmeFetch configure 0.6.1
AcmeFetch configure 0.6.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1716,7 +1716,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by AcmeFetch $as_me 0.6.1, which was
It was created by AcmeFetch $as_me 0.6.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2583,7 +2583,7 @@ fi
# Define the identity of the package.
PACKAGE='acmefetch'
VERSION='0.6.1'
VERSION='0.6.2'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -5258,7 +5258,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by AcmeFetch $as_me 0.6.1, which was
This file was extended by AcmeFetch $as_me 0.6.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5315,7 +5315,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
AcmeFetch config.status 0.6.1
AcmeFetch config.status 0.6.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down

0 comments on commit 7c936b4

Please sign in to comment.