Commit graph

85213 commits

Author SHA1 Message Date
rillig
592d652a14 Switched the package to using the PKG_INSTALL framework. The actual
binary has been made a SETGIDGAME to make the highscore file editable
from only within the game. Bumped PKGREVISION.
2005-10-07 10:20:49 +00:00
rillig
e4c254dd18 Removed the -3 option from the example call to createbuildlink. 2005-10-07 09:56:12 +00:00
adam
5182b62b69 Updated sysutils/estd to 0.4 2005-10-07 09:00:46 +00:00
adam
84a57872d8 Changes 0.4:
* Support for PowerNow
2005-10-07 08:52:14 +00:00
bad
2074e7793d Remove "LICENSE=no-commercial-use". Socks4 has a standard MIT/BSD style
license with no restrictions on commercial use.
2005-10-06 21:18:24 +00:00
agc
f41829da2b Clarify the language used in a couple of definitions. 2005-10-06 21:04:49 +00:00
drochner
a7567a0ef4 update to 1.0.2
This is a maintenance (bug-fix only) release
Three fixes in the 1.0.2 release deserve particular mention:
-Dashed curves
-Better support for multi-thread applications
-Many win32 compilation and rendering fixes
2005-10-06 18:46:59 +00:00
drochner
642d78aa28 update to 1.12.3
changes:
-Make gconf optional again
-Fix excessive memory use problem for writing zip files
2005-10-06 18:40:36 +00:00
drochner
206593bbf8 update to 2.6.8
changes
-unlimited number of categories
-bugfixes
2005-10-06 18:38:49 +00:00
drochner
71a3e5c6be done what I've promised in TODO 2005-10-06 18:28:24 +00:00
drochner
1ba82b8fca update to 1.5
changes:
-new LUT editor (RGB and HSV)
-support for user defined sources
-vorticity filter
-support for the VolumeProMapper
-utility script to search the VTK docs
-bugfixes
2005-10-06 18:08:15 +00:00
drochner
6ba51a764c update to 1.7
changes:
-Relaxed license from GPL to LGPL
-Added support for sending data to gnuplot via FIFOs (named pipes).
2005-10-06 18:04:42 +00:00
drochner
2d2f654913 update to 0.4.8
changes:
Bug fixes again. One is significant: it stops gxine from (potentially)
eating lots of CPU time
2005-10-06 18:02:10 +00:00
drochner
fac6e523e5 update to 1.2.3
changes:
-supports the proposed OpenICC specification for color management profiles
-adds updated English documentation, along with many GUI translation updates
-Many locale and Unicode fixes and enhancements
2005-10-06 18:00:39 +00:00
drochner
079ce44901 update py-qt3 to 3.15
changes:
-sync with newer qscintilla
-bugfixes
2005-10-06 17:57:49 +00:00
drochner
c8daae8b9c update to 1.6
changes:
-sync with scintilla 1.65
-updated translations
-added some QextScintillaLexer* classes
-minor fixes
2005-10-06 17:49:13 +00:00
reed
7f70384868 Updated wm/ctwm to 3.7. 2005-10-06 17:31:06 +00:00
reed
ed53684b5b Update to 3.7 from PR #30804.
Rhialto is the new MAINTAINER. Thank you!
Enable pkgviews.
Installs some example configurations. (Should CONF_FILES also be used?)
Now depend on jpeg too.


Remove patch-aa, patch-ab and patch-ad.

According to CHANGES file, there are 50 changes.
(I see it includes some bug fixes from pkgsrc users.)
2005-10-06 17:28:41 +00:00
wiz
c3e7da802c - eric3-3.7.2 (thanks, drochner). 2005-10-06 16:52:16 +00:00
drochner
0d94017cc1 eric3 security fix 2005-10-06 16:32:48 +00:00
minskim
6d905e9468 Note PKGREVISION bump of gtmess. 2005-10-06 15:55:12 +00:00
minskim
522d0e560f Sort PLIST and add a missing entry. Bump PKGREVISION. 2005-10-06 15:54:26 +00:00
minskim
490a350d88 Do not declare a static variable as non-static in a header file. This
makes the package build with gcc-3.4.
2005-10-06 15:50:59 +00:00
reed
f2979429c1 For print-PLIST generation, make sure that ${PKGMANDIR} becomes "man". 2005-10-06 15:25:47 +00:00
salo
9a60478a17 Note archivers/arc PKGREVISION bump: security fix. 2005-10-06 14:24:36 +00:00
salo
24b3135d2d Security fix for CAN-2005-2945 and CAN-2005-2992:
"arc 5.21j and earlier create temporary files with world-readable permissions,
which allows local users to read sensitive information from files created by
arc or marc."

