Age | Commit message (Collapse) | Author | Files | Lines |
|
(plugins dir moved)
|
|
This release of Sylpheed-Claws is based on version 0.9.12cvs1 of the
main Sylpheed branch.
Notes for this release:
~~~~~~~~~~~~~~~~~~~~~~~
* Previous users of the included plugins will need to reload them on
starting this version. The directory where they are stored has
changed.
They are now in $PREFIX/lib/sylpheed-claws/plugins
(previously: $PREFIX/lib/sylpheed/plugins)
New in this release:
~~~~~~~~~~~~~~~~~~~~
* A session timeout for POP3/SMTP has been implemented,
(synchronised from main Sylpheed)
* A paperclip icon is no longer displayed in the Status column for
mail that does not contain a real attachment (like HTML mail)
* the SSL certificate check has been re-enabled
* tools/nautilus2sylpheed.sh
the whitespace limitation in file names has been
fixed
* updated translations: French, German, Slovak, and Spanish.
* Bug fixes, including the following:
o bug 393 'Bad inerpretation of "Pop Before SMTP"'
o bug 396 'Zombie process when spamassassin is called'
o bug 503 'fix compilation with older OpenSSL'
o bug 511 'Folder-Renaming not reflected immediately'
o detect library providing 'encrypt' function
For further details of the numbered bugs listed above consult
http://www.thewildbeast.co.uk/sylpheed-claws/bugzilla/index.cgi
* and other code reorganisation, cleanups, and more.
|
|
as that test is now done by the buildlink3 file itself.
|
|
its presence. Bump BUILDLINK_DEPENDS to the latest version.
Evaluate the contents of buildlink3.mk only if we're on Darwin,
which lets us simply .include "../../devel/dlcompat/buildlink3.mk"
anywhere we might need it without affecting other platforms.
|
|
|
|
Changes in 2.44:
This release features support for two new Sendmail 8.13 features: the
SOCKETMAP map type, and Sendmail's built-in quarantine mechanism. There are
also some minor bugfixes and documentation cleanups, as well as a fix for a
memory leak with the embedded Perl interpreter on some platforms.
Changes in 2.43:
Various Perl functions can request the C code to delay before returning;
this permits tarpitting without tying up a Perl slave. The multiplexor has
an additional option to run a "tick" function on a periodic basis. There
are minor bugfixes and documentation improvements.
Changes in 2.42:
The multiplexor causes closelog() to avoid problems with embedded Perl
slaves. Support for SpamAssassin's upcoming 3.0.0 Perl API was added. A few
other small bugs were fixed.
Changes in 2.41:
This is a bugfix release only. The most important change is to stop the
action_quarantine_entire_message from sending out notifications each time
it is invoked. A few other minor bugs were fixed.
|
|
the tarball since we're linking to our tcl library and not the
linux-i386 library shipped with the tarball.
|
|
|
|
|
|
gnetman is a program which currently supports advanced SPICE
netlisting from gschem (part of the gEDA tool suite). The
primary use so far has been for complex IC design. Supported
features include multi-level hierarchy, instance arrays, and
buses. If you're just doing flat designs for PC boards or
smaller SPICE simulations, the usual path is to use the spice-sdb
netlister for gnetlist instead.
The long term goal of gnetman is far greater. Two projects under
consideration include a schematic generator, and a technology
mapping back-end for Icarus Verilog. Basically, gnetman is a
netlist manipulation database well suited for low-level
manipulation of netlists.
|
|
|
|
New Features:
* Ability to send files from the conversation window (Daniel Atallah)
* Drag a file into the buddy list or a conversation to send it to that buddy
* Yet more new commands and features for SILC (Stu Tomlinson)
* Gaim uses the new file chooser when compiled for GTK+ 2.4 (Fernando Herrera)
* Support for the Epiphany web browser (Leonardo Serra)
* Status messages in Gadu-Gadu (Andrew (proton) Wellington)
* Parentheses are now displayed around the title and tabs of conversations
from offline accounts or parted chats.
* Zephyr typing notification (Arun A Tharuvai)
* Account dialog's columns are resizable (Eduardo PĂ©rez)
Bug Fixes:
* The firefox browser option now works with firefox 0.9
* Buddy icons in conversations no longer depend on the buddy list
* Fix for the bug where some buddies seemed logged in 4 thousand some odd
days (Alan Ford)
Patch from maintainer, Matthew Luckie, in private mail.
|
|
|
|
|
|
|
|
|
|
|
|
DOCS
* small additions, corrections, updates all over the place
* audio output driver section added to the man page
* several bug fixes and improvements in the MEncoder documentation
* DVD ripping guide extended and improved
* AUTHORS file massively extended
* German man page partially updated
* Hungarian XML documentation translation started
Ports
* encrypted DVD playback on Windows fixed (again)
* Cygwin and MinGW now accept the same -dvd-device syntax
* LIVE.COM now works under MinGW
* foundations for MinGW crosscompilation
* disabled SSE on MinGW as it caused crashes
* AC3 passthrough for ao_win32
* improved vo_quartz (YUV, multiple screens support)
* vo_quartz made default on Mac OS X
* ao_macosx fixed and made default again on Mac OS X
* RealVideo binary codecs support on Mac OS X (still buggy)
* bigendian fixes in vf.c, vo_tga
* OpenBSD portability fixes
* OpenBSD/VAX support
* AMD64 support
Drivers
* support for more Radeons (9800 XT among them) in VIDIX
* Radeon related bug fixes in VIDIX
* vo_gl2 now supports GUI, fix for flickering borders in fullscreen
* support 24 and 32 bit PCM files, bigendian fixes
* ao_sdl now converts unsupported formats instead of quitting
* ENCA support
* merged ao_alsa9 and ao_alsa1x drivers into ao_alsa
* NeoMagic TV-out support through VESA
* JACK audio output driver
* vo_sdl fixes (wrong flags and screensaver disabling)
* vo_directx fixes
Decoders
* MSZH/ZLIB, FLI, QTRLE, RoQ video and RoQ audio support moved to FFmpeg
* FFmpeg Cinepak and CYUV decoders preferred
* audio format 0xff support (is AAC)
* "raw" audio in MOV supported
* Indeo audio (iac25) support via binary codec
* upgrade libfaad2 to the FAAD 2.0 release
* MPEG2 chroma422/444 support
* Winnov WINX and WNV1 support via binary codec
Demuxers
* Ogg subtitle handling and other bug fixes
* Matroska improvements
* support seeking in Real files without -idx
* support seeking in Real files without index with -forceidx
Streaming
* ASF, MMST streaming fixes
* URL escaping fixed
* NSA (Nullsoft audio) streaming support
* embedded RAM playlist support
* multibyte URL support
* rtp:// now supported even with LIVE.COM compiled in
* miscellaneous bug fixes
Filters
* vf_softskip: frame skipping filter for MEncoder
* vf_harddup: frame duplication filter for MEncoder
* vf_pullup minor fixes and improvements
* AltiVec-optimized YUV to RGB converter
* vf_spp memory corruption fix on reallocation
FFmpeg/libavcodec
* MPEG2 encoding with 8, 9, 10, 11 bit intra DC precision
* DC clipping fix, intra_dc_precision > 0 support
* Cinepak fixes and palette support
* support skipping of MB rows during decoding
* Vorbis in NUT fixed
* NUT updated to latest specification
* segfault and artifact fixes in SVQ3 decoder
* motion estimation code: overflow and chroma fixes
* change qscale -> lambda for the motion estimation
* noise preserving sum of squares comparison function in ME code
* fixed memory overwrite in truemotion decoder
* clip input motion vectors, better error tolerance on bad vectors
* FLAC decoder cleanup (partial demuxer/decoder separation)
* memalign hack for SSE/SSE2 on that alternative OS :)
* lots of AltiVec optimizations
* qscale + qprd fix
* QTrle4 support
* H.261 decoder
* coefficient saturation fix in H.263
* H.263 MCBPC fix
* per line lowpass filter in MMX and faster C lowpass filter
* SVQ1 encoder
* as usual, lots of bug fixes and optimizations
Others
* fullscreen fixes for many window managers
* fix crash on original Pentiums and older
* dvd://start-end support
* netstream (mpst://) support fixed
* support comments in plaintext playlists
* loader/ dependency removed
* keepaspect option extended to all video output drivers
* WMA to Ogg conversion and simple subtitle editing script added to TOOLS
* support for more lame options
* new set of GUI icons
* memory conserving implementation of GUI potmeters
* X11 code reindented
* further gcc 3.4 support fixes
* mixer API written for changing volume through libaf
* -rtc-device option for specifying the RTC device
* desktop/menu icon added
* miscellaneous bug fixes and cleanups
* multi-threaded encoding with lavc
* fixed a bug with Real files introduced in pre4
* -use-stdin renamed to -noconsolecontrols
|
|
Should fix kristerw's bulk build.
|
|
we also want the apxs rules from www/apache/module.mk, since the package's
own Makefile doesn't propagate LDFLAGS; include www/apache/module.mk
AFTER mk/apache.mk, so that the right Apache buildlink3.mk is still used
for the build
|
|
|
|
|
|
Changes in 3.2:
* use cjkcodecs and iconv_codec if available
* always convert feed to UTF-8 before passing to XML parser
* completely revamped logic for determining character encoding and
attempting XML parsing (much faster)
* increased default timeout to 20 seconds
* test for presence of Location header on redirects
* added tests for many alternate character encodings
* support various EBCDIC encodings
* support UTF-16BE and UTF16-LE with or without a BOM
* support UTF-8 with a BOM
* support UTF-32BE and UTF-32LE with or without a BOM
* fixed crashing bug if no XML parsers are available
* added support for "Content-encoding: deflate"
* send blank "Accept-encoding: " header if neither gzip nor zlib
modules are available
Changes in 3.3:
* optimize EBCDIC to ASCII conversion
* fix obscure problem tracking xml:base and xml:lang if element
declares it, child doesn't, first grandchild redeclares it,
and second grandchild doesn't
* refactored date parsing
* defined public registerDateHandler so callers can add support
for additional date formats at runtime
* added support for OnBlog, Nate, MSSQL, Greek, and Hungarian dates (ytrewq1)
* added zopeCompatibilityHack() which turns FeedParserDict into a
regular dictionary, required for Zope compatibility, and also
makes command-line debugging easier because pprint module
formats real dictionaries better than dictionary-like objects
* added NonXMLContentType exception, which is stored in bozo_exception
when a feed is served with a non-XML media type such as
"text/plain"
* respect Content-Language as default language if not xml:lang is present
* cloud dict is now FeedParserDict
* generator dict is now FeedParserDict
* better tracking of xml:lang, including support for xml:lang=""
to unset the current language
* recognize RSS 1.0 feeds even when RSS 1.0 namespace is not the
default namespace
* don't overwrite final status on redirects (scenarios: redirecting
to a URL that returns 304, redirecting to a URL that redirects
to another URL with a different type of redirect)
* add support for HTTP 303 redirects
|
|
|
|
|
|
|
|
- Fix ssl_log() related format string vulnerability in mod_proxy
hook functions.
|
|
fuse-0.7.0, gcvs-1.0, gimp-print-4.2.7, gsasl-0.1.2, ivtools-1.2.1,
larswm-7.5.3, mimedefang-2.44, mplayer-1.0pre5, multitail-3.2.2,
rrdtool-1.0.48, wine-20040716.
|
|
|
|
Use 'shmux' in the probe stage. Reduces time for 'rconfig -at .' from
25 seconds to 10 seconds in a test with twelve remote hosts.
|
|
Use 'shmux' in the probe stage. Reduces time for 'rconfig -at .' from
25 seconds to 10 seconds in a test with twelve remote hosts.
|
|
|
|
|
|
|
|
Changes from version 2.6.2 to 2.6.3 (Released 2004-07-13)
Bugs Fixed
----------
C13 - Put the "save game" button back in the GUI.
C13 - Fixed up enabled-ness of editing tools when in teaching
game. Really clicking an editing tools should (as Glue suggested, I
think) give the teacher control over editing, but that would be higher
risk than just disabling them and making the teacher choose "take
control", and I want this patch to get out today.
S - Fixed "duplicate games in open/active lists" bug. I'm 99% sure
that this is also the cause of the "ghost observers" bug.
C13 - Fixed recursive-endless-loop-when-opening-editing-tools that
seems to hit OS X. Maybe other platforms too.
C13 - Make it once again remember your sorting preferences for game lists.
C13 - Took out some bells.
*******************************************************************************
Changes from version 2.6.1 to 2.6.2 (Released 2004-07-12)
Bugs Fixed
----------
T - Tournaments seem to be working fine (on the server & web
side). Many many changes.
C13 - Fixed a misleading (or just plain wrong) error message that the
audio system would make sometimes.
C13 - Fixed the "exit with maximized windows and you'll never be able
to resize them again" bug.
C13 - Added a workaround for the "out of memory when I look at certain
games" bug. This was a 100% java bug, and my workaround will make the
names over the stones have a slightly worse appearance in some cases,
but it's 2 years after I submitted the bug to Sun and they haven't
fixed it, so I'm giving up.
C13 - When you try to play against somebody who set up a private
teaching game, you can't set it to "free" or "rated" any more. (When
you tried to do this, the server would kick you out!)
C13 - Got rid of use of system bell everywhere. It seems recent
windows systems have it disabled anyway. Now a short chime will be
played instead. A master "Sound enabled?" checkbox has been added to
the preferences window.
C13 - Changed keyboard accelerators for moving in SGF to just plain
arrow keys for "one at a time" movement, ctrl-arrow for "to
next/previous markup or variation". Finally figured out (atfer a lot
of investigating) why it seemed these only worked when the arrow
buttons had focus; it turns out, they worked as long as no focussed
button wanted the same keys - but such buttons were all over the
place! For example, click a scroll bar? It gets focus and eats all
arrow keys until you click something else. :-( So anyway, I did some
work, now it should really accept arrow keys to move through SGF
unless you have a text widget with a blinking cursor (in which case
the arrow keys move the cursor instead).
C13,S - Room owners & admins can now set a game to be a "special
event" game. Special event games are always put at the top of the game
list, to be easy to find.
C13 - Just noticed that the "registering" GUI is really ugly (way too
wide & short). Fixed up its proportions.
S - Changed network code a bit to make sure we never take very long to
handle inbound connections. When an audio game starts broadcasting,
everybody in the game sends a new connection at once - I think this
has been overloading the old network code and leaving people unable to
get the audio. Hopefully the new code will solve this problem.
C13,S - Rewrote the code for the "open games list." When I wrote it
the first time, I did a really crappy job. I mean, it worked, but it
was plugged into really awful parts of the server and was totally
impossible to extend in any useful way. So I rewrote it so that I can
create arbitrary "game collections" on the server. For 2.6.2, there
will be the open game list collection (which is now done), but there
will also be a game collection that has all non-private games that are
in progress.
C13 - Fixed the placement & size of labels for OS X.
Features Added
--------------
CGTP - Add an option for kgsGtp robots to reconnect automatically if
the server goes away.
S - Keep track of when users are promoted to assistant or admin. Sometimes I wonder how long people have been assistant/admin, but I don't know!
C13 - Added raw & audio data out levels to server stats window. (raw =
before compression, currently you only see raw)
C13,S - When your tournament game starts, it would be nice if the
"Your game has started!" alert had a "click here to join" just like
when somebody reloads an old game of yours.
C13 - Got rid of the editing tools window.
C13,S - Added room announcements. Admins, assistants, and room owners
can use this. Just like a normal chat, except it appears in bold, so
people knows it comes from somebody with authority.
C13 - Allow private uploads. No idea why I didn't have this in the first place.
C13 - Added auto-underlining (just like chat rooms) to message of the
day and user info. Took out "home page" box from user info, it now is
unnecessary.
C13,S,W - Finished server & client work for project x. Web page work
still required, but I can put that off until after the 2.6.2 release -
there will need to be a lot of server & client testing before the web
portion is needed anyway.
S - Room messages of private rooms are now not fully visible to
non-members. As per Cheyenne's suggestion, up to the first linebreak
is visible to everybody; so you can say "Ask wms to join this room\nHa
ha ha losers you can't read this" and everybody will see to ask wms to
join, but only members will see the message about losers.
C13,S - Changed "Last login:" to "Lost on:" in user info. Show when
they logged out last time, not in!
|
|
FreeBSD and Linux only. (Please my god, we need DRI support! :)
|
|
Pointed out by Dick Davies < rasputnik at hellooperator dot net >.
|
|
|
|
Based on the FreeBSD package.
|
|
Version 3.1.3
Apache module that embeds the Python interpreter
As discussed on the mailing list, this package builds and runs for the
most part but fails if the web server has too many backends. Adding it
breaks nothing and does add functionality. I will file a PR to keep
track of the remaining issue.
|
|
../../audio/libvorbis/buildlink3.mk
|
|
|
|
conflicting with qmail's mbox.5 in an upcoming update. As a "pkgviews"
package, install with the original filename and let the sysadmin
decide which mbox.5 should be in which view. Bump PKGREVISION. OK'd
by tron.
While I'm here, move BUILD_USES_MSGFMT up a bit to placate pkglint.
|
|
(ldap and auth_ldap modules).
This closes PR pkg/26166.
|
|
- Substitute in more paths in build
- Better handle errors from raidctl in probe.sh
- Replace all $() with `` in probe.sh (for Solaris)
- Handle an empty hosts.conf
|
|
|
|
- Substitute in more paths in build
- Better handle errors from raidctl in probe.sh
- Replace all $() with `` in probe.sh (for Solaris)
- Handle an empty hosts.conf
|
|
|
|
Alpha.
|
|
- If an irman_name has successfully initialised, and later dies,
restart it
- Kill irman_names on exit
- Allow per host config
- Add install target
|