Commit Graph

8492 Commits

Author SHA1 Message Date
brad
d955308d0c upgrade to pngcrush 1.5.3 2000-12-25 22:04:16 +00:00
brad
eca5967b7b spaces -> tab 2000-12-25 21:01:33 +00:00
kevlo
c870edef2c - Upgrade to 2.6a
- Add HOMEPAGE and @comment to PLIST
2000-12-25 12:59:07 +00:00
brad
8b1dfbc7a1 ensure that paths in the manpages are not hardcoded to /usr/local 2000-12-25 06:52:22 +00:00
brad
90d98d6193 add KAME IPv6 patch 2000-12-25 06:37:18 +00:00
brad
26cc173369 use KAME 12/25 IPv6 patch 2000-12-25 06:03:14 +00:00
itojun
020238ddd4 upgrade to 0.89a. 0.88 tar.gz was replaced by symlink to 0.89 <sigh> 2000-12-25 05:00:37 +00:00
brad
25701db117 - fixup Makefile
- add libtool patches
- stop splitting info page
- don't start COMMENT with a capital letter when it's not necessary
2000-12-25 03:53:36 +00:00
brad
efc52667fc %D/lib -> %B 2000-12-25 01:55:40 +00:00
naddy
020adcdb04 Add ari-yahoo.
(Which is a console Yahoo! messenger client.)
2000-12-24 14:11:47 +00:00
naddy
34721f5003 import of ari-yahoo 1.7
from Arthur Johnson <arthur@linuxbox.nu>, additional work by me
2000-12-24 14:08:53 +00:00
jakob
a2b3ac2ff0 import of the GNU MP library as a port as libgmp is removed from -current 2000-12-24 12:18:50 +00:00
kevlo
1b7c9f316d Oops, forgot to remove this patch. 2000-12-24 05:08:32 +00:00
kevlo
5016a8e529 - Upgrade to 0.08
- Update MASTER_SITES
- Add HOMEPAGE & @comment to packing list
2000-12-24 05:07:55 +00:00
espie
ec0ac95073 bug-fix from graywane. 2000-12-23 20:51:22 +00:00
avsm
7c627c5b5d Install additional man pages, created by Gerrit Pape, and available
as a separate distfile.

camield@ ok
2000-12-23 17:57:47 +00:00
reinhard
64f02cb85e increment PKGNAME; thx naddy@ for pointing out 2000-12-23 16:48:06 +00:00
kevlo
51a265441c Add HOMEPAGE 2000-12-23 15:32:00 +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
kevlo
a8d846a00c Add HOMEPAGE 2000-12-23 15:19:59 +00:00
kevlo
f5c0dd230d - Upgrade to 11.00
- Bump NEED_VERSION
- Update MASTER_SITES
- Add @comment to packing list
2000-12-23 15:12:01 +00:00
naddy
026cdd3300 Update to 0.9.7.2 by maintainer.
More new features have been added, as well as several bug fixes.
From Cameron Lerch <opcode@skylab.saturn5.yi.org>.
2000-12-23 13:04:53 +00:00
espie
2ccd1e70e7 synch 2000-12-23 12:46:14 +00:00
espie
45af2405c8 indentation 2000-12-23 12:27:17 +00:00
espie
c754691700 take the old non-fake code out of line, for greater clarity (and since
it's so seldom used now).

Remove a few targets that are not really needed (mirror-distfiles, use
mirror-maker instead).

More changes to fake to come, once they've been properly tested.
2000-12-23 12:25:57 +00:00
espie
4abae42e05 +trn 2000-12-23 12:12:20 +00:00
espie
a0ea077fa6 Threaded news reader 2000-12-23 12:11:37 +00:00
avsm
da394bb67a Upgrade to docbook-modular-1.60. Minor localisation fixes, and
a cure for the missing table-of-contents-entries bug.  Also support
for python's ClassSynopsis.
2000-12-22 20:20:58 +00:00
form
cf210ccbab Upgrade to 4.13 2000-12-22 10:55:03 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
naddy
d07f000718 Update to 1.13.18.
Since the GNU project seems to have abandoned the idea of releases, we might
as well integrate nine months of bug fixes.
2000-12-21 19:38:11 +00:00
reinhard
68080b565e +pptp 2000-12-21 14:10:49 +00:00
reinhard
a526a2a18b pptp-linux is an implementation of the PPTP protocol for Linux and
other Unix systems.

port based on NetBSD package.

thanks karma@altern.org and Alexander.Farber@t-online.de for testing.
2000-12-21 14:02:52 +00:00
naddy
4bdbf52ffa Update.
"Nano 0.9.24 is released.  This versions contains the last of the
security fixes for writing files, as well as for a nasty segfault
when nano is unable to open a file for reading, among other fixes.
Nano also now cowardly refuses to open device files, to stop silly
things like trying to open /dev/zero.  New features include being
able to use Meta-Meta-<key> as Control-<key>, and some new flags
have been added for Pico compatibility."
2000-12-20 21:00:26 +00:00
dugsong
814be5ac70 update checksum, i suk 2000-12-20 13:53:14 +00:00
dbt
5ccec6a41f Clear merge error and put man pages in the correct location 2000-12-19 17:54:29 +00:00
jakob
3d538c0d9b update homepage 2000-12-19 16:20:59 +00:00
espie
f07fcff84d Synch, over 1000 entries :) 2000-12-19 15:54:07 +00:00
espie
9396c79386 Missed by cvs 2000-12-19 15:31:57 +00:00
espie
8a03a52fc5 categories+= games 2000-12-19 15:31:23 +00:00
espie
c287b9d0c1 Missing ports 2000-12-19 15:30:47 +00:00
espie
fb1581f8f2 fuck cvs 2000-12-19 15:27:54 +00:00
espie
2dfb6bb43b Faked ages ago. Missed by cvs ? 2000-12-19 15:26:56 +00:00
espie
e37d4a4a3e Missed by cvs 2000-12-19 15:26:16 +00:00
espie
fa3ff47c09 Fix installation of man pages... again, missed by cvs. 2000-12-19 15:24:53 +00:00
espie
8d83be3b81 I positively HATE cvs. 2000-12-19 15:23:28 +00:00
espie
7f2c930088 Handle cases like lgrind 2000-12-19 15:10:37 +00:00
camield
42ad82509d - update to 2.1a10
- 3 patches have been integrated
  - Add -n flag (alternate networks) and -N flag (don't report bogons).
- tighten DESCR
- strip binaries
2000-12-19 12:12:36 +00:00
naddy
beb20af917 Add pointer to home page. 2000-12-19 11:54:46 +00:00
dbt
4e98fd8c93 lua 4.0 port. 2000-12-19 06:58:46 +00:00