Commit graph

7409 commits

Author SHA1 Message Date
Adrian Portelli
6e119b144f sendmail and libmilter were moved into pkgsrc 2004-09-06 21:25:18 +00:00
Adrian Portelli
34a7107a33 +libnet11 2004-09-06 21:24:31 +00:00
Adrian Portelli
01783b4c60 Libnet is a high-level API (toolkit) allowing the application programmer to
construct and inject network packets. It provides a portable and simplified 
interface for low-level network packet shaping, handling and injection. 
Libnet hides much of the tedium of packet creation from the application 
programmer such as multiplexing, buffer management, arcane packet header 
information, byte-ordering, OS-dependent issues, and much more. Libnet 
features portable packet creation interfaces at the IP layer and link layer, 
as well as a host of supplementary and complementary functionality.
2004-09-06 21:22:49 +00:00
pancake ;)
d49a46a48c Initial import of tcpspy
tcpspy is an administrator's tool that logs information about incoming
and outgoing TCP/IP connections including local address, remote
address, and the username of the user responsible for the connection.

TODO:


- port to *BSD? (uses /proc :/) TCP_ESTABLISHED is not in NetBSD
- create rc.d script :?
2004-09-06 15:47:19 +00:00
Thomas Klausner
d62355bba4 Update to 1.0pre11:
Portability fixes for SunOS
        Updated Serbian translation
        Removed a debug message when posting form
