Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
1.5.4 release was something of a toy, QCad was thoroughly reworked for 2.0
and could now be called usable for many practical purposes.
Versions 2.0.4.0 (initially) to 2.0.5.0 have been usable in wip for a bit
more than a year, and so seem ready to import.
"Yes, that should be fine. Please watch the bulk builds for it and
try to fix any problems that might appear." -wiz@
Updates to pkglint now produce some new suggestions, which I will make and
commit after confirming they don't break anything; at least this version I
already know to build successfully for me.
|
|
includes <libintl.h>, then it may also pull in macro redefintions for
all of the *printf() functions. Unfortunately, macros do not mix well
with C++ code which expects to be able to partition names, e.g. printf
and vprintf, into the class namespace. (Mostly) fix this problem by
undefining printf and vprintf after <libintl.h> is included. This
addresses PR pkg/33577.
|
|
standard output. These are error or warning messages, so they shouldn't
be "seen" by anything expecting the output of a "make" command to make
sense. This addresses PR pkg/32239 by following the suggestions by
Roland Illig.
|
|
|
|
|
|
if PKG_{FAIL,SKIP}_REASON is set. This fixes the behavior when one
invokes "make build" in a package that sets a fail or skip reason to
stop as soon as the reason is printed.
|
|
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION
|
|
slower machines, as suggested by Andreas Hallmann in PR33654.
Update pkg to exim-4.54nb3
|
|
|
|
"The LZW decoding in the gdImageCreateFromGifPtr function in the Thomas
Boutell graphics draw (GD) library (aka libgd) 2.0.33 allows remote
attackers to cause a denial of service (CPU consumption) via malformed
GIF data that causes an infinite loop."
Patch from Xavier Roche via Ubuntu.
|
|
As discussed with Greg Troxel.
|
|
|
|
|
|
|
|
* True RPN mode with stack manipulation
* Dutch translation (from Jaap Woldringh and the Dutch KDE translation team)
* New application icons (from Thomas Lübking)
* API documentation (approximately halfway)
* Enhanced edit matrix/vector dialogs, with widget for GTK+
* View/edit/insert matrix/vector menu items (GTK+)
* Combined dialog for number bases in result and expression (GTK+)
* Fix comma as decimal sign with KDE GUI
* "Convert to Best Unit" and "Convert to Base Units" was swapped (KDE)
* Ignore commas (with dot as decimal sign) in numbers and option to use dot as
thousands separator
* Fix removal of factors in simplifaction ("1 kg m/s" was simplified to
"1000 m/s")
* Fix libqalculate.so unresolved symbols
* Fix bug that caused all number arguments to require numbers to be rational
* Interpret 0x..., 0o... and 0b... as hexadecimal, octal and binary numbers,
respectively, when base is decimal
* Ability to represent numbers as 0x0feff (for HEX), 0b0011101010 (for BIN)
* Set vectors and matrices as the first argument by default
* New functions
* Fix integration
* New unit: psi
* New name format in data files for more flexible translations
* Change some dubious mathematical wordings
|
|
|
|
|
|
mail related after all. The logging message also contains confidential
information like sender, recipient and subject which shouldn't go to
a public readable logfile. Bump package revision because of this fix.
|
|
|
|
mail related after all. The logging message also contains confidential
information like sender, recipient and subject which shouldn't go to
a public readable logfile. Bump package revision because of this fix.
|
|
|
|
A malformed MIME structure with many parts can cause sendmail to
crash while trying to send a mail due to a stack overflow,
e.g., if the stack size is limited (ulimit -s). This
happens because the recursion of the function mime8to7()
was not restricted. The function is called for MIME 8 to
7 bit conversion and also to enforce MaxMimeHeaderLength.
To work around this problem, recursive calls are limited to
a depth of MAXMIMENESTING (20); message content after this
limit is treated as opaque and is not checked further.
|
|
SSL libraries to build couriertls, which encapsulates the logic for
handling SSL connections for Courier services. Drop the dependency
on openssl from both courier-imap and courier-mta, which only need
the "openssl" tool instead. Bump the PKGREVISIONs for all three
packages due to the changed dependencies. Problem noted by Ondrej
Tuma in private email.
|
|
From Gilles Dauphin in PR 33730.
|
|
|
|
|
|
|
|
|
|
error and warning messages that are picked up by the error-check
target. Use them instead of using a bare ${ECHO} for more code clarity.
Implemented as suggested by Roland Illig.
|
|
Don't use __sighandler_t at all, it is not standard and at least on
DrgaonFly means something completely different. Also change the typedef
to match what signal actually expects. Fix some more minor glitches
for DragonFly.
|
|
|
|
- Brad Knowles' mailman daily status report script updated to 0.0.16.
|
|
and be more precise about which files are handled instead of touching
all the files in share/irc/help. Also, use PLIST_SUBST instead of
manually replacing @GZ@ in the PLIST.
|
|
|
|
|
|
* Fixed an integer overflow bug (CVE-2006-2197)
* Applied a patch by Friedemann Kleint (Fa. metis)
with fixes for Solaris / Sun C++ 5.5 Patch 113817-02 2003/08/29.
Additionally fixes some tab-related bugs (unique and erase stuff)
|
|
|
|
From Gilles Dauphin in PR 33727.
|
|
|
|
changes:
-bugfixes
-ui improvements
-Add basic support for the Quicktime Metalink playlists
|
|
|
|
changes: bugfixes
|
|
|
|
changes: bugfixes
|