Commit graph

164814 commits

Author SHA1 Message Date
obache
7ab5deae85 + cyrus-imapd24 2010-10-30 12:39:23 +00:00
obache
057bb5af2a Let to offer pkgsrc default mysql server for resolving dependency. 2010-10-30 12:23:12 +00:00
obache
4e11f83a6d Added mail/cyrus-imapd24 version 2.4.2 2010-10-30 12:12:59 +00:00
obache
33b898c040 Import cyrus-imapd-2.4.2 as mail/cyrus-imapd24.
IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
2010-10-30 12:12:35 +00:00
obache
59d2a8270b Fixes paths for html file. 2010-10-30 11:48:06 +00:00
wiz
9a781bfbe8 Add CONFLICTS with adobe-flash-plugin. 2010-10-30 09:51:31 +00:00
adam
5e16707d2b Added support for Clang 2010-10-30 09:29:58 +00:00
obache
8f4a51b35d No need to buildlink with bdb here, it is handled in options.mk. 2010-10-30 07:44:35 +00:00
spz
932d48d6ca bring up the package to current pkgsrc standards, especially DESTDIR
and paths being used.
MAJORDOMO_HOMEDIR moves from /home/majordom to $VARBASE/majordomo, unless
overridden by the package builder
MAJORDOMO_CF is now ${PREFIX}/etc/majordomo/majordomo.cf
2010-10-29 21:51:21 +00:00
markd
d27588b4f3 Note updates I did the other day. 2010-10-29 19:36:40 +00:00
adam
058030180d Updated slony1, freeradius, freeradius2 2010-10-29 16:00:43 +00:00
adam
9841a38304 Changes 2.1.10:
* Install the "radcrypt" program.
* Enable radclient to send requests containing MS-CHAPv1 Send packets with:
  MS-CHAP-Password = "password". It will be automatically converted to the
  correct MS-CHAP attributes.
* Added "-t" command-line option to radtest. You can use "-t pap", "-t chap",
  "-t mschap", or "-t eap-md5". The default is "-t pap"
* Make the "inner-tunnel" virtual server listen on 127.0.0.1:18120 This change
  and the previous one makes PEAP testing much easier.
* Added more documentation and examples for the "passwd" module.
* Added dictionaries for RFC 5607 and RFC 5904.
* Added note in proxy.conf that we recommend setting
  "require_message_authenticator = yes" for all home servers.
* Added example of second "files" configuration, with documentation.
  This shows how and where to use two instances of a module.
* Updated radsniff to have it write pcap files, too. See '-w'.
* Print out large WARNING message if we send an Access-Challenge for EAP, and
  receive no follow-up messages from the client.
* Added Cached-Session-Policy for EAP session resumption. See raddb/eap.conf.
* Added support for TLS-Cert-* attributes. For details, see
  raddb/sites-available/default, "post-auth" section.
* Added sample raddb/modules/{opendirectory,dynamic_clients}
* Updated Cisco and Huawei, HP, Redback, and ERX dictionaries.
* Added RFCs 5607, 5904, and 5997.
* For EAP-TLS, client certificates can now be validated using an external
  command. See eap.conf, "validate" subsection of "tls".
* Made rlm_pap aware of {nthash} prefix, for compatibility with legacy RADIUS
  systems.
* Add Module-Failure-Message for mschap module (ntlm_auth)
* Made rlm_sql_sqlite database configurable. Use "filename" in sql{} section.
* Added %{tolower: ...string ... }, which returns the lowercase version of the
  string. Also added %{toupper: ... } for uppercase.
* Bug fixes.
2010-10-29 15:59:00 +00:00
adam
8eee1fa00b Changes 1.1.8:
Bug fixes: Fix crash (memcpy with length -1) when invalid Tunnel-Password
attributes are received.
2010-10-29 15:55:19 +00:00
adam
30c0544fdb Changes 2.0.5:
fixes more than 24 issues found from 2.0.4 and earlier versions, remedying many
issues found during an extensive testing period.
2010-10-29 15:49:58 +00:00
obache
2f154b9e11 Updated multimedia/gnash to 0.8.8 2010-10-29 14:15:20 +00:00
obache
b0a587e870 Update gnash to 0.8.8.
Gnash 0.8.8
2010/08/17

 * Renderers are able to be switched at runtime between Cairo,
   OpenGL, and AGG.
 * Media handlers can be switched at runtime between ffmpeg and
   Gstreamer.
 * Hardware video decoding support via VAAPI for Nvidia, ATI, and
   Intel GPUs.
 * Android specific support.
 * Gnash now compiles faster due to reduce internal dependencies.
 * Mostly complete Scriptable Plugin support which works with the
   ExternalInterface class.
 * Improved input device handling when using a raw framebuffer.
 * 100% of all YouTube videos should work

