Commit graph

78202 commits

Author SHA1 Message Date
salo
f0d66fca9a Note multimedia/win32-codecs update. 2005-04-17 12:15:24 +00:00
salo
5c3f4ef803 Update to 20050412 snapshot. 2005-04-17 12:14:13 +00:00
adrianp
52445ddc47 - The bugzilla 2.19.x branch is the development branch of bugzilla and so
it does not represent an update that needs to be done but more of a new
  package that could be imported at some point in time.  If I hear of ppl
  needing it, I'm happy to attempt it.
2005-04-17 11:40:33 +00:00
adrianp
b48b945a9c - Note addition of libssh 2005-04-17 11:37:03 +00:00
adrianp
d896afd496 The ssh library was designed to be used by programmers needing a working
SSH implementation by the mean of a library. The complete control of the
client is made by the programmer.

With libssh, you can remotely execute programs, transfer files, use a
secure and transparent tunnel for your remote programs. With its Secure
FTP implementation, you can play with remote files easily, without
third-party programs others than libcrypto (from openssl).
2005-04-17 11:34:16 +00:00
wiz
0d1b5425cf Fix another section about .la files in PLIST
XXX: someone, please regen.
2005-04-17 09:38:26 +00:00
wiz
8c86f89e28 + firefox-bin-1.0.3, mozilla-1.7.7, mozilla-gtk2-1.7.7, mutt-devel-1.5.7,
suse_base-9.3, xorp-1.1.
- p5-DBD-SQLite-1.08.
2005-04-17 09:21:59 +00:00
minskim
d2692a0744 Include time.h to use time(). 2005-04-17 05:48:34 +00:00
minskim
882243d737 Regen to make GNU patch happy. 2005-04-17 04:58:22 +00:00
minskim
60c45bd7ed Create directories used by PAX during installation. Noted by OBATA Akio
in private email.
2005-04-17 04:26:37 +00:00
minskim
eb5d651ae9 This package needs openssl to build; include its buildlink3 file. 2005-04-17 03:48:59 +00:00
taya
0bc42d4986 note update of firefox & firefox-gtk1 to 1.0.3 2005-04-17 02:20:51 +00:00
taya
acbf8e14e6 Update firefox & firefox-gtk1 to 1.0.3.
This is a security fix release.
Fixed vulnerabilities are follows:

MFSA 2005-33  Javascript "lambda" replace exposes memory contents
MFSA 2005-34 javascript: PLUGINSPAGE code execution
MFSA 2005-35 Showing blocked javascript: popup uses wrong privilege context
MFSA 2005-36 Cross-site scripting through global scope pollution
MFSA 2005-37 Code execution through javascript: favicons
MFSA 2005-38 Search plugin cross-site scripting
MFSA 2005-39 Arbitrary code execution from Firefox sidebar panel II
MFSA 2005-40 Missing Install object instance checks
MFSA 2005-41 Privilege escalation via DOM property overrides
2005-04-17 02:19:39 +00:00
kristerw
bbd4048b0d Include converters/libiconv/buildlink3.mk to make this pkg build
on NetBSD 1.6.
2005-04-17 01:44:29 +00:00
kristerw
4b7d5ce55b Include "../../mk/pthread.buildlink3.mk" to make this pkg build
on NetBSD 1.6.
2005-04-17 01:06:06 +00:00
kristerw
c8ee737b65 nclude converters/libiconv/buildlink3.mk to make this pkg build
on NetBSD 1.6.
2005-04-16 23:09:00 +00:00
kristerw
83a1a9a0c0 Include converters/libiconv/buildlink3.mk to make this pkg build
on NetBSD 1.6.
2005-04-16 22:55:22 +00:00
schwarz
9949da48f0 enable the user to set LIBABISUFFIX if desired. Change approved by jschauma. 2005-04-16 20:03:02 +00:00
drochner
2f23636dfa two security patches: Real RTSP heap overflow, MMST heap overflow
(both patches published on the mplayer website)
bump PKGREVISION of affected pkgs
2005-04-16 17:43:09 +00:00
recht
437e7c03a5 bsflite-0.80 2005-04-16 16:58:57 +00:00
recht
886cb6ac8a update to bsflite-0.80
patch by Evan Hall in PR 29964 (slightly modified)