2004-09-06 10:48:10 +00:00
Thomas Klausner
580d15bc86 Add missing file. 2004-09-05 21:19:27 +00:00
Ivan Garcia Tora
2c3a441b19 Some install fixes in Makefile. 2004-09-05 13:31:11 +00:00
Thomas Klausner
53f5f41b09 AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,
otherwise the default is better (and the variable doesn't need to be set).
Remove a few cases where it was set unnecessarily.
2004-09-04 23:40:52 +00:00
Ivan Garcia Tora
ee1426bd41 Initial import for aliados, a CP/M 80 emulator. 2004-09-04 17:08:11 +00:00
Tobias Nygren
0db063f277 +dclib
+valknut
2004-09-03 17:50:30 +00:00
Tobias Nygren
8cf89ab950 Add Valknut, a filesharing application. 2004-09-03 17:44:44 +00:00
Tobias Nygren
4201b16126 Add a buildlink3.mk to this package. 2004-09-03 13:31:01 +00:00
Tobias Nygren
89fade892a Add dclib 0.3.3 as wip/dclib. Library for "Direct Connect" P2P networking. 2004-09-03 12:09:37 +00:00
Tobias Nygren
cd666cb27e +rep-gtk2
+sawfish-gtk2
2004-09-03 10:16:31 +00:00
Tobias Nygren
7665cadb88 Add sawfish-gtk2 and accompanying rep-gtk2.
These require librep-0.17 that was just posted as PR #26837.
2004-09-02 22:35:43 +00:00
Greg Troxel
88710c528c enable OSPF Opaque LSAs by default. Note that this merely compiles in
the ability to enable them in ospfd (with router ospf/capability
opaque), and does not enable them in ospfd.
2004-09-02 18:41:16 +00:00
David Howland
33c3cc679f Import patches 2004-09-02 05:05:16 +00:00
David Howland
c383303fb8 Add patches to get it to compile
See TODO
2004-09-02 04:59:37 +00:00
David Howland
6006b0b0c7 Modify CONFLICTS 2004-09-02 01:35:50 +00:00
David Howland
f91ea1ff6c QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed.

Package is not finished yet and will not build.  Just putting this up
while I get my patches together.
2004-09-02 01:27:45 +00:00
David Howland
d004497453 QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed.

This is the precompiled linux binary version.
2004-09-02 01:24:56 +00:00
David Howland
282ca5f465 Library for creating quick and easy VNC applications 2004-09-01 18:26:12 +00:00
Adrian Portelli
6ada35ae4b libmilter 8.13.x is now in pkgsrc 2004-09-01 17:45:13 +00:00
Thomas Klausner
a2afab518f pango in pkgsrc is newer than pango-devel; remove pango-devel. 2004-09-01 17:39:01 +00:00
Adrian Portelli
e00ff21298 +libspf2
+spfmilter
2004-09-01 16:05:56 +00:00
Adrian Portelli
8b31ebaabe Spfmilter implements the Sender Policy Framework (SPF) as a milter, using
either the libspf or libspf2 libraries. 

The idea of SPF is to prevent email forgery. Each participating site sets up 
a little definition of which hosts are allowed to send mail claiming to be 
from that site. When another site receives mail, it checks the 
permitted-senders definition for the originating site. If the check fails, 
the mail is rejected.
2004-09-01 16:02:12 +00:00
Adrian Portelli
47ad36d476 libspf2 implements the Sender Policy Framework, a part of the SPF/SRS
protocol pair. libspf2 is a library which allows email systems such as 
Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF records 
and make sure that the email is authorized by the domain name that it 
is coming from. This prevents email forgery, commonly used by spammers, 
scammers and email viruses/worms.
2004-09-01 16:01:22 +00:00
Adrian Portelli
7917392e0d Add status file so ppl know what going on with the package 2004-09-01 10:40:12 +00:00
Adrian Portelli
e4351cb9da + sidmilter 2004-09-01 10:38:03 +00:00
Adrian Portelli
08eea2465a An open source implementation of the Sender ID specification as defined by the
Internet Engineering Task Force's (IETF).

The Sender ID proposal includes three different specifications:
draft-ietf-marid-core-03 
draft-ietf-marid-protocol-02 
draft-ietf-marid-submitter-03 

sid-milter implements the -core and -protocol specifications. -submitter 
requires an optional SMTP extension that would be implemented in the sendmail 
MTA.

This implementation is part of the Sendmail Messaging Integrity program, a 
comprehensive testing initiative designed to gather real-world usage data by 
evaluating several aspects of various leading sender authentication schemes 
against a wide range of SMTP software operating today.

This software is being provided to the open source community for the purposes 
of testing the DomainKeys approach against various implementations of mail 
transport agents, mail list managers, forwarding services, and various other 
SMTP software.

THIS IS PRE-RELEASE SOFTWARE, and should not be used in any critical 
production environments.
2004-09-01 10:35:53 +00:00
David Howland
8a584dd051 Fixed checksum 2004-09-01 03:31:48 +00:00
Marc Recht
992ea673e7 Update to the latest current patches.
Set PKGVERSION to 1.4.2.6.1 to distinguish it from the p6 patch.
Also, add the updated cacert file and some ns plugin related patches
(currently unused) from the FreeBSD port.

changes:
2004-07-21 Wednesday 17:58  glewis
	* j2se/src/share/native/java/io/io_util.h:
	. At least on FreeBSD, O_SYNC and O_DSYNC aren't both defined
	  (for FreeBSD 4.x neither are defined and for FreeBSD 5.x
	  O_DSYNC isn't defined).  This caused them to be defined to
	  some bogus values.  In particular, O_SYNC would be defined
	  as 0x800, which is O_EXCL (at least on FreeBSD 4.x).  The
	  result being that the RandomAccessFile class would fail to
	  open an existing file if you specified "s" as part of the mode.
	  Fix this by defining O_SYNC and O_DSYNC to O_FSYNC on BSD if
	  they aren't defined.  This shouldn't hurt Net or Open.

2004-07-08 Thursday 20:21  glewis
	*
	j2se/src/share/native/sun/awt/font/fontmanager/fontobjects/fontObject.cpp:
	. In the ReadChunk() function, change an assert() to be a "test for a
	  condition and return NULL".  Take account of the NULL in the
	  appropriate place (which is somewhat worrisome in itself since
	  ReadChunk() has always had the possibility of returning NULL).
	  This makes loading a font file a little more resilient to specially
	  crafted font data which can be used, for example, by an applet to
	  crash the browser plugin by triggering the assert().  Such an applet
	  was mentioned on Bugtraq:
	  http://www.securityfocus.com/archive/1/367331/2004-06-26/2004-07-02/0
	  and can be found at
	  http://www.illegalaccess.org/cms/?q=node/view/9
	  This change stops the browser plugin from crashing.  However, I'm
	  somewhat unfamiliar with this part of the code though, so any review
	  would be appreciated.
	. While I'm here, fix some warnings regarding types in debugging printf's.
2004-07-08 Thursday 20:10  glewis
	* j2se/src/share/native/java/lang/fdlibm/src/k_tan.c:
	. Merge in a fix recently added to FreeBSD's math library (taken from
	  fdlibm-5.3):
	  "Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan()
	   is always less than 1 ulp."
	  I've not yet run this through the compatibility test suite, so this
	  change may be backed out if the suite relies on the broken behaviour.
2004-07-08 Thursday 20:09  glewis
	* j2se/src/share/native/java/lang/fdlibm/src/e_pow.c:
	. Merge in a fix recently added to FreeBSD's math library (taken from
	  fdlibm-5.3):
	  "Fixed the sign of the result in some overflow and underflow cases (ones
	   where the exponent is an odd integer and the base is negative)."
	  I've not yet run this through the compatibility test suite, so this
	  change may be backed out if the suite relies on the broken behaviour.
