Commit graph

6449 commits

Author SHA1 Message Date
ghen
78e9ec0d3d Add aiccu. 2005-12-29 14:55:06 +00:00
ghen
f4690b851b Import net/aiccu, ok'ed by wiz.
AICCU (Automatic IPv6 Connectivity Client Utility) makes it easy for users to
get IPv6 connectivity via SixXs. After having requested an account, tunnel and
optionally a subnet, AICCU can be used to automatically configure the tunnel.
AICCU supports TIC (Tunnel Information & Control protocol), which it uses for
retrieving the tunnel configuration information, AYIYA, which allows tunnels to
be created even behind firewalls and NATs.
2005-12-29 14:53:52 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
ghen
bee6ebdfa2 Add ez-ipupdate and netcat6. 2005-12-28 15:51:08 +00:00
ghen
f140aa1701 Import ez-ipupdate from pkgsrc-wip. Ok by wiz.
ez-ipupdate is a small utility for updating your host name for the any
of the dynamic DNS service offered at:

* http://www.ez-ip.net
* http://www.justlinux.com
* http://www.dhs.org
* http://www.dyndns.org
* http://www.ods.org
* http://gnudip.cheapnet.net (GNUDip)
* http://www.dyn.ca (GNUDip)
* http://www.tzo.com
* http://www.easydns.com
* http://www.dyns.cx
* http://www.hn.org
* http://www.zoneedit.com

The key features are: support for multiple service types, daemon mode
that monitors your IP address and only sends updates when your IP
address changes.
2005-12-28 15:50:35 +00:00
ghen
5449285f4e Import netcat6 from pkgsrc-wip.
Netcat6 is a total rewrite of netcat, with several advantages:

 * It fully supports IPv6.
 * It is far more efficient, utilizing flexible buffering and minimal (or
   no) data copying or analysis.
 * The source is well structured, documented and very easy to follow. One of
   the main objectives of netcat6 is to produce an excellent example of AF
   independent networking and efficient data transfer. The code has minimal
   dependency on the address family or protocol type and can be trivially
   extended to talk many layer 3 protocols.
 * Greatly improved configuration and platform independence.
 * Can support servers or clients that use TCP half-close.

Some features of the original netcat are not present in netcat6, either because
they haven't yet been implemented or because there exists better tools for the
job. See the TODO file included in the netcat6 package for more information.
2005-12-28 15:49:41 +00:00
ghen
0b849a893c # USE_INET6 (pick this up for README-IPv6.html)
won't help, since the code does the following (from pkgsrc/Makefile):
@${GREP} -l -e '^BUILD_DEFS.*=.*USE_INET6' -e '^PKG_SUPPORTED_OPTIONS.*=.*inet6' \

(noted by wiz).
2005-12-28 12:21:42 +00:00
ghen
0992166539 Import new tspc package from PR#32252. Ok by grant and wiz. 2005-12-28 12:10:44 +00:00
ghen
561cd166d7 This package is outdated and unmaintained, replace it with a newer one from
PR#32252.  Ok by grant and wiz.
2005-12-28 12:07:12 +00:00
reed
8aebb5417f In INSTALLATION_DIRS precreate PKGMANDIR directories not "man". 2005-12-27 21:26:05 +00:00
reed
f00c502825 Use PKGMANDIR instead of hard-coded "man". 2005-12-27 21:24:26 +00:00
reed
e513ec3f9f Install man page to PKGMANDIR instead of hard-coded "man". 2005-12-27 17:37:27 +00:00
joerg
0dcdba2ad2 Fix errno. Prefer NAME_MAX. Add DragonFly. 2005-12-27 14:00:53 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
joerg
1b87dded15 Fix errno. Fix GCC 3.4+ due to mismatch between implied and
real prototype. Add DragonFly.
2005-12-27 13:48:56 +00:00
joerg
e44f28edd2 Fix errno usage. Add DragonFly support. Always use config.guess /
config.sub from pkgsrc.
2005-12-27 13:47:11 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
heinz
683ef1d363 Added requirement for gcc >= 3.3, corresponding to the same change in
net/libtorrent. This allows building on NetBSD 1.6.x.
2005-12-23 23:03:31 +00:00
heinz
66822a79a0 Added requirement for gcc >= 3.3 (this was listed in file README) to
allow building on NetBSD 1.6.x.
2005-12-23 22:51:37 +00:00
adrianp
aebb4c17b7 Remove obsolete patch hanginground from the 0.9.3 to 0.9.4 update 2005-12-21 11:20:03 +00:00
jlam
35c81ab2cd Fix PR pkg/32080 by adding a non-conflicting definition for
load_rc_config_var so that platforms with older versions of /etc/rc.subr
can run smbd.sh and winbindd.sh without updating /etc/rc.subr.