http://www.zataz.net/adviso/arc-09052005.txt
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2945

Patch from Debian.
2005-10-06 14:23:39 +00:00
ben
4db3e9a2b4 This change addresses PR#31443
Install header files in include/faad2

Install include/faad2/config.h

Add include/faad2 to search path in buildlink3.mk

Since software depending on mp4.h won't be able to build without this
change, bump PKGREVISION and update BUILDLINK_DEPENDS.faad2 in
buildlink3.mk
2005-10-06 13:13:28 +00:00
wiz
bcfa5c5481 libgcrypt updated to 1.2.2. 2005-10-06 12:21:01 +00:00
wiz
bb91289e31 Update to 1.2.2:
Noteworthy changes in version 1.2.2 (2005-10-05}
------------------------------------------------

 * Made the RNG immune against fork without exec.

 * Minor changes to some function declarations.  Buffer arguments are
   now typed as void pointer.  This should not affect any compilation.

 * A bug in the definition of gcry_cipher_register has been fixed.

 * Interface changes relative to the 1.2.1 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gcry_cipher_encrypt    CHANGED: Arguments IN and OUT are now void*.
 gcry_cipher_decrypt    CHANGED: Arguments IN and OUT are now void*.
 gcry_create_nonce      CHANGED: Argument BUFFER is now void*.
 gcry_md_ctl            CHANGED: Argument BUFFER is now void*.
 gcry_sexp_sprint       CHANGED: Argument BUFFER is now void*.
 gcry_mpi_scan          CHANGED: Argument BUFFER is now void*.
 gcry_cipher_register   CHANGED: Argument ALGORITHM_ID is now int*.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2005-10-06 12:20:41 +00:00
wiz
6a88c1bfc9 Updated mldonkey{,-gui} to 2.6.4. 2005-10-06 11:51:44 +00:00
wiz
9a4ed67c6f Update to 2.6.4 (changelog see mldonkey).
Add options for choosing between lablgtk and lablgtk2 toolkit.
XXX: lablgtk2 GUI is very unstable (at least for me), don't use it yet.
2005-10-06 11:51:13 +00:00
wiz
23856ddf44 Update to 2.6.4:
2005/09/04: spiralvoice (version 2.6.4 = tag release-2-6-4)

4392: Print "Core started" on stdout even if logging is enabled
      Fixes problems when MLDonkey is spawned by a GUI

2005/09/03: spiralvoice

4247: memstats: BT/FT/GNUT/G2: initial memstats, ALL: show nr of old_files,
      BT: nr of torrent files
4390: Mail: Print incoming path if !!url_in_mail is used
4389: BT: Fix core exit if dirs of a shared multifile torrent are not writable
4368: new option: create_file_sparse true|false, this works only for
      files on NTFS drives in MinGW compiled MLDonkey (thanks to zet)

2005/09/01: spiralvoice

4385: EDK: Preserve untested servers (by pango)
4351: optimize ip blocking lists (by pango)
4376: EDK: Re-enable result_done (already downloaded) in search results (by zet)
4126: Improved log_file handling

* there is now a default log_file: mlnet.log, old downloads.ini is *not* updated
* its default log_file_size is 2MB, this is checked only on core start,
  if log_file is bigger it will be resetted
* logging will always be appended to log_file
* new command "clear_log" to reset log_file while the core is working
* new command "open_log" to reopen log after close_log
* removed command "log_file", same can be achieved through "set log_file <file>"

4384: HTML: Add "Import Serverlist" in servers, clean third button row (by schlumpf)
4365: Disable console "X" close button on MinGW, second version (by CML)
4382: Solve libgd configure in mandrake 10.0
4381: better differentiation of eDonkey and BT Stats Table (by schlumpf)
4380: some info for SCM Version (CVS co Date/ SVN revision) (by schlumpf)
4379: Fix compile error when libgd is not present
4378: Longhelp: Better description for add_user
4377: Better description for shared_directories in downloads.ini
4356: EDK: Improved server.met handling / fix contact.dat loading

* Changed user agent from "MLdonkey" to "MLDonkey", solves problem
  when downloading files from www.gruk.org and www.srv1000.com