2004-07-08 Thursday 20:04  glewis
	* deploy/src/javaws/src/solaris/native/system_md.c:
	. The implementation of sysTempnam() formerly just called tempnam(), which,
	  on FreeBSD at least, would provoke warnings about security.  So, on *BSD,
	  implement sysTempnam() using mkstemp(3).
2004-04-03 Saturday 05:54  glewis
	* j2se/src/solaris/native/java/net/NetworkInterface.c:
	. Don't leak a file descriptor in the IPv6 case.
	Submitted by:	Pavlin Radoslavov <pavlin@icir.org>
2004-08-31 21:26:35 +00:00
pancake ;)
a444db7282 Initial import of gnupoc-makesis
Makesis is the tool used by Symbian to make software installation files
for deployment on target devices.

More information about the Symbian build and deployment process can be
found in the new  ''Symbian OS C++ for Mobile Phones''

TODO:

Solve swprintf on !linux platforms
2004-08-31 21:21:31 +00:00
Greg Troxel
2d7a7f1662 rc.d scripts are no longer needed here because the pkg references them
from the distribution.
2004-08-31 17:01:34 +00:00
Greg Troxel
74c7cca0f0 Update to 20040831 snapshot.
Reference rc.d scripts in snapshot, rather than ours in files/.

Remove old patch for forwarding sysctl (applied to upstream).
Add patch to fix nit bug-of-the-snap.
2004-08-31 16:27:25 +00:00
Greg Troxel
e07a40e2d3 Patch from Miles Nordin: Declare zebra config files as CONF_FILES,
installing a file with just 'log syslog'.  This enables one to start
zebra, configure via vtysh, and save it.

Clean up some commented-out stuff tha turns out not to be needed.
2004-08-31 15:26:04 +00:00
Peter Bex
d9ce2bca8f Add e16keyedit subdir 2004-08-31 13:46:02 +00:00
Peter Bex
8c08cf745a This is e16keyedit.
This is a standalone keys editor for enlightenment version 0.16.
2004-08-31 13:45:25 +00:00
Peter Bex
7807063759 Add e16menuedit 2004-08-31 13:41:52 +00:00
Peter Bex
2085a0cfa5 This is e16menuedit.
This is a standalone menu editor for enlightenment version 0.16.
2004-08-31 13:41:19 +00:00
Peter Bex
b779a7aefe - Add TODO 2004-08-31 13:29:50 +00:00
Peter Bex
7aec1f3df1 Add epplets subdir 2004-08-31 13:26:46 +00:00
Peter Bex
f6f3300564 Epplets are small, handy Enlightenment applets, similar to "dockapps"
or "applets" for other packages.  The epplets package contains the
base epplet API library and header files, as well as the core set of
epplets, including CPU monitors, clocks, a mail checker, mixers, a
slideshow, a URL grabber, a panel-like toolbar, and more.
2004-08-31 13:24:09 +00:00
Adrian Portelli
f8ce66063d sendmail 8.13.1 is now in pkgsrc 2004-08-30 21:04:00 +00:00
Adrian Portelli
515af44889 - modify smrsh man page based on where the user sets the directory to 2004-08-30 17:11:47 +00:00
Adrian Portelli
b29596c16f - move PKG_OPTIONS.sendmail definition to Makefile.common so that it's
defined during the build phase and shows the default compile options.
2004-08-30 16:39:37 +00:00
Adrian Portelli
6134ce3cbb - fix PLIST handling for socketmap as it was not working
- move last USE_* references to new options.mk framework
2004-08-30 16:03:55 +00:00
Thomas Klausner
ea42f76d0b 0.6.4 out. 2004-08-29 15:26:35 +00:00
Peter Postma
dbf62b3a0f Remove PKGREVISION, it doesn't add much value since it's wip anyway. 2004-08-29 13:49:04 +00:00
Peter Postma
8be7b5489f Tabs. 2004-08-29 13:39:29 +00:00