Bump PKGREVISION to 3.
2005-12-21 04:17:53 +00:00
joerg
13d4b4fa52 Fix GCC 3.4+: label at end of compound statement. 2005-12-20 13:49:48 +00:00
joerg
cb44350ffa Fix GCC 3.4+: label at end of compound statement. 2005-12-20 13:29:46 +00:00
joerg
c418e43518 Fix GCC 3.4+: label at end of compound statement. 2005-12-20 12:36:43 +00:00
joerg
d9a154f656 Remove redundant errno. 2005-12-19 14:03:26 +00:00
joerg
9dde5e89c7 Fix errno. 2005-12-18 22:02:35 +00:00
joerg
1869cf958d Fix errno. 2005-12-18 21:45:29 +00:00
joerg
29221450fc Use errno-hack for leapsecs_read.c as well. 2005-12-18 20:28:34 +00:00
joerg
8552f27422 DragonFly support. 2005-12-18 20:14:03 +00:00
joerg
657d9ab773 Fix errno. Define O_SYNC as O_FSYNC for DragonFly. 2005-12-18 19:23:04 +00:00
joerg
ce89b45005 Fix errno. 2005-12-18 18:54:26 +00:00
joerg
480f61debf Fix errno. Ignore the NO_STRERROR case -- I can't believe that. 2005-12-18 18:44:08 +00:00
joerg
241693628a Deorbit some pre-ANSI crap which breaks on DragonFly:
- errno from errno.h
- calloc and malloc from stdlib.h
- strdup from string.h
2005-12-18 18:37:16 +00:00
joerg
c385dee718 Fix errno. 2005-12-18 18:23:19 +00:00
joerg
36660b95d7 Fix errno. 2005-12-18 18:01:18 +00:00
rillig
a8c0b66d91 Fixed rillig warnings:
- WARN: Makefile:17: ONLY_FOR_PLATFORMS should be modified using "+=".
2005-12-17 10:52:53 +00:00
jlam
2558c0291d Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
2005-12-17 05:20:21 +00:00
wennmach
1b565aa7ad Update arla to 0.41. The update is necessary to support NetBSD-2.1
and NetBSD-3.0 and should fix the broken bulk build.

Tested on NetBSD-2.0.2/i386 and NetBSD-2.1/i386.
2005-12-15 21:28:47 +00:00
tron
e5857f6a3d Use official fix for file descriptor leak from the ethereal SVN repository. 2005-12-14 16:53:06 +00:00
tron
f6e2e794f0 Add a work arround for file descriptor leak in radius dictionary parser
which renders "ethereal" useless. Bump package revision.
2005-12-13 23:22:26 +00:00
joerg
d085e9fd16 Fix GCC 3.4+: mismatch between prototype and declaration 2005-12-13 16:08:54 +00:00
ghen
da9c990bfc Update my e-mail address. 2005-12-13 12:15:16 +00:00
joerg
6e4a0dd799 Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00
joerg
79f1574dfe Update NSD to 2.3.3.
Notable changes:
- DNSSEC enabled by default
- many bugfixes for edge cases
- more portable time handling
- some performance improvements
2005-12-12 20:34:14 +00:00
joerg
1f6a39a84e First step at reworking Linux binary packages.
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
2005-12-12 14:43:23 +00:00
rillig
e8adfc1ad1 Replaced the ${PKGNAME:S|nb*||} with ${PKGNAME_NOREV}, as the former
behaves unexpectedly.
2005-12-11 21:49:06 +00:00
markd
22c6942601 Update to KDE 3.5
Many new features and refinements.

Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
  ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
  ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
  easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
  Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11 11:09:40 +00:00
wiz
7e1c5bfbc9 Convert aalib to options framework, adding an 'x11' option, and remove
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.