* MLDonkey new recognizes links like ed2k://|serverlist|http://server/file.ext|/
* "servers" command now takes URLs
* if period in web_infos is zero the file is only loaded during core start
  (as requested by the owner of www.gruk.org)
* in all places where a filename or URL for a server.met can be used this
  file can also be compressed with gz/bz2/zip
* automatically replace old default server.met in web_infos
        ("server.met", 24,
            "http://ocbmaurice.dyndns.org/pl/slist.pl/server.met?download/server-best.met");
  with fake servers free list from gruk.org:
        ("server.met", 0, "http://www.gruk.org/server.met.gz");
* fixed bug which prevented loading Overnet contact.dat file in web_infos

2005/08/29: spiralvoice

4368: Use sparse files on MinGW/NTFS (by zet)
4370: BT/Win32: fix multifile hashing (by Amorphous)

2005/08/28: spiralvoice

4366: HTML: more maintainable html_mods styles (by pango)
4367: Improve logging
4361: New command: uptime

Lots of improvements for MinGW, this platform now supports
files > 2GB, threads and libgd generated statistics.
Here you will find compilation instructions:
http://mldonkey.berlios.de/modules.php?name=Wiki&pagename=Windows

4342: Large_file support for mld_hash and MinGW MLDonkey core (by zet)
4358: Add thread support for MinGW (by zet)
4362: configure.in support for libgd on MinGW/FreeBSD
4349: increase filedescriptor limit for mingw (by zet)
4365: Disable console "X" close button on MinGW (by zet)

2005/08/26: spiralvoice

4360: Configure: Test for nl_langinfo(CODESET)
4359: Upload: Give upload slot truely randomly (by pango)
4347: Improve exit codes, codes were inspired by sysexits.h
4345: Code clean: Optimize redundant time_to_string functions
4357: Rename ed2k_hash to mld_hash
4344: Improve ./configure checks (bzlib.h, iconv on Windows)
---------------------------------------------------------------------
2005/08/21: spiralvoice (version 2.6.3 = tag release-2-6-3)

4254: Patch reverted, did not work
      "html_mods: Table data is incorrectly centered"
4336: Improve some log file messages
4321: BT: fixed "make_torrent produce corrupted files on Windows" (by beedauchon)
4335: Buildinfo: Fix bug if Bzip2 version string is empty (by beedauchon)
4329: HTTPClient: Implement retries for failed requests
4319: Fix compile if libbz2 is not available,
      new configure option: --disable-bzip2
4334: BT/FileTP: Some progress on cancel bug (by kempston)
4333: send ip blocked addr state to gui, compute_torrent from gui (by z)
4332: Let configure fail if GNU make is not installed

2005/08/18: spiralvoice

4323: HTML: Search results: new colums for Bitrate, Codec and length
4324: Log: Improve output for verbosity "hid"
4322: EDK: compatibleclient 40 -> Shareaza
4320: Fix compile on FreeBSD < 5.3

2005/08/15: spiralvoice

4317: Updated ./configure for compiling lablgtk2 with --enable-batch
4316: Updated ./distrib/Install.txt for Ocaml 3.08.4 and new GUI options
4292: html_mods: Match styles default frameHeight with the common default
4314: Allow compiling with Ocaml 3.08.4
      Compiling with 3.08.3 still works
4312: BT: Allow seeding (by beedauchon)
4311: BT: create_torrent: default_tracker and default_comment (by beedauchon)
4309: GUI: send ed2k/bt network u/d totals (by z)
4308: Gnutella/G2: Fix commit if no TigerTree is available
4305: buildinfo: Print some system internals
4304: EDK: Fix disconnect state with verbosity = "hid"
4297: Create ini file backups on shutdown
Note: file_sources.ini is never saved, it makes no sense to keep this file.

New options:

* backup_options_format, default "tar.gz", "zip" can also be used

* backup_options_delay, default 0
How often (in hours) should a backup of the ini files be written into old_config.
A value of zero means that a backup is written only when the core shuts down.

* backup_options_generations, default 10
Define the total number of options archives in old_config.

Command save got two new parameters:
* "save all" saves options, sources and creates a ini file backup
* "save backup" speaks for itself;-)
---------------------------------------------------------------------
2005/08/11: spiralvoice (version 2.6.2 = tag release-2-6-2)

4296: BT: Fix options parsing
---------------------------------------------------------------------
2005/08/09: spiralvoice (version 2.6.1 = tag release-2-6-1)

