Commit graph

4104 commits

Author SHA1 Message Date
xtraeme
dc095f12f6 Make this build with gcc3. Patch obtained from PR pkg/23643. 2003-12-06 01:52:10 +00:00
xtraeme
626c41f2ff Add and enable libsoup. 2003-12-05 22:54:56 +00:00
xtraeme
a35b4c0bb9 Initial import of libsoup-1.99.26 from pkgsrc-wip, packaged by Marc
Recht.

Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.

libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).

Features:
  * Completely Asynchronous
  * Connection cache
  * HTTP chunked transfer support
  * HTTP, SOCKS4, and SOCKS5 authenticated proxy support
  * SSL Support using OpenSSL or GnuTLS
  * Client support for Digest, NTLM, and Basic authentication
  * HTTP server
  * Server support for Digest and Basic authentication
2003-12-05 22:54:11 +00:00
recht
b78f331a2c + gnetcat 2003-12-05 14:13:00 +00:00
recht
28945f9ada initial import of gnetcat 0.7.0
Netcat is a featured networking utility which reads and writes data across
network connections, using the TCP/IP protocol.
It is designed to be a reliable "back-end" tool that can be used directly
or easily driven by other programs and scripts. At the same time, it is a
feature-rich network debugging and exploration tool, since it can create
almost any kind of connection you would need and has several interesting
built-in capabilities.

This package was provided by Adrian Portelli via pkgsrc-wip.
2003-12-05 14:11:27 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
xtraeme
5b2f7734e2 Bump PKGREVISION (libIDL-0.8.2) 2003-12-04 17:08:51 +00:00
xtraeme
b6fd48c6d2 Require at least libIDL-0.8.2 to pick up the dependencies (missed in
previous). Bump PKGREVISION.
2003-12-04 17:07:48 +00:00
tron
a28f1c6317 Update "rsync" package to version 2.5.7. Changes since version 2.5.6:
- SECURITY: Fix buffer handling bugs.
2003-12-04 10:57:42 +00:00
kristerw
f6d8743f8c Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
heinz
bf655f6a27 Change SVR4_NAME (already used by p5-Net) 2003-12-03 19:25:30 +00:00
xtraeme
6b845b5e66 Add and enable wistumbler2. 2003-12-03 19:11:47 +00:00
xtraeme
9d6e60aa80 Initial import of wistumbler2-2.00pre3 provided pancake via pkgsrc-wip.
======== WiStumler2 ======================
Network stumbler for WaveLAN/IEEE wireless
==========================================

Original code: Isao SEKI <iseki@gongon.com>
Fork&patches:  pancake <pancake@phreaker.net>

WiStumbler2 is a fork of original wistumbler caused by the incommunication
of the original author, because seems that development was getting stopped.

In the fork of wistumbler I add some new features and bugfixes.

Diff on wistumbler:
 - gtk2 and theme support.
 - some gtk widgets wasn't correctly used.
 - Support for console mode (no X needed).
 - Allow log-saving on the fly (new button).
 - Patches some GPS pointers that segfaults.
 - Speaker beeps like windows-stumbler. (ear-wardriving)
 - FreeBSD port finished.
2003-12-03 19:11:01 +00:00
jmmv
020f7b1ddf Update to 1.7.1. IIUC, this is the unstable branch, but AFAIK it is far more
stable than the last 1.6.1 version, and connects to a lot more servers, so here
is the update.

Version 1.7.1
-------------
Un-Thesis' Contributions:
   * FIXED: A bug that would cause approx 5% download sources to be deleted
     unnecessarily.
   * FIXED: aMule 1.1.2 bug in their ZLib implementation (look for "FIXME" in
     their code heh).
   * FIXED: Removed the undefined VoidList warning in mfc.cpp.
   * Added ZLIB support to xMule, based on aMule 1.1.1, which is based on eMule
     0.30c.
   * Changed target minimum speed for each upload from 3000 bytes/sec to
     2KB/sec.
   * Implemented nearly 100% of aMule-1,1,2's network modifications that worked.
   * Client now masquerades as eMule v0.34 heh.
   * Download list now refreshes in *real* time.  No more seconds delay.
   * Less waiting for downloads!  Fixed a broken if statement that was tossing
     out some of the early download connections.
DongCheon Park's contributions:
   * Updated the Korean translation files for new features in 1.7.x.

