Commit Graph

41 Commits

Author SHA1 Message Date
reinhard
94080bca6f sysctl; Jacob Meuser <jakemsr@jakemsr.com> 2002-01-28 11:34:56 +00:00
reinhard
c9564112ae - pkg/MESSAGE from Sebastian Stark <seb@todesplanet.de>
- distinfo, NEED_VERSION
- REGRESS_TARGET
- maintainer; markus@
2001-12-09 12:51:40 +00:00
pvalchev
be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00
lebel
33f764e47a Removed patch-g10_mainproc.c mostly because this patch was related to
the 1.0.4 release and because the problem was later fixed in 1.0.5 (and
later versions).  Here is a quote from the NEWS file about this issue:

--cut--
* WARNING: The semantics of --verify have changed to address a
problem with detached signature detection. --verify now ignores signed
material given on stdin unless this is requested by using a "-" as the
name for the file with the signed material.  Please check all your
detached signature handling applications and make sure that they don't
pipe the signed material to stdin without using a filename together with
"-" on the the command line.
--cut--

The patch introduce a problem in the way verifying a signature returned
a value of 2 instead of 0 (when the signature was properly verified).
The symptom showed itself in mutt for example.

This problem was found by Anders Arnholm <anders@arnholm.nu>

markus@ asked me to commit this.
2001-08-22 15:22:40 +00:00
pvalchev
db891178f7 correct asm-syntax for powerpc. pointed by drahn, ok markus 2001-08-09 16:48:35 +00:00
reinhard
0ee577796d add new MASTER_SITES for idea flavor 2001-07-12 16:07:17 +00:00
naddy
11533c99b9 fix plist: remove @dirrm's for directories not under exclusive control
of this package
2001-06-05 16:02:32 +00:00
reinhard
9879992112 update to gnupg-1.0.6; SECURITY FIX
*) Fixed a format string bug which is exploitable if --batch is not used.
*) Checked all translations for format strings bugs.
*) Removed the Russian translation due to too many bugs.
*) Fixed keyserver access and expire time calculation.

ok maintainer
2001-06-05 09:19:05 +00:00
jakob
436c5ffef5 update to v1.0.5. ok markus@. 2001-05-23 15:28:49 +00:00
reinhard
cbf72a17e0 better fetch target for idea flavor 2001-04-17 20:53:04 +00:00
reinhard
fb98f9a8d8 kill pkg/COMMENT 2001-03-23 16:30:16 +00:00
reinhard
36bdf033ff SECURITY UPDATE (Klima-Rosa attack)
patch from:
Florian Weimer <Florian.Weimer@RUS.UNI-STUTTGART.DE>
# http://cert.uni-stuttgart.de/files/fw/gnupg-klima-rosa.diff
# http://cert.uni-stuttgart.de/files/fw/gnupg-klima-rosa.diff.asc

It introduces additional consistency checks, as suggested by the
authors of the paper.  The checks are slightly different, but they
make the two additional attacks infeasible, I think.  In the future,
it might be a good idea to add a check the generated signature for
validity, this will detect bugs in the MPI implementation which could
result in a revealed secret key, too.


ok markus@
2001-03-23 13:10:20 +00:00
brad
c7494118eb fixup Makefile 2001-03-05 18:54:06 +00:00
brad
a184931e0b - trim out unnecessary mention of additional modules
- better entry for FLAVORs
2001-03-05 18:53:10 +00:00
reinhard
3a4405288e patches for idea flavor 2001-03-03 17:20:26 +00:00
reinhard
f4aa1ff9a5 o) minor fix for one of the MASTER_SITES; Pete Fritchman <petef@databits.net>
o) use /dev/arandom; suggested by markus@
o) add idea FLAVOR; suggested by markus@
o) add another MASTER_SITE
o) bump NEED_VERSION
2001-03-03 17:17:28 +00:00
reinhard
64f02cb85e increment PKGNAME; thx naddy@ for pointing out 2000-12-23 16:48:06 +00:00
reinhard
5e2899097a Security update, from the original patch:
It has been pointed out that there is another bug in the signature
verification code of GnuPG.

         * This can easily lead to false positives *

All versions of GnuPG released before today are vulnerable!

