mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
Snapshot release 1.0.4e
This commit is contained in:
parent
355c76352a
commit
70c4c054cd
@ -1,5 +1,9 @@
|
|||||||
2001-03-27 Werner Koch <wk@gnupg.org>
|
2001-03-27 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* defs.inc: Removed creation of options file.
|
||||||
|
* options.in: New.
|
||||||
|
* Makefile.am: Create options file and fixed import of pubdemo.asc.
|
||||||
|
|
||||||
* run-gpg.patterns (gpg): Add some more patterns.
|
* run-gpg.patterns (gpg): Add some more patterns.
|
||||||
|
|
||||||
2001-03-20 Werner Koch <wk@gnupg.org>
|
2001-03-20 Werner Koch <wk@gnupg.org>
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
## Process this file with automake to create Makefile.in
|
## Process this file with automake to create Makefile.in
|
||||||
|
|
||||||
GPG_DEARMOR = ../g10/gpg --no-options --quiet --yes --dearmor
|
GPG_DEARMOR = ../g10/gpg --no-options --no-greeting --batch --quiet --yes --dearmor
|
||||||
GPG_IMPORT = ../g10/gpg --homedir . --no-options --quiet --yes --import
|
GPG_IMPORT = ../g10/gpg --homedir . --quiet --yes --import
|
||||||
|
|
||||||
TESTS = version.test mds.test \
|
TESTS = version.test mds.test \
|
||||||
decrypt.test decrypt-dsa.test \
|
decrypt.test decrypt-dsa.test \
|
||||||
@ -36,7 +36,7 @@ TESTS = version.test mds.test \
|
|||||||
|
|
||||||
TEST_FILES = pubring.asc secring.asc plain-1o.asc plain-2o.asc plain-3o.asc \
|
TEST_FILES = pubring.asc secring.asc plain-1o.asc plain-2o.asc plain-3o.asc \
|
||||||
plain-1.asc plain-2.asc plain-3.asc plain-1-pgp.asc \
|
plain-1.asc plain-2.asc plain-3.asc plain-1-pgp.asc \
|
||||||
pubring.pkr.asc secring.skr.asc secdemo.asc pubdemo.asc
|
pubring.pkr.asc secring.skr.asc secdemo.asc pubdemo.asc options.in
|
||||||
|
|
||||||
DATA_FILES = data-500 data-9000 data-32000 data-80000 plain-large
|
DATA_FILES = data-500 data-9000 data-32000 data-80000 plain-large
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ EXTRA_DIST = defs.inc run-gpg run-gpg.patterns $(TESTS) $(TEST_FILES) \
|
|||||||
mkdemodirs signdemokey
|
mkdemodirs signdemokey
|
||||||
CLEANFILES = prepared.stamp x y yy z out err $(DATA_FILES) \
|
CLEANFILES = prepared.stamp x y yy z out err $(DATA_FILES) \
|
||||||
plain-1 plain-2 plain-3 options trustdb.gpg *.lock .\#lk* \
|
plain-1 plain-2 plain-3 options trustdb.gpg *.lock .\#lk* \
|
||||||
pubring.gpg secring.gpg pubring.pkr secring.skr
|
pubring.gpg secring.gpg pubring.pkr secring.skr options
|
||||||
DISTCLEANFILES = pubring.gpg~
|
DISTCLEANFILES = pubring.gpg~
|
||||||
|
|
||||||
|
|
||||||
@ -54,13 +54,15 @@ distclean-local:
|
|||||||
./mkdemodirs --clean
|
./mkdemodirs --clean
|
||||||
|
|
||||||
prepared.stamp: ./pubring.gpg ./secring.gpg ./plain-1 ./plain-2 ./plain-3 \
|
prepared.stamp: ./pubring.gpg ./secring.gpg ./plain-1 ./plain-2 ./plain-3 \
|
||||||
./pubring.pkr ./secring.skr $(DATA_FILES)
|
./pubring.pkr ./secring.skr ./options $(DATA_FILES)
|
||||||
|
$(GPG_IMPORT) $(srcdir)/pubdemo.asc
|
||||||
echo timestamp >./prepared.stamp
|
echo timestamp >./prepared.stamp
|
||||||
|
|
||||||
|
./options: $(srcdir)/options.in
|
||||||
|
cat $(srcdir)/options.in >./options
|
||||||
|
|
||||||
./pubring.gpg: $(srcdir)/pubring.asc $(srcdir)/pubdemo.asc
|
./pubring.gpg: $(srcdir)/pubring.asc $(srcdir)/pubdemo.asc
|
||||||
$(GPG_DEARMOR) -o ./pubring.gpg $(srcdir)/pubring.asc
|
$(GPG_DEARMOR) -o ./pubring.gpg $(srcdir)/pubring.asc
|
||||||
$(GPG_IMPORT) $(srcdir)/pubdemo.asc
|
|
||||||
|
|
||||||
./secring.gpg: $(srcdir)/secring.asc
|
./secring.gpg: $(srcdir)/secring.asc
|
||||||
$(GPG_DEARMOR) -o ./secring.gpg $(srcdir)/secring.asc
|
$(GPG_DEARMOR) -o ./secring.gpg $(srcdir)/secring.asc
|
||||||
|
@ -98,11 +98,5 @@ pgmname=`basename $0`
|
|||||||
|
|
||||||
[ -z "$srcdir" ] && fatal "not called from make"
|
[ -z "$srcdir" ] && fatal "not called from make"
|
||||||
|
|
||||||
cat <<EOF >./options
|
:
|
||||||
no-greeting
|
# end
|
||||||
no-secmem-warning
|
|
||||||
load-extension ../cipher/tiger
|
|
||||||
batch
|
|
||||||
emulate-md-encode-bug
|
|
||||||
EOF
|
|
||||||
|
|
5
checks/options.in
Normal file
5
checks/options.in
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
no-greeting
|
||||||
|
no-secmem-warning
|
||||||
|
load-extension ../cipher/tiger
|
||||||
|
batch
|
||||||
|
emulate-md-encode-bug
|
473
po/es_ES.po
473
po/es_ES.po
File diff suppressed because it is too large
Load Diff
478
po/pt_BR.po
478
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
475
po/pt_PT.po
475
po/pt_PT.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user