4291: EDK: Better logging for unknown compatibleclient values
4290: BT: Some small fixes for messages interested and cancel
      by beedauchon
4289: LOG: Improve verbosity "hid"
4287: Better clear Fifo buffers, by bogeyman
4268: Web/Gui: free core's buffer allocated by vd # and gui
      by bogeyman

2005/08/08: spiralvoice

4285: IPBlock: Server support
* display in vm/vma if a server has a blocked IP
* prevent connections to a IP blocked server,
  in EDK case this resulted in a LowID connection

4284: Remove whitespaces / Some logging changes

2005/08/07: spiralvoice

4279: MinGW: HDD statistics support
4281: Remove white spaces / Some logging stuff
4251: HTML: few fixes / new option html_frame_border true|false
4278: Windows: Fix bug creating work dirs in empty dir

2005/08/06: spiralvoice

4276: IPBlock: Never block local IPs even if they are in blocklist
4274: Use relative path if downloads.ini is present

2005/08/05: spiralvoice

4272: HTML: Cursor focus in input field
4271: GTK2: Fix compile bug in src/gtk2/chat/chat_art.ml
4155: Let MLDonkey create its data in $HOME/.mldonkey

Usage instructions:
* if the core is started in a directory where downloads.ini exists
  this directory will be used, this is the same behaviour as before
* on Windows the current directory will always be used,
  this is consistent with eMule
* on other systems $HOME/.mldonkey will be created and used,
  this is consistent with eDonkey, aMule and Unix standards
* if variable MLDONKEY_DIR is used that directory has priority,
  to simulate the behaviour without this patch use:
    export MLDONKEY_DIR="." && ./mlnet

2005/08/04: spiralvoice

4270: Overnet: Convert local IPs sent by OV clients to real IPs
4269: IPBlock: Several fixes, better zip file support
4264: Fasttrack: Force commit of all complete files

4258: BT: Statistics, recognize more clients, min_interval, torrents/old and more...
      This patch was done by Beedauchon, it incorporates weeks of work from him.
* move .torrent to torrents/old if the file is not shared anymore
* new command rm_old_torrents: delete all files in torrents/old
* eDonkey like statistics for BT clients (csbt command)
* compute_torrent and make_torrent can put a comment into the .torrent file
* MLdonkey computes a BT-compatible client_uid starting with "-ML"
* parse more fields from .torrent files and display them in HTML interface
* Tracker: replace "/tracker" by "/announce"
* Tracker: add "/scrape"
* Multitracker support for downloading

2005/08/02: spiralvoice

4263: Fasttrack: Force bootstrapping nodes

2005/08/01: spiralvoice

4261: HTML: Add DL button - opens dialog for entering links (by omgwtf2)
4260: IPblock: Enable IP blocking for Overnet and HTTP server
      (=BT Tracker) (by beedauchon)
4257: Kick uploaders which send no data for more than 1 minute
4256: Print message if glibc version mismatch
      updates for buildinfo (version of libbz2, libz, libpng)

2005/07/29: spiralvoice

4255: HTML: updates for cs command
4254: html_mods: Table data is incorrectly centered
4253: HTML: New style Construction (by omgwtf2)
4251: few html fixes (reverted) (by beedauchon)

2005/07/28: spiralvoice

4250: Remove whitespaces from commonUploads.ml
4249: HTML: Links to fake check services in search results
      (by bogeyman)

2005/07/27: spiralvoice

4194: FileTP : Add support for "referer",
      error messages cleanup (by beedauchon)
4245: BT: Remove whitespace (by beedauchon)
4244: Change web_infos period to hours (this is a bugfix,
      no need to change ini files)
      new option: enable_mlnet_redirector

2005/07/26: spiralvoice

4243: FileTP: Clean lots of whitespaces
4031: HTML: relative refs in HTML output (by beedauchon)
4191: Access to disk data (free space, max file name length)
      This is first step implmenting this, checkout the
      disk command for debugging.
4242: IPBlock: Support guarding_full.zip
4241: Fix html_mods_vd_gfx_remove
4240: EDK: New option keep_downloaded_in_old_files

2005/07/23: spiralvoice

4184: support guarding.p2p in zip/gz/bz2 format
      bz2 segfaults on OpenBSD, therefore disabled
      see notes in the patch on how to compile with MinGW

2005/07/22: spiralvoice

4205: Improve logging with timestamps 2 (incomplete)
4204: Improve logging with timestamps (incomplete)

2005/07/21: spiralvoice

