Commit Graph

24512 Commits

Author SHA1 Message Date
robert
eec4016291 fix a crash problem; from DBD::SQLite CVS; via FreeBSD 2004-06-11 17:37:48 +00:00
brad
a2c0a3d15f more squid 2004-06-11 08:05:32 +00:00
brad
86d502ddb4 - add 2 more distribution patches
- add snmp FLAVOR from Joel CARNAT <joel at carnat dot net>
- add some auth types and auth/acl helpers
- add NTLM auth SMB patch even though the default port does NOT compile this support in
2004-06-11 08:00:35 +00:00
brad
c11223dec4 fix sig11's and logfile string corruption that happen on PowerPC only
with Postfix' smtp.

details:
http://marc.theaimsgroup.com/?l=postfix-users&m=108684058831938&w=2
http://marc.theaimsgroup.com/?t=108680602700006&r=1&w=2
http://marc.theaimsgroup.com/?t=108683377500002&r=1&w=2
2004-06-11 07:47:30 +00:00
brad
0f34f1bccb - better DESCR from <f5813 at sbcglobal dot net>
- remove myself as MAINTAINER
2004-06-11 04:48:51 +00:00
pvalchev
61af4ff4cc better English; f5813@sbcglobal.net 2004-06-10 23:20:00 +00:00
jakob
9d4055dbc5 build snapshots 2004-06-10 21:22:41 +00:00
jakob
af21c3a604 consolidate IPv6/TLS patching 2004-06-10 21:22:25 +00:00
jakob
b8c5c2152b IPv6/TLS ready, no longer BROKEN 2004-06-10 21:15:24 +00:00
dhartmei
70e121b513 struct pf_rule_addr.not -> .neg patch 2004-06-10 21:09:04 +00:00
xsa
3ae4b925e9 + oggtag 2004-06-10 20:39:06 +00:00
xsa
16eb0f8499 Initial import of oggtag-1.0
oggtag is a tiny command-line editor for description tags in Ogg Vorbis
files. It can set all the tags suggested by the Ogg Vorbis specification[1]
on one or several files at a time.

[1] http://www.xiph.org/ogg/vorbis/doc/v-comment.html

Submitted and maintained by Julian Leyh <oenone /at/ oenone.de>
2004-06-10 20:37:44 +00:00
naddy
5873f51b97 update to 4.1.3 (bug fixes) 2004-06-10 16:26:29 +00:00
xsa
9d5abbf936 + tla 2004-06-10 07:52:43 +00:00
xsa
3eb1bd12b2 Initial import of tla-1.2
tla is an Arch CLI written in C.

Arch is a revision control system, i.e. a system that makes it easy to
track changes to computer files, mostly the source code to complex
software systems.

It has the following features that set it apart from other revision
control systems, such as CVS, Subversion or Bitkeeper:

- distributed repositories
- advanced merging capabilities
- low barrier of entry : everybody can easily publish their changes to
  others projects. Repositories can be hosted on HTTP, FTP SFTP and
  WebDav server.
- renames handled
- archive signing and integrity checking : a facility by which the
  integrity of a publicly accessible archive can be verified.