Addresses PR 32046 by Leonard Schmidt.
2005-12-11 09:40:37 +00:00
salo
123c2049ce Security fix for CVE-2005-3651:
"Remote exploitation of an input validation vulnerability in the OSPF
protocol dissectors within Ethereal, as included in various vendors
operating system distributions, could allow attackers to crash the
vulnerable process or potentially execute arbitrary code."

http://www.idefense.com/application/poi/display?id=349&type=vulnerabilities

Patch from the Ethereal SVN repository.
2005-12-10 21:55:35 +00:00
wiz
22aff0d694 Update to 2.7.1:
2005/12/06: version 2.7.1 = tag release-2-7-1
4679: FileTP: Fix HTTP downloading for URLs with space chars, log cleaning
4674: EDK: Re-enable checking old_files before starting a download
      and force_download command
4676: BT: decode_version fix and html sort fix (bogeyman)

2005/12/05
4673: IPBlock: display original length and optimized length in block_list,
      log file clean up

2005/12/04
4672: FileTP: Fix major bug in HTTP downloading, introduced in 2.6.0

2005/12/03
4671: Compile fix in CryptoPP.h for gcc-2.96 (trdw)
4670: Increase max_buffer_size limit for high-volume connections

2005/12/02
4649: Updates for file_completed_cmd (pango, spiralvoice)
* some log cleaning
* added information to notification email if auto_commit is disabled,
  email is sent by file_completed, not file_commit
* moved execution of !!file_completed_cmd from file_completed
  to file_commit, kept option name for easier upgrading
  this was done because the filename of a downloading file can be
  different than the filename of the committed file if a file
  with the same name as the to be committed file is already in
  incoming. older method did not take this into account at all..
* added environment variables for file_completed_cmd, see description:

    A command that is called when a file is committed, does not work on MinGW.
    Arguments are (kept for compatability):
    $1 - temp file name, without path
    $2 - file size
    $3 - filename of the committed file
    Also these environment variables can be used (prefered way):
    $TEMPNAME - temp file name, including path
    $FILEID - same as $1
    $FILESIZE - same as $2
    $FILENAME - same as $3
    $FILEHASH - internal hash
    $DURATION - download duration
    $INCOMING - directory used for commit
    $NETWORK - network used for downloading
    $ED2K_HASH - ed2k hash if MD4 is known

4667: Update Ocaml download URL
4666: Always create incoming directories before commit
4663: CryptoPP: Latest fixes ported from aMule CVS

2005/12/01
4657: Fix for C files for AMD64, mipsel platforms
      improve endianness checking in tiger.c, md5_c.c and CryptoPP.h,
      print endianness in buildinfo, removed sha1_old code
4661: Log: Print newline before exception message when MLDonkey can´t use a port
      BT: exit if client_port = tracker_port

2005/11/28
4654: Fix guiprot when addr not resolvable (zet)
4655: Set conn_user on gui (zet)
4656: BT: update last seen complete field and fix bitfield reading (zet)

2005/11/27
4653: GTK2 GUI: add isohunt statistics (su_blanc)

2005/11/22
4364: Let mlnet build under the cygwin unix emulation layer (Amorphous)
4648: GTK2 GUI: improve display of razorback stats (su_blanc)
      added the display of filedonkey.com data
4646: BT: little change to recognise Clients (bogeyman)
4645: Fix donkey total uptime stats order (bogeyman)

2005/11/21
4406: Unicode: Fix filenames in shared_files_new.ini and file rename
      in HTML interface (mld_unicode_patch6.patch) (CML)
4440: New option shutdown_timeout, 3 sec, was hardcoded before (Amorphous)
4644: Update GNU config.guess and config.sub to current versions
4643: HTML: Fix gdstats output when html_use_gzip true
4640: Calendar: view calendar command: vcal
4641: Fix exception in load_web_infos
4642: HTML: Improve preview via webbrowser (pango)

2005/11/19

These patches are experimental, please test carefully and report your findings.

4563: replace all Printf.printf occurences by Printf2.lprintf (su_blanc)
4479: Callback mechanism for low ID users does not work (miriup)
      Reactivating submission of server IP and port during client
      handshake in edonkey
  "However, sometimes, especially when I have no files to download I do
   not receive callbacks at all. It is suggested to apply this patch in
   a testing mldonkey for a week on a non-low id connection before including
   it in a stable release, ... I can't test high-ID at all."
4574: Friends upload slot (pango)
2005-12-09 20:45:10 +00:00