4195: GUI: Change configure options

Now "./configure" compiles no GUI, "--disable-gui" is default.
To use a GUI use "--enable-gui", this enables GTK2 GUI.
Other options are:
--enable-gui=newgui2 (use GTK2 GUI)
--enable-gui=newgui1 (use GTK1 newgui)
--enable-gui=oldgui  (use GTK1 oldgui)
Options like "--disable-newgui" or "--enable-gtk2" were removed.

2005/07/20: spiralvoice

4193: CommonGraphics : some whitespace cleanups
4190: Gdstats: Fix tag.png/jpg link output
4188: Overnet: Dont put our own ID in the buckets (by Bogeyman)
2005-10-06 11:50:03 +00:00
wiz
4f5536fc05 Updated x11/lablgtk2 to 2.4.0nb3 2005-10-06 11:48:57 +00:00
wiz
d62755cfc0 Update to 2.4.0nb3:
Use proper build target to get optimized binaries too.
2005-10-06 11:48:14 +00:00
wiz
27cd785292 Updated security/lsh2 to 2.0.1nb1 2005-10-06 11:43:29 +00:00
wiz
29c1f6dac5 Use GNU m4 to fix assembler code used in included nettle library.
Makes lsh work much better. Bump PGKREVISION. Problem analyzed by author.
2005-10-06 11:43:10 +00:00
sketch
3a9c059182 Update HOMEPAGE and MASTER_SITES. 2005-10-06 11:33:52 +00:00
sketch
d69a1c5691 Note update of www/apachetop to 0.12.5nb1 to fix insecure temporary file use. 2005-10-06 11:28:03 +00:00
sketch
c54181a612 Apply patch from Steve Kemp of Debian to fix insecure temporary file usage.
Fixes CAN-2005-2660.
2005-10-06 11:26:18 +00:00
markd
97bc9cf4f4 A couple of patches to fix build on NetBSD/hp700. From Konrad Schroder. 2005-10-06 11:08:39 +00:00
wiz
4d6c756d8e + libgcrypt-1.2.2, svk-1.05, trafshow-5.2.1. 2005-10-06 11:08:05 +00:00
wiz
8de5ef40ec Change PKGNAME from lablgtk to lablgtk2.
This way the package can be installed at the same time as x11/lablgtk
(their PLISTs do not conflict), and as additional bonus, the PKGNAME
matches the directory name.

No dependencies, so no dependency PKGREVISION bumps needed.

XXX: I don't think I can record this change in doc/CHANGES, can I?
2005-10-06 10:52:41 +00:00
tonio
4ac38b508e add patch-aj: apply the same fix as upstream to fix PR 31466
Thanks Jeff Ito for debugging this
2005-10-05 20:08:32 +00:00
drochner
93ea2303c5 update to 3.7.2
changes:
-fix for potential security exploit (CAN-2005-3068)
-compatibility changes for PyQt 3.15
2005-10-05 16:34:00 +00:00
tv
694fe08fc2 The Interix-supplied gawk is horribly broken; use classical awk.
(This might mean fixing up some packages that assume awk >= nawk/gawk.  :)
2005-10-05 16:10:20 +00:00
tron
0dc340980e Note update of "php4" package to version 4.4.0nb1. 2005-10-05 16:00:29 +00:00
tron
a6bbb8d213 Add patch from Debian bug report 323585 to fix CAN-2005-3054. 2005-10-05 15:59:47 +00:00
salo
6d98294df6 Note mail/imap-uw PKGREVISION bump: security fix. 2005-10-05 15:53:14 +00:00
salo
66f44eb00f Security fix for SA17062:
"A vulnerability in UW-imapd can be exploited by malicious users to
 cause a DoS (Denial of Service) or compromise a vulnerable system.

 The vulnerability is caused due to a boundary error in the
 "mail_valid_net_parse_work()" function when copying the user supplied
 mailbox name to a stack buffer. This can be exploited to cause a
 stack-based buffer overflow via a specially crafted mailbox name that
 contains an single opening double-quote character, without the
 corresponding closing double-quote.

 Successful exploitation allows arbitrary code execution, but requires
 valid credentials on the IMAP server."

http://secunia.com/advisories/17062/
www.idefense.com/application/poi/display?id=313&type=vulnerabilities
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2933

Patch from 2004g.
2005-10-05 15:49:44 +00:00
salo
afb8e8de5b Note devel/bugzilla security update. 2005-10-05 15:10:16 +00:00