0.80 - 04/13/2005
 * Changed keepalive messages to FLAP channel 0x05 messages, as recommended.
 * Re-implemented idle time reporting. Any keystroke in bsflite now resets
   your idle time, rather than only on sending a message.
 * New option "respond_idle_only" to send away message auto-response only
   when away and idle.
 * Fixed the terminal line erasing problem previously detailed in the README
   both in UNIX (using vt100 sequences), Windows (using console functions)
   and DOS (using conio functions). Plan 9 is unaffected since the rio
   terminal properly supports reverse line wrap.
 * Screen names longer than 16 characters are trimmed to the first
   13 characters plus "..." in the buddy list display. Use 'wf' to
   see the entire name. This is necessary now with @mac.com and
   @thematrixonline.com accounts.
 * New command 'G' : write away messages in ~/.bsflite/awaymessages,
   one per line, and use 'G' to set them.
 * Finally added server-side buddy lists. Buddy add/delete now stores the
   information on the server. If you have a buddies file, run this
   new version with it once, then delete it.
 * Optional "netspeak cleaner" - see cleaner.c and config file
 * Cleaned up and sped up login sequence.
 * Fixed a mysterious bug where mobile users would disappear from the
   buddy list even though they were online.
 * imcomm now supports sending more than one packet at a time, which
   seems to be how other clients do some things. The fetch awaymsg/profile
   command now takes advantage of this, which seems to improve the rate
   limit situation a bit. Also, the 'b' command works most of the time
   without triggering a rate limit warning.
 * Buddy list display now adjusts with screen size.
 * Added a configuration file. See config-example for details.
 * Changed default paths to ~/.bsflite/[config,log,profile,buddies,icon]
 * Fixed the endlessly repeating error messages on certain platforms.
 * l command now shows the last 20 lines instead of 10.
 * Implemented MD5-based login in IMComm instead of the old, "roasted"
   password algorithm. This improves things on three fronts:
    - your password is no longer sent in plaintext
    - you can login with a @mac.com account
    - you can login with an ICQ UIN
   This is the way the official client has done things for a while. I used
   MD5 routines developed by L. Peter Deutsch (md5.c, md5.h in imcomm/)
   for this, at least until I become inspired enough to write my own.
2005-04-16 16:44:53 +00:00
salo
785c602c93 Add buildlink3.mk back, needed by packages in pkgsrc-wip.
Bump BUILDLINK_RECOMMENDED.
Noticed by <wiz>
2005-04-16 16:19:24 +00:00
jschauma
f984bbdbbe note update of tor to 0.0.9.8 2005-04-16 15:59:18 +00:00
jschauma
f194968805 Update tor to 0.0.9.8:
- Fix another race crash bug (thanks to Glenn Fink for reporting).
- Compare identity to identity, not to nickname, when extending to
  a router not already in the directory. This was preventing us from
  extending to unknown routers. Oops.
- Make sure to create OS X Tor user in <500 range, so we aren't
  creating actual system users.
- Note where connection-that-hasn't-sent-end was marked, and fix
  a few really loud instances of this harmless bug (it's fixed more
  in 0.1.0.x).

- We have a bug that I haven't found yet. Sometimes, very rarely,
  cpuworkers get stuck in the 'busy' state, even though the cpuworker
  thinks of itself as idle. This meant that no new circuits ever got
  established. Here's a workaround to kill any cpuworker that's been
  busy for more than 100 seconds.
2005-04-16 15:58:07 +00:00
cube
d71dbbb965 Make previous patch proper. 2005-04-16 14:51:59 +00:00
cube
75f87f80fb Import a patch from the package I had made for this in pkgsrc-wip. While
I really don't remember where I had found this patch, sanity-checking the
return value of a fopen can't be a bad thing.  PKGREVISION++.
2005-04-16 14:43:49 +00:00
salo
5a0bc23770 Bump BUILDLINK_RECOMMENDED for latest security fix. (hi jlam!) 2005-04-16 14:32:53 +00:00
wiz
28a09addfc Fix dependency pattern to include [0-9]. 2005-04-16 13:35:29 +00:00
tron
343e611432 Note update of "firefox-gtk2-bin" package to version 1.0.3. 2005-04-16 12:47:47 +00:00
tron
a1d8c32e28 Update "firefox-gtk2-bin" package to version 1.0.3. The new version fixes
the following security issues:

MFSA 2005-33 Javascript "lambda" replace exposes memory contents
MFSA 2005-34 javascript: PLUGINSPAGE code execution
MFSA 2005-35 Showing blocked javascript: popup uses wrong privilege context
MFSA 2005-36 Cross-site scripting through global scope pollution
MFSA 2005-37 Code execution through javascript: favicons
MFSA 2005-38 Search plugin cross-site scripting
MFSA 2005-39 Arbitrary code execution from Firefox sidebar panel II
MFSA 2005-40 Missing Install object instance checks
MFSA 2005-41 Privilege escalation via DOM property overrides
2005-04-16 12:47:22 +00:00
wiz
d148cdbcf2 Add patch-ap from wip/host to fix installation.
Add missing man/cat1/host.0 to PLIST.
2005-04-16 12:44:49 +00:00
tron
47698e872b Note update of "mozilla-bin" package to version 1.7.7. 2005-04-16 12:41:01 +00:00
tron
6bf36375e6 Update "mozilla-bin" package to version 1.7.7. A list of the changes is
not available yet but it includes security fixes for e.g. SA14821.

Support for Solaris SPARC and x86 is not available due to lack of a
precompiled binary at this point of time.
2005-04-16 12:40:32 +00:00
wiz
b1e581e661 Add RMD160 checksum. 2005-04-16 12:37:56 +00:00
hubertf
89ad5545e5 hand over maintainership to tech-pkg 2005-04-16 12:25:34 +00:00
agc
03d422bd12 Make it clear that dpkg manages Debian packages. 2005-04-16 11:40:36 +00:00
wiz
0a77739181 Add and enable regionset. 2005-04-16 11:34:20 +00:00
agc
82419dde61 Don't fail if there are multiple digest values for the same file with the
same algorithm in the distinfo file - pointed out by Robert Elz in PR 29973.

Additional testing by wiz - thanks!
2005-04-16 09:26:22 +00:00
agc
9318dc5a01 Occasionally we do not want the "--host=${MACHINE_GNU_PLATFORM}" argument
added if GNU_CONFIGURE is specified - the arla and forthcoming openafs
packages are ones that need to be able to let the GNU configure script
guess for itself, rather than hardcoding the value.

Add a switch called USE_GNU_CONFIGURE_HOST to determine whether the
--host argument is provided to the GNU configure script.  This is
switched on (it has a "yes" value) by default, so the previous
behaviour applies, but allows us to specify this value on a
package-by-package basis.

Documentation changes for this are also forthcoming.
2005-04-16 09:20:18 +00:00
jdolecek
1a01c633ed g/c LIBS setting 2005-04-16 07:37:30 +00:00
rumble
7a2865afc9 added regionset-0.1 2005-04-16 06:56:17 +00:00
rumble
1a32948aaf regionset-1.0 Read and modify DVD drive region code 2005-04-16 06:51:26 +00:00
jlam
e5be01e361 Make sure that USE_TOOLS contains all of "grep egrep fgrep" if it
contains any one of them.  This causes the final loop to correctly
set TOOLS_REAL_CMD.{grep,egrep,fgrep} for all three tools.
2005-04-16 05:16:29 +00:00
reed
3def7a449b Patch was missing path (extras/Xpm/lib) to the files to patch.
Problem noticed by Reid Thompson under DragonFly and reported
to tech-pkg list. I verified also under Linux.
2005-04-16 03:48:47 +00:00
wiz
a5404f8c3e Distfiles with the same name but different
contents need a DIST_SUBDIR -- make it so for the newmat10B case.
2005-04-16 02:12:48 +00:00
kristerw
ae3e526b25 Include converters/libiconv/buildlink3.mk to make this pkg build
on NetBSD 1.6.
2005-04-16 01:12:41 +00:00
kim
98093ba37a p5-DBD-SQLite-1.08 2005-04-16 01:11:14 +00:00
kim
fdb3748e92 Upgrade to 1.08:
- Support 64 bit integers (uses floating point numbers when perl is not
  compiled with 64 bit int support). This also fixes issues with using
  sqlite timestamps.
- Upgrade to sqlite 3.1.3
- Fix issues of not finding rows when providing a number that perl sees
  as a string.
- Fixes for most current bugs in RT (see http://rt.cpan.org/ to check
  if your favourite bug got fixed).
2005-04-16 01:10:23 +00:00
kristerw
080c665896 Include "../../mk/pthread.buildlink3.mk". 2005-04-16 01:08:19 +00:00
kristerw
2bdbe4a604 Include converters/libiconv/buildlink3.mk to make this pkg build
on NetBSD 1.6.
2005-04-16 00:54:33 +00:00