Submitted and maintained by Laurent Cheylus <foxy ta free tod fr>
2004-06-10 07:50:43 +00:00
sturm
ee4a3c96ef fix MULTI_PACKAGES 2004-06-10 07:41:18 +00:00
sturm
dd35a82768 typo 2004-06-10 06:54:48 +00:00
msf
955393f142 +p5-Carp-Assert
+p5-Devel-Cycle
+p5-Test-Inline
+p5-Test-Memory-Cycle
2004-06-10 02:33:12 +00:00
msf
e4d551d4f8 Initial import of Test-Memory-Cycle-0.02
A thin Test::More-compatible wrapper around Lincoln Stein's Devel::Cycle
module.
2004-06-10 02:30:39 +00:00
msf
01a10b841d Initial import of Test-Inline-0.16
Embedding tests allows tests to be placed near the code its testing.
This is a nice supplement to the traditional .t files. It's like XUnit,
Perl-style.
2004-06-10 02:28:32 +00:00
msf
1614c30e55 Initial import of Devel-Cycle-1.02
This is a simple developer's tool for finding circular references in
objects and other types of references. Because of Perl's reference-count
based memory management, circular references will cause memory leaks.
2004-06-10 02:26:13 +00:00
msf
e338a21231 Initial import of Carp-Assert-0.18
Assertions are the explict expressions of your assumptions about the
reality your program is expected to deal with, and a declaration of
those which it is not. They are used to prevent your program from
blissfully processing garbage inputs (garbage in, garbage out becomes
garbage in, error out) and to tell you when you've produced garbage
output.
2004-06-10 02:24:04 +00:00
msf
a92766ff53 +p5-Test-Pod
+p5-Test-Pod-Coverage
+p5-Test-Taint
2004-06-10 01:38:23 +00:00
msf
eb55a3f2d9 Initial import of Test-Taint-1.02
When you're writing unit tests for code that deals with tainted data,
you'll want to have a way to provide tainted data for your routines to
handle, and easy ways to check and report on the taintedness of your
data, in standard Test::More style.
2004-06-10 01:36:18 +00:00
msf
f3bf9b3fb8 Initial import of p5-Test-Pod-Coverage-1.04
Checks for POD coverage in files for your distribution.
2004-06-10 01:35:04 +00:00
msf
ce4797c986 Initial import of Test-Pod-1.16
Test::Pod lets you check the validity of a POD file, and report its
results in standard Test::Simple fashion.
2004-06-10 01:33:45 +00:00
lebel
4edef1af73 6.3 has been released. re-stub the snapshot of vim 2004-06-09 18:45:22 +00:00
lebel
830e9259cb update vim/stable to 6.3.1 2004-06-09 18:43:16 +00:00
pvalchev
89fcd2e033 way better description; based on f5813@sbcglobal.net 2004-06-09 16:54:03 +00:00
pvalchev
c34f47c8ba use -fPIC on sparc
prodded to fix by Anil and joakinen@yahoo.es
2004-06-09 07:25:26 +00:00
sturm
47cb6d0543 back out CFLAGS-honour-diff
MakeMaker might add important stuff to CCFLAGS, which we override
2004-06-08 20:28:19 +00:00
danh
19b0e314b3 update to rrdtool 1.0.48 2004-06-08 20:21:24 +00:00
robert
963de44418 Replace defined(USE_GCC3) with ${USE_GCC3:L:Myes}
from avsm@
2004-06-08 17:54:21 +00:00
pvalchev
9ffd8f5a80 this is now broken on macppc as well, mark it as such until someone can
look into it (especially so it does not hang the bulk builds)
2004-06-08 17:30:50 +00:00
robert
c00564cf77 take over maintainance; remove some unnecessary line;
remove iconv from MODULES because gettext includes it

ok jolan@
2004-06-08 15:59:54 +00:00
kevlo
210bff1841 upgrade to lftp 3.0.5
Submitted by Francois Briere <f.briere@dopha.org> and Victor Sahlstedt.
2004-06-08 03:49:56 +00:00
naddy
7d20bf8425 * use the published libreadline interface to get the screen size (fixes build)
* sync patches
2004-06-07 14:43:39 +00:00
david
513cf73b4f don't go out of bounds in update_line(); found with malloc.conf; ok sturm@ 2004-06-07 05:58:45 +00:00
brad
8134d5f3d6 one of the distrib patches was updated 2004-06-07 04:15:22 +00:00
david
6616713f86 fix uninitialized variable; found with malloc.conf; pushed upstream
ok lebel@
2004-06-07 04:13:36 +00:00
pvalchev
d9792534f8 sync, 2663 unzels 2004-06-07 00:00:40 +00:00
avsm
eb618433cd drop maintainer 2004-06-06 18:25:57 +00:00
avsm
be552c1892 drop maintainer, jolan might pick this up 2004-06-06 18:25:35 +00:00
sturm
4194ecebcc @extra, maintainer timeout 2004-06-06 18:23:15 +00:00
avsm
4a2d70a8b7 update to php4-4.3.7 2004-06-06 18:09:22 +00:00
espie
f19cb223c7 move the automake inter-dependencies to another file.
checked by naddy@ on a full build.
idea okay'ed by naddy and pvalchev.
2004-06-06 11:49:08 +00:00
espie
29e207a50c update to 2.5.21, much better download characteristics anyways. 2004-06-06 11:39:10 +00:00
brad
8cfcdac410 upgrade to ircII 20040216 2004-06-06 02:27:46 +00:00
brad
90687da5b1 better 2004-06-06 01:43:13 +00:00
robert
9ca6d53fcd update to 0.510 2004-06-05 23:13:01 +00:00