To check a detached singature you normally do this:

  gpg --verify foo.sig foo.txt

The problem here is that someone may replace foo.sig with a standard
signature containing some arbitrary signed text and its signature,
and then modify foo.txt - GnuPG does not detect this - Ooops.

The solution for this problem ist not easy and needs a change in the
semantics of the --verify command: It will not any longer be
possible to do this:

  gpg --verify foo.sig <foo.txt

Instead you have to use this

  gpg --verify foo.sig - <foo.txt

The difference here is that gpg sees 2 files on the command lines
and thereby knows that it should check a detached signature.  We
really need this information and there is no way to avoid that
change, sorry.  You should make sure that you never use the first
form, because this will lead to false positives when foo.sig is not
a detached signature - gnupg does detect the other case and warns
you, but this is not sufficient.  If you use GnuPG from other
applications, please change it.

ok markus@
2000-12-23 15:20:59 +00:00
markus
07aae00303 security update, since 1.0.3 does not detect modifications of files with multiple signatures 2000-10-30 12:52:32 +00:00
espie
aff2e05260 Maintainer 2000-10-22 17:02:40 +00:00
aaron
41a5d86f80 Fix some pkg/COMMENT formatting:
- Decapitalize first letter of comment if appropriate.
- Remove trailing blank lines.
- Remove punctuation.
- Remove version numbers which are often overlooked when updating.
- espie@ ok
2000-09-22 14:55:55 +00:00
brad
1ea6743d0d upgrade to gnupg 1.0.3 2000-09-19 13:18:50 +00:00
brad
da9686bef0 remove old man page; pointed out by Fabian Kroenner <escher@spoiled.org> 2000-08-12 18:21:45 +00:00
brad
144aeba379 upgrade to gnupg 1.0.2 2000-07-13 19:39:24 +00:00
brad
1f8afbaa3d - add HOMEPAGE
- GNU_CONFIGURE -> CONFIGURE_STYLE
- remove license type
- mkdir -> ${INSTALL_DATA_DIR}
- add @comment with RCS id to PLIST
2000-06-29 06:06:31 +00:00
espie
0fd05ef2ce Move all NEED_VERSION right after CATEGORY 2000-03-24 22:11:32 +00:00
espie
6f43c05443 Fake. Leave gnu-make along for now, it suspiciously looks like an OpenBSD
make bug.
2000-03-11 02:54:18 +00:00
turan
504f314d16 espie will not shut up about this, DISTF -> DISTFILES, PKG -> PACKAGE 2000-02-15 05:03:51 +00:00
turan
1574b9aa2e gpl licenses 2000-02-12 08:02:07 +00:00
brad
2cddf37962 upgrade to gnupg 1.0.1 (minus the html documentation which does not come
with the distribution anymore it seems)
1999-12-23 02:54:24 +00:00
brad
e0d38f42fe remove unnecessary CONFIGURE_ENV tag; ok'd by markus@ 1999-11-30 23:13:52 +00:00
brad
b3f9c43fa6 - change maintainers email address to markus@openbsd.org
- cleanup Makefile
1999-11-30 02:54:31 +00:00
brad
f79860d09b upgrade to gnupg 1.0.0; maintainer 1999-09-09 02:54:30 +00:00
brad
e8ddcc28e7 upgrade to GNUpg 0.9.11 1999-09-04 21:54:06 +00:00
brad
37e77d5814 upgrade to gnupg 0.9.10 1999-08-04 22:41:02 +00:00
brad
040cb584ca upgrade to GNUPG 0.9.9; -
Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1999-07-25 23:33:41 +00:00
brad
1f6d884e7b upgrade to GNUpg 0.9.8 1999-06-28 20:05:41 +00:00
brad
f22308a351 change SEPARATE_BUILD= yes -> concurrent 1999-06-03 13:49:50 +00:00
brad
001ae99fd7 upgrade to GnuPG 0.9.7 1999-05-24 20:55:44 +00:00
brad
8b5d32c736 upgrade to GnuPG 0.9.6 1999-05-08 17:38:40 +00:00
brad
4a7daafbb4 add gnupg port; markus.friedl@informatik.uni-erlangen.de
-
GNU privacy guard - a free PGP replacement.
1999-04-23 03:16:05 +00:00