Version 1.7.0
-------------
Highlights:
   * There are no known exploits in this version.
   * Lots of fixed memleaks and cpuleaks.
   * Extended support for more eMule v3x protocol changes.
   * Enhanced transfer controls.
   * Supports every eDonkey server.
malware's contributions:
   * FIXED: endless loop in sending UDP packets.
   * FIXED: a possibly exploitable bug as noticed by S. Esser from e-matters
     (#3 "Servername Format String Vulnerabilities").
   * FIXED: new downloads assigned to random category.
   * FIXED: Bug rehashing a part file.
   * FIXED: Various minor problems found by malloc debuggers.
   * FIXED: Bug using MFC CMap.
   * Speed up the initial sharing by making KnowFileList a hash map.
   * Remove the assign to category context menu entry only if it was
     already there.
   * Reimplemented hashing thread.
   * Removed unused locks. As the NetBSD team pointed out they are
     causing problems on their system because it does core dump on
     unlocking a mutex that was not locked.
   * Made the title for systray the same as for the main dialog.
   * Never share a file twice.
   * Check size of OP_SERVERSTATUS packet more strictly.
   * Do not display the unit for file size twice in shared file list web page.
   * Make xmule not to send the MOD_VERSION information. This does avoid a
     problem with the LSD mod and other xmules.
   * Added check for libm to configure.in.
   * Avoid accepting an unrequested hashset.
   * Removed memory leak from hashing thread.
   * Implemented rescaling of the graph of currently active connections.
   * Remove invalid gap information entries which might be caused by
     incomplete part.met files.
   * Removed all font specifications from the XML resources.
   * Do not start a search after adding an ED2K-Link.
   * Enable clipping in download list control.
   * Possible fix for some problems while ending the program.
   * Keep the requested file in sync with the part status in CUpDownClient.
   * Imported from eMule:
       - Source exchange v2
       - Do not swap a source to a stopped file.
       - Up-/download auto-priority
       - Request of shared files by directory.
       - "Obtained Parts" bar in the shared files list
Un-Thesis' contributions:
   * FIXED: Bug that kept auto-backtrace from occuring in Linux.
   * FIXED: Rare crash occuring in Preferences->Directories.
   * FIXED: Optimization and compilation warnings using -O2 with GCC 3.3.x.
   * FIXED: Two memleaks in ClientCreditList.cpp.
   * FIXED: Several GCC 3.4 problems.
   * FIXED: Several Intel C++ problems.
   * Added more support for Solaris, thanks to wimms.
   * Corrected various Linux-specific #ifdefs.
   * Now masquerades as eMule v0.31 in order to use hostile eMule servers.
   * Added initial support for GCC 3.2+ AthlonXP optimizations.
   * Added initial support for wxGTK 2.5.1.
   * Two tweaks to make SuSE builds less CPU-intensive.
   * New build system, easier to maintain and automake free. Yay!
   * Streamlined included images: now only necessary ones are there.
   * Added initial support for JusSx's ed2k+ daemon.
   * Added initial support for Hetfield's systray daemon.
   * Added initial support for my telnet/ssh/www daemon.
NetBSD team's contributions:
   * FIXED: bug with the mutex protecting calls to gethostbyname.
   * Try to increase some resource limitation to the permitted maximum.
sepahewe's contributions:
   * Fix images in transfer list web page.
Justinas' contributions:
   * Fixed the mfc.h warnings at lines 418, 423,
2003-12-03 13:04:30 +00:00
jmmv
a63f17df49 Add and enable tsocks. 2003-12-03 12:58:21 +00:00
jmmv
7a21537448 Initial import of tsocks, version 1.7:
tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use
SOCKS without any modification.  It does this by intercepting the calls that
applications make to establish network connections and negotating them through
a SOCKS server as necessary.

tsocks is based on the 'shared library interceptor' concept.  Through use of
the LD_PRELOAD environment variable, tsocks is automatically loaded into the
process space of every executed program.
2003-12-03 12:57:20 +00:00
salo
864ce084ee Update to version 2.6.9.
Addresses PR pkg/23633 by Soren Jacobsen.

Changes:
- shorten DESCR
- style nits

2.6.9:
======
- New setting ftp:ssl-protect-list for encrypting file listings selectively.
- Don't use PRET again if it is not supported.
- Added cls --sort=time option (alias for sort=date).
- Don't set file modification time if it grew while downloading.
- New setting cmd:verify-path-cached.
- Added long options for `open' command.
2003-12-03 09:06:56 +00:00
xtraeme
025c33f8b8 Updated to 0.8.2. Provided by Min Sik Kim PR pkg/23603.
Changes:

libIDL 0.8.2:

        * Support new versions of flex (Jody Goldberg)

libIDL 0.8.1:

        * add '_' prefix escaped keyword support (Nick Lewycky)
        * cygwin build support (Masahiro Sakai)
        * build fixes (Mark McLoughlin, Thomas Vander Stichele)
        * autoconf upgrade (Havoc Pennington)
        * BSD portability fix (Jacob Berkman)
2003-12-03 02:18:58 +00:00
cube
fe25a609d3 Bump PKGREVISION after last commit (fix for a connection hanging bug). 2003-12-01 17:23:24 +00:00
cube
e299dd8c0e Comment out the code that returned DECOMP_ERROR when an out-of-order packet
is received.  It is necessary because in the case of a dropped packet,
while it is understandable to return DECOMP_ERROR, it has the side effect
of making NetBSD desactivate the MPPE decompressor on the PPP interface.

A comment in net/if_ppp.c mentions a patent that would prohibit an
automatic failure recovery in that case, so it would need MPPE-specific
code in net/if_ppp.c, which of course is impossible since the MPPE
decompressor is only available as a LKM.

Just ignoring the problem is a bit of a hack, but is a much more nicer
solution that what I used when I first encountered the issue.

Problem reported and patch provided in PR 23593, by Yoshitaka Tokugawa.
2003-12-01 15:07:03 +00:00
jschauma
6048206d2c As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
2003-11-30 22:58:40 +00:00
wiz
d71fc12f5f Update HOMEPAGE and MASTER_SITES.
Recreate distinfo since tarball on new site is repackaged (same contents
verified). Add DIST_SUBDIR since the name hasn't changed (can be removed
on next update).
2003-11-28 09:42:54 +00:00
abs
37dd4f403e Update tightvnc to 1.2.9 to match tightvncviewer
Changelog since 1.2.6 seems to mainly list const fixes.
2003-11-27 17:27:29 +00:00
recht
68065af0f6 update to 1.2.9 provided in PR 23580 by Min Sik Ki
* TightVNC 1.2.9

  - Unix version: New "Request refresh" button has been implemented in
    the viewer's F8 popup menu.

  - Unix version: A patch to fix input focus problems in the X11
    viewer has been applied, from Greg Breland.

  - Unix version: A patch fixing Xvnc crashes on Sparc has been
    applied, from the RealVNC distribution.

  - Unix version: A problem with incorrect port interpretation has
    been fixed, in the vncviewer's -tunnel option handling. Thanks to
    Clark Sessions.

  - Other minor improvements and bugfixes.

ok'ed by wiz@
2003-11-27 16:19:22 +00:00
grant
e71f951d44 fix COMMENT 2003-11-26 05:59:50 +00:00
jlam
ac375f17de Convert to use buildlink2. Remove s/make/${MAKE}/g changes in patch-ae
made unnecessary by tools.mk.
2003-11-23 01:23:58 +00:00
grant
466686b97a fix sound support on NetBSD by picking up ${DEVOSSAUDIO} from
ossaudio.buildlink2.mk and using it.

reorder WRKSRC to appease pkglint.

bump PKGREVISION.
2003-11-22 03:34:51 +00:00
fredb
195affaa71 Don't change the permissions of files in the work directory,
so that "make clean" after just-in-time "su" works. Closes
PR pkg/23477 by Adrian Portelli.
2003-11-21 01:02:24 +00:00
he
42670a0633 Centralize the specification of the version number, so that the
post-install target doesn't get out of sync and creates a symlink
pointing into empty space.  Package revision bumped to 1 since
this will modify a binary package.
2003-11-20 14:26:00 +00:00
fredb
648d43d599 Disable detection of <sys/soundcard.h>, to let this build on very current
systems (NetBSD 1.6ZF).
2003-11-20 12:09:09 +00:00
grant
c6c45e2138 Updated rdesktop to 1.3.0.
Major changes since 1.2.0:

New features:

* RDP 5
* 15, 16 and 24 bit color depths
* Basic clipboard redirection
* Sound
* IPv6
* Attaching to console on Windows 2003

Other changes:

* Updated keymaps
* Increased maximum lengths for usernames and passwords
* Support for specifying geometry in terms of percent of whole screen
2003-11-20 04:46:08 +00:00
wiz
7db38d55ce Fix a security problem wrt telnet control characters. Bump PKGREVISION.
Patch from RedHat Source RPM via itojun (same for zebra commit a minute ago).
While here, fix PLIST.
2003-11-18 16:34:49 +00:00
wiz
2ac60416e4 Fix a security problem wrt telnet control characters. Bump PKGREVISION. 2003-11-18 16:34:13 +00:00
hubertf
46bc41cf1d Put back .py files accidentally removed in last upgrade.
Patch contributed by Bernd Ernesti <bernd@veego.de> in private mail.

XXX why are the .py files dated a few minutes before the pkg was built!?
2003-11-17 00:26:49 +00:00
agc
7a13fe3ac5 Use DIST_SUBDIR to version the distfile, as they modified the contents of
the distfile without bumping the version number on it.

Differences from previous version is (the modification to the comment
is mine):

--- old/tsclient-0.124/src/support.c    2003-09-16 05:52:51.000000000 +0100
+++ new/tsclient-0.124/src/support.c    2003-10-18 19:18:47.000000000 +0100
@@ -482,7 +482,7 @@

       // do this [....] for all modes
       sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
-      buffer[strlen(buffer)-4] = '\0';
+      //buffer[strlen(buffer)-4] = '\0';
       c_argv[c_argc++] = g_strdup (buffer);

     } else if (rdp->protocol == 2) {
@@ -542,7 +542,7 @@
       c_argv[c_argc++] = strdup(buffer);

       sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
-      buffer[strlen(buffer)-2] = '\0';
+      //buffer[strlen(buffer)-2] = '\0';
       c_argv[c_argc++] = strdup(buffer);

     } else if (rdp->protocol == 3) {
2003-11-16 21:23:04 +00:00
cube
4f73b397e7 o Better handling of pthreads dependency
o Fixes to make building and installing more easy
o Make MaraDNS actually look into ${PKG_SYSCONFDIR} for its configuration
  file, thus bumping PKGREVISION.
2003-11-14 21:19:03 +00:00
tron
653a95fbab Don't (unnecessarily) include "varargs.h" which breaks the build on
platforms which use GCC 3.3.x.
2003-11-14 13:36:21 +00:00
wiz
92c0808d82 Make build with pth. 2003-11-14 09:34:42 +00:00
tron
e5b77324e8 Don't (unnecessarily) include "varargs.h" which breaks the build on
platforms which use GCC 3.3.x.
2003-11-13 21:20:08 +00:00
xtraeme
29e1c9efb8 Update to 1.3.6 provided by Andrey Simonenko (Maintainer). PR pkg/23417.
Changes since 1.3.5:

- Fixed bug: ipa incorrectly worked when some IPFW/IP6FW/IPF/PF
  rule overflowed and this rule is not the first by order in the
  corresponding parameter (in "ipa -t" output), it calculated more
  bytes than actually should be calculated
- Fixed two bugs: ipa sometime incorrectly did accounting for limits
  if statistics was subtracted in some rule
- Fixed bug: limit's start_time could be yyyy.mm.dd/24:00:00
  in the database, mktime(3) on tested systems understands such
  local time and transforms it to next_day/00:00:00, now start_time
  can't be 24:00:00 any more and always is next_day/00:00:00.
- Fixed bug: if new_local_time - old_local_time > one_day (for
  example as the result of date of ntpdate commands usage), then
  ipa thought that a new day came, now it tries to find out if
  local time is changed too quickly
2003-11-13 06:43:45 +00:00
cube
d925067381 Use BSDSRCDIR to find kernel sources instead of simply /sys. 2003-11-12 05:25:45 +00:00
cube
894aaff61c Make it look for openssl 0.9.6l, in order to compile. 2003-11-12 05:19:40 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
wiz
6785b7a2c9 Update to 0.207 since distfile download broke.
Changes since 0.151:
v0.207 badauth self. fix
v0.206 SMC password
v0.205 Added myphotos.cc
v0.204 Added dynalias.com, net and org
v0.203 Updated dyndns.html page for domains list
v0.202 DLink DSL504 bug fix from Stephan Allene
v0.201 DLink DSL504 patch from Stephan Allene
v0.200 rollback to 198 and apply barricade patch from Adam Jenkins
v0.199 try to send the pws twice on barricade
v0.198 fixed a small bug with the printing of alcatel password length
v0.197 added DI614+ to the DI804 section
v0.196 pro800turbo fixes
v0.195 -Z parsing after only one prompt
v0.194 update list of non-custom domains
v0.193 put the double auth on 3114 back in
v0.192 save the netgear 3114 pages to different out files
v0.191 added --pfile bad usage check, dropped netgear 3114 double auth
v0.190 -R fixes and added --pfile
v0.189 put U back in upper opts, add netgear 3114
v0.188 allow 0 in fourth quad of an IP
v0.187 more verbose ipcheck.html file to debug 302 result
v0.186 SMC Barricade htm to HTM
v0.185 Alcatel -r info, custom and offline allowed
v0.184 DI704 menu parsing
v0.183 HTTPS version check and log messages
v0.182 DI704 post changes
v0.181 added isa-geek domains and changed exit to warning
v0.180 search for 2. instead of 2.0 python version
v0.179 port forward for Alcatel STP from Paul Andreassen
v0.178 Siemens Speedstream 2620 support from Douglas Henke
v0.177 fixed a logger reference in write for ErrorFile class
v0.176 disable https by default for python2
v0.175 Cayman_user fix
v0.174 more code clean up
v0.173 DLink DI713P support from Larry Kluger
v0.172 more code clean up patches from Juha Ylitalo
v0.171 two more code clean up patches from Juha Ylitalo
v0.170 code clean up patches from Juha Ylitalo
v0.169 routerIP fixes
v0.168 Netgear338 fixes
v0.167 Barricade update
v0.166 RT338 tweaks
v0.165 DI704 changes
v0.164 RT338 initial testing
v0.163 DI704 more changes
v0.162 DI704 change
v0.161 make platform strings case insensitive
v0.160 --snmpget fix patch from Tristan Hill
v0.159 --snmpget option thanks to Tristan Hill
v0.158 -X fix, look for either Default and IP to preceed address
v0.157 404 error handling
v0.156 DI704 initial try
v0.155 Os2rt tip from Bas
v0.154 DLink DI804 patch from Frank Adcock
v0.153 syslog respects -q
v0.152 Eicon Diva fix
2003-11-11 09:32:27 +00:00
danw
9481ae28d8 support darwin 2003-11-10 03:30:33 +00:00
jdolecek
0d0ea1f24e Update PHP to 4.3.4
From release announcemenet:

After a lengthy QA process, PHP 4.3.4 is finally out!
This is a medium size maintenance release, with a fair number of bug fixes.
All users are encouraged to upgrade to 4.3.4.

Bugfix release

PHP 4.3.4 contains, among others, following important fixes, additions
and improvements:
* Fixed disk_total_space() and disk_free_space() under FreeBSD.
* Fixed FastCGI support on Win32.
* Fixed FastCGI being unable to bind to a specific IP.
* Fixed several bugs in mail() implementation on win32.
* Fixed crashes in a number of functions.
* Fixed compile failure on MacOSX 10.3 Panther.
* Over 60 various bug fixes!

For full list of changes in PHP 4.3.4, see ChangeLog:
	http://www.php.net/ChangeLog-4.php#4.3.4
2003-11-08 06:58:10 +00:00
xtraeme
557a912cf6 Upgrade to 2.6.8, by Soren Jacobsen via PR pkg/23383.
Changes since 2.6.7:

	* better multibyte character support.
	* experimental ftp protocol command PRET added; new setting
	  ftp:use-pret.
	* unblock SIGCLD signal when running external programs.
	* fixed compilation with socks.
2003-11-08 06:31:58 +00:00
jdolecek
1f0e3bafbf use net-snmp (version 5.x) instead of ucd-snmp (version 4.x), mainly because
the latter doesn't actually compile on -current
bump pkg revision
2003-11-07 23:23:18 +00:00
reed
5a41c8b1b3 Add buildlink2.mk for net/netatalk. (Okay'd by wiz.)
This is for PR #23391 submitted by Hauke Fath. Changes include
using wildcard for include/atalk/* and include/netatalk/*
and also added bin/netatalk-config as a buildlink file.
2003-11-07 23:07:09 +00:00