Improvements since 0.8.7 release are:

Gnash 0.8.7
2010/02/15

Improvements since 0.8.6 release are:

 * Automatic and spontaneous screenshots support in all GUIs (Benjamin Wolsey)
 * Significant memory savings in parsing large XML trees (Benjamin Wolsey)
 * Significant memory savings in functions calls when super is not required
   (Benjamin Wolsey)
 * Enhancements in video streaming [youtube HD button and seeks]
   (Sandro Santilli)
 * Non blocking load of bitmaps, movies, data (Sandro Santilli)
 * Fix use of imported library symbols (Sandro Santilli)
 * AS2 Array handling fixed.  (Benjamin Wolsey)
 * Refactoring to eliminate most static data and get closer to re-entrant VM.
   (Benjamin Wolsey)
 * SWF6 dynamic gradients tested and implemented correctly.
   (Benjamin Wolsey)
 * TextFormat.getTextExtent implemented.
   (Benjamin Wolsey)
 * TextField.autoSize implemented for right and center autosizing.
   (Benjamin Wolsey)

Gnash 0.8.6

Improvements since 0.8.5 release are:

 * TextSnapshot, Camera, Microphone, TextField and TextFormat implemented.
 * ASSetNative, ASSetNativeAccessor, ASconstructor implemented.
 * New utilities for finding input devices for Camera and Microphone.
 * Fix bitmap smoothing handling in AGG renderer (Bug #25894).
 * Custom Gnash GTK widget.
 * Various improvements to text handling.
 * large-scale refactoring of object and class creation for improved
   AS compatibility.
 * extension of native classes now works in many cases.
 * PyGTK module support.
 * Native and built-in functions properly separated, more native functions
   added.
 * AmigaOS4 support (gui and sound handler).
 * Fixes to XMLSocket crash and event order.
 * Performance improvement for SDL gui (invalidated regions).
 * Corrected timing of various AS events, fixing various SWFs that rely on them.
 * Many minor bug fixes.
 * Better A/V synchronization.
 * Rudimentary AVM2 implementation when enabled.
 * Fix in sendAndLoad forcing use of POST.

2009-03-04 Rob Savoye  <rob@welcomehome.org>

Gnash 0.8.5 released !
Improvements since 0.8.4 release are:

Due to better XML parsing compatibility and a minor fix to NetConnection,
many more video sites work than in the last release. Support for new
codecs keeps YouTube support up to date.

XML parsing, Selection implementation, Sound and MovieClip fixes mean
that many BBC Flash movies (not the BBC iPlayer) now work.

Potlatch support is improved with better remoting compatibility and
XML parsing.

All of the Orisinal morning sunshine games now work due to support for
Mixed SWF Versions runs.

    * Support for saving streamed (FLV, H264, MP3 etc) and loaded (JPEG,
      SWF, PNG, GIF) media to disk.
    * Basic GUI warning messages when media decoding fails (usually
      missing codecs).
    * Added support for FLV parsing and decoding of H.264 video and
      AAC audio.
    * Scaled video smoothing implemented in AS and in default renderer
      (AGG). YouTube video looks better when Gnash is running with high
      quality or better.
    * Support for _quality implemented with user-specified
      override. (Presently only affects video smoothing in the default
      renderer).
    * Made NPAPI plugin quiet, except on plugin-specific errors (to
      reduce .xsession-errors pollution).
    * Implemented LoadVars.toString(), XML.send() and LoadVars.send().
    * XML parsing made compatible (less strict), XML.xmlDecl and
      XML.docTypeDecl implemented.
    * XMLNode methods implemented: getPrefixForNamespace(),
      getNamespaceForPrefix(), namespaceURI, localName, prefix. Handling
      of attributes corrected.
    * New GUI for KDE4 / Qt4 with SWF properties and Gnash preferences
      dialog boxes.
    * Corrected AS enumeration order.
    * Fixed incorrect mouse event on double click (shouldn't exist).
    * Implemented MovieClip.getURL(), MovieClip.attachBitmap().
    * Implemented POST for send() and getURL() methods.
    * Added support for parsing and decoding Speex audio in FLV files
      using libspeex.
    * __resolve property implemented. Fixes a Flickr Flash badge.
    * Video.clear(), Video.width and Video.height implemented.
    * Multiple NetStream.play() fixed.
    * Fixed support of mixed-version swf runs.
    * Fix decoding of RAW and UNCOMPRESSED audio with gstreamer media
      handler
    * Improve SWF4 compatibility.
    * Improve compatibility in setting characters properties.
    * NetConnection.isConnected and NetConnection connect events
      implemented (fixes various video sites).
    * Remoting support generally improved (NetConnection).
    * Make initialization object available to MovieClip constructor
      (attachMovie, duplicateMovieClip).
    * Sound.getBytesLoaded, Sound.getBytesTotal implemented.
    * Complete Selection class implemented.

--

2008-10-13 Russ Nelson <nelson@crynwr.com>

Sixth alpha release of Gnash (0.8.4).
Improvements since 0.8.3 release are:

More visible to users:

    * The -d switch won't behave the same as in 0.8.3. This is a
      temporary thing, we'll likely bring it back to its original
      behaviour for next releases. If you're curious, -d will now
      change heart beating rate.
    * Support for MIT SHM X extention is disabled by default `cause
      it broke (*grin*). We'll get it back on next release. Let us
      know if you really notice a performance degradation on the
      rendering side please <gnash-dev@gnu.org>.
    * Keep Adobe happy with our users and our users happy with us by
      changing "Flash player" into "SWF player" everywhere.  Adobe
      claims "Flash" as a trademark and had asked a Linux distributor
      to fix it.
    * The popular SWF Twitter badge now renders correctly.
    * Fix parsing of urls containing multiple question marks
    * Fix support for movies embedding multiple sound streams
    * Support for loading PNG and GIF images added.
    * Improved rendering of SWF movies because of the less visible
      changes listed below.
    * Support for writing RGB/RGBA PNG images and JPEG images.
    * Works with Potlatch OpenStreetMap editor
    * New 'flvdumper' utility for analyzing FLV video files.
    * XPI packaging support for Mozilla & Firefox.

Less visible to users:

    * Improved SWF version 8 support:
      o flash.geom.Point, flash.geom.Rect, flash.geom.Matrix classes
        implemented.
      o flash.geom.ColorTransform almost fully implemented.
      o flash.display.BitmapData partially implemented.
      o flash.geom.Transform.matrix and flash.geom.Transform.ColorTransform
        implemented.
      o MovieClip.transform implemented, with ability to find and apply
        MovieClip transformations.
      o Playback of VP6F video (SWF version 8 FLV) with Ffmpeg.
    * Fixes and implementation of ActionScript 2 classes:
      o NetConnection.call() implemented: initial support for flash Remoting
      o toString() method of objects called correctly, String.split
        implementation fixed.
      o XMLSocket onData method implemented properly, other methods fixed.
      o Error class implemented.
      o XML and LoadVars sendAndLoad() now derive from a common base object
        (loadable AS object); fixes the popular SWF Twitter badge.
      o addRequestHeaders and contentType implemented for LoadVars and XML.
    * VM bugfixes and improvements:
      o Heart beating model, allowing for fine-grained interval timers and
        threading reduction.
      o Frame label fix (case sensitivity).
      o Fixes and improvements to Color and cxform.
      o SWF matrix made faster and more compatible (golf.swf works now!)
      o try/catch/finally ActionScript expression handled more correctly.
      o Parse and partially use ScriptLimits tag. Handle stack limit more
        correctly.
      o Fixed scoping issues for SWF <= 5
      o Bitmap characters now support alpha.
    * Media handling improvements:
      o Pluggable architecture for MediaHandlers (ffmpeg/gst available)
      o Media-handler agnostic Sound and NetStream classes
      o Numerous bug fixes in ffmpeg and gstreamer media handling
    * SWF version 2-specific fixes:
      o PlaceObject tag display fixed (also applies to SWFs generated with
        some free tools)
      o DefineButtonCxform tag implemented).
    * Codebase improvements:
      o Renamed the 'server' directory to be a more accurate 'libcore'.
        Merge 'libgeometry' into 'libbase'
      o Keep Adobe happy with our users and our users happy with us by
        changing "Flash player" into "SWF player" everywhere (a Linux
        distributor received a demand letter).
      o Numerous cleanups and changes to improve portability.
2010-10-29 14:15:02 +00:00
adam
65938e2283 Updated databases/nss_ldap to 265 2010-10-29 13:48:35 +00:00
adam
cb72b33ad1 Changes 265:
* fix: add versioning information to binary
* fix: add AM_MAINTAINER_MODE
* fix: bad LDAP query for ether lookups
* fix: clarify bind timelimit defaults in ldap.conf
* fix: call do_close() if ldap_result() or ldap_parse_result() fails
  (before returning NSS_UNAVAIL)
* fix: FreeBSD thread library check
* fix: deallocate context in
  _nss_ldap_ent_context_release() to avoid bad usage
* fix: don't leak file descriptors in _nss_ldap_readconfig

Changes 264:
* fix: MAP_H_ERRNO() should map NSS_TRYAGAIN to NETDB_INTERNAL not TRY_AGAIN
* fix: ldaps:// URIs only work if "ssl on" is set
* fix: nss_ldap exposes malformed entries to the system

Changes 263:
* fix: nss_ldap returns success from setnetgrent() when the requested netgroup
  doesn't exist
* fix: getXXent() only returns NULL once before implicitly calling
  setXXent(), whereas other backends continue to return NULL

Changes 262:
* fix: nss_ldap fails to work on Solaris without that patch applied

Changes 261:
* fix: ldap.conf template is missing a comment in the first line
2010-10-29 13:47:11 +00:00
wiz
3e9d12c915 Updated audio/amarok to 2.3.2nb4 2010-10-29 09:28:25 +00:00
wiz
2a7b1257b1 Another bug fix from upstream, bump PKGREVISION. 2010-10-29 09:28:12 +00:00
shattered
1933cf9819 Delint. 2010-10-29 06:56:59 +00:00
tron
68fc0eb63e Fix two problem under Mac OS X:
1.) stpcpy() is a macro under at least Mac OS 10.6. Avoid build failures
    by not defining a dodgy prototype for it.
2.) Don't strip installed binaries to allow the dynamic linker to find
    symbols required by the shared library but defined by the application.
    This fixes PR pkg/41827 by Christopher M. Fuhrman.

Bump package revision as the package built fine under Mac OS 10.5 before
but didn't work.
2010-10-28 23:21:52 +00:00
tron
7dd0d6c04d Note update of the "firefox" package to version 3.6.12. 2010-10-28 21:35:08 +00:00
tron
85fcba3207 Update the following package:
- devel/nspr from 4.8.6.11 to 4.8.6.12
- devel/xulrunner from 1.9.2.11 to 1.9.2.12
- www/firefox from 3.6.11 to 3.6.12

Security issues fixed since previous versions:
MFSA 2010-73 Heap buffer overflow mixing document.write and DOM insertion
2010-10-28 21:33:59 +00:00
tonio
4aad313922 Add PLIST support for natdynlink
This unbreaks make package for darwin and linux
2010-10-28 20:46:07 +00:00
bouyer
79a4bc0556 Note that this is also used by mail/sendmail-qtool/Makefile 2010-10-28 20:25:00 +00:00
bouyer
33146d86aa Added mail/sendmail-qtool version 8.14.4 2010-10-28 20:23:40 +00:00
bouyer
f24094176a This package install the sendmail-qtool perl script (from the sendmail
distribution), which can move or delete entries in mail queue in a safe manner.
2010-10-28 20:22:14 +00:00
bouyer
65314adeb0 Revert previous, this patch is already in 0.96.4. 2010-10-28 20:15:38 +00:00
bouyer
4543dee68c backport 2 fixes from the git repository. Without it, clamav would
fail to parse some PDF files. Bump PKGREVISION.
2010-10-28 20:11:18 +00:00
zafer
556af86f3a +httping 1.4.4 2010-10-28 19:59:09 +00:00
minskim
23539b14b3 Add tex-lastpage{,-doc}. 2010-10-28 17:48:36 +00:00
minskim
fddd786c42 Import tex-lastpage-doc-1.2f as print/tex-lastpage-doc.
This is documentation for tex-lastpage.
2010-10-28 17:47:25 +00:00
minskim
e61a3597c6 Import tex-lastpage-1.2f as print/tex-lastpage.
Reference the number of pages in your LaTeX document through the
introduction of a new label which can be referenced like
\pageref{LastPage} to give a reference to the last page of a document.
It is particularly useful in the page footer that says: Page N of M.
2010-10-28 17:47:06 +00:00
minskim
051d4bc155 Add tex-epsf{,-doc}. 2010-10-28 17:38:14 +00:00
minskim
4928908002 Import tex-epsf-doc-2.7.3 as print/tex-epsf-doc.
This is documentation for tex-epsf.
2010-10-28 17:37:10 +00:00
minskim
e7d927a4ef Import tex-epsf-2.7.3 as print/tex-epsf.
The original graphics inclusion macros for use with dvips; still widely
used by Plain TeX users (in particular). For LaTeX users, the package is
nowadays deprecated in favour of the more sophisticated standard LaTeX
graphics bundle of packages (which are also available to Plain TeX
users, either via its Plain TeX version, or through the support offered
by etex).
2010-10-28 17:36:55 +00:00
minskim
3d6b248961 Update tex-selectp to TeX Live r20185. No functional change. 2010-10-28 17:21:56 +00:00
minskim
ca388ae1b8 Note update of tex-tocbibind{,-doc}. 2010-10-28 15:27:52 +00:00
minskim
3c5d527141 Update tex-tocbibind{,-doc} to 1.5k.
Changes:
-  Remove a superfluous message from the console output:
   "The document has [section|chapter] divisions"
2010-10-28 15:27:10 +00:00
adam
5072638334 Since HTML files are not installed, don't bother building them. 2010-10-28 11:11:00 +00:00
adam
6ff43c68a4 Updated devel/scmgit to 1.7.3.2 2010-10-28 10:25:05 +00:00
adam
d96e0eaa68 Changes 1.7.3.2:
This is primarily to push out many documentation fixes accumulated since
the 1.7.3.1 release.

Changes 1.7.3.1:
* "git stash show stash@{$n}" was accidentally broken in 1.7.3 ("git
  stash show" without any argument still worked, though).
* "git stash branch $branch stash@{$n}" was accidentally broken in
  1.7.3 and started dropping the named stash even when branch creation
  failed.

Changes 1.7.3:
* git-gui, now at version 0.13.0, got various updates and a new
  maintainer, Pat Thoyts.
* Gitweb allows its configuration to change per each request; it used to
  read the configuration once upon startup.
* When git finds a corrupt object, it now reports the file that contains
  it.
* "git checkout -B <it>" is a shorter way to say "git branch -f <it>"
  followed by "git checkout <it>".
* When "git checkout" or "git merge" refuse to proceed in order to
  protect local modification to your working tree, they used to stop
  after showing just one path that might be lost.  They now show all,
  in a format that is easier to read.
* "git clean" learned "-e" ("--exclude") option.
* Hunk headers produced for C# files by "git diff" and friends show more
  relevant context than before.
* diff.ignoresubmodules configuration variable can be used to squelch the
  differences in submodules reported when running commands (e.g. "diff",
  "status", etc.) at the superproject level.
* http.useragent configuration can be used to lie who you are to your
  restrictive firewall.
* "git rebase --strategy <s>" learned "-X" option to pass extra options
  that are understood by the chosen merge strategy.
* "git rebase -i" learned "exec" that you can insert into the insn sheet
  to run a command between its steps.
* "git rebase" between branches that have many binary changes that do
  not conflict should be faster.
* "git rebase -i" peeks into rebase.autosquash configuration and acts as
  if you gave --autosquash from the command line.
2010-10-28 10:23:07 +00:00
wiz
4a4989c07c Remove patch-ad and Makefile changes intended to fix PR 43879 that
caused PR 44003.

Fix PR 43879 by removing patch-ac which was added in 2004 to fix a problem
on Darwin -- Darwins from at least 10.4 up don't need it any longer.
2010-10-28 09:34:19 +00:00
adam
912fdeec9f Updated security/pam-ldap 2010-10-28 08:07:36 +00:00
adam
8d32253257 Changes 185:
* fix: LDAP write on userPassword fails when chasing referral and cached
  policy error is POLICY_ERROR_PASSWORD_EXPIRED
* fix: only request attributes that are actually used
* fix: canonicalize PAM_USER name
2010-10-28 08:06:19 +00:00
plunky
b85e7b8c18 update misc/zyGrib to 3.9.6 2010-10-28 07:59:00 +00:00
plunky
7b6b584f0a update to 3.9.6
# 2010-10-25 : zyGrib Version 3.9.6

    * Fix a bug in version 3.9.5 : sometimes the progress bar was not hidden after the opening of a file.

# 2010-10-25 : zyGrib Version 3.9.5

    * New data (thank you NOAA !) : wind gust.
    * Animation when loading files.
    * Can interrupt the loading of big files.
    * Fix a bug : rare crash when manipulating meteotables.
2010-10-28 07:58:16 +00:00
adam
8b52e5d234 Added soelim 2010-10-28 07:31:29 +00:00
adam
dd92c89ea7 Pass LDFLAGS when building progs; required e.g. for -isysroot on MacOSX 2010-10-28 07:09:13 +00:00