Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Fix access to Samba shares when Windows security patch KB2536276 is installed
* Fix DoS in Winbind and smbd with many file descriptors open
* Fix Winbind panics if verify_idpool() fails
|
|
Problem analysis from Anthony:
On Wednesday, at 23:52, Anthony Mallet wrote:
> # rm -rf ~tmp && mkdir ~/tmp
> # pkg_add -K ~/tmp/var/db/pkg -p ~/tmp /usr/pkgsrc/packages/All/digest-20080510.tgz
> # pkg_add -U -K ~/tmp/var/db/pkg -p ~/tmp /usr/pkgsrc/packages/All/digest-20080510.tgz
> pkg_delete: Couldn't remove package directory in `/home/tho/tmp/var/db/pkg/digest-20080510'
> Also, the dir var/db/pkg/digest-20080510.xxxxxxx is never cleaned.
>
> The problem apparently is that pkg_delete finds some stalled NFS entries
> (.nfs*) in the var/db/pkg/digest-20080510 dir, so it does not delete the
> directory. Is this due to pkg_add not correctly closing file descriptors before
> exec'ing pkg_delete? For instance, I really don't understand the logic in
> check_already_installed() (add/perform.c:375) regarding the open() of +CONTENTS
> which is almost never closed (and never used as well...). Shouldn't this be
> closed before running pkg_delete?
ktrace shows that the +CONTENTS file is open() by pkg_add, I believe this is in
check_already_installed(), add/perform.c:381. Then pkg_delete is run and when
it comes to deleting the pkgdir entry, it finds that .nfs file and aborts.
Bump version to 20110805
|
|
|
|
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
in PR 45205.
|
|
|
|
|
|
- Fix YouTube downloads (code by Philipp Hagemeister)
- Update User-Agent string
|
|
|
|
and no packages were selected as `regular' and thus nothing was selected.
|
|
|
|
|
|
* Add * to pointer to function.
No functional change.
Thanks for tsustui@
|
|
|
|
what this $%^&$%^& is supposed to do.
|
|
|
|
dar-2.4.1, dbus-1.4.14, digikam-2.0.0, dillo-2.2.1, dmenu-4.4,
dspam-3.10.0, etm-845, ffmpeg-20110701.0.8.1, fotoxx-11.08,
gammu-1.30.0, gaupol-0.19, gcal-3.6.1, genius-1.0.14, getmail-4.20.4,
gnutls-3.0.0, gst123-0.2.1, gtk-gnutella-0.97, gtk3-3.0.12,
hatari-1.5.0, horde-4.0.8, httping-1.5.2, imapsync-1.452, imp-5.0.9,
ingo-2.0.4, john-1.7.8jumbo5, kde4-4.7, kipi-plugins-2.0.0,
kronolith-3.0.6, libX11-1.4.4, libsndfile-1.0.25, libv4l-0.8.5,
mdocml-1.11.5, meld-1.5.2, memtester-4.2.2, mercurial-1.9.1,
miredo-1.2.4, mksh-40b, mp3diags-1.1.07, mp3splt-2.4, openbox-3.5.0,
parallel-20110722, pbzip2-1.1.5, py-cups-1.9.58, py-qt4-4.8.5,
py-sip-4.12.4, redland-1.0.14 [needs redland-0.9.22], scrotwm-0.9.33,
stunnel-4.40, supertuxkart-0.7.2, surfraw-2.2.8, sympa-6.1.6,
texmaker-3.1, tightvnc-2.0.95, tinc-1.0.16, turba-3.0.5, twm-1.0.7,
uim-1.7.1, worker-2.18.0, x11perf-1.5.4, x264-devel-20110730,
xinit-1.3.1, xset-1.2.2, xterm-271.
|
|
I've tested on 64bit time_t environment, too.
|
|
PKGREVISION++
|
|
"qmake" binary no longer crashes and the build actually succeeds.
This fixes PR pkg/44716 by Richard Hansen who found out that this is
a compiler problem in the first place.
|
|
fixes PR#44983 and PR#45202.
|
|
Require ocaml>=3.12.0nb2 for this, as the earlier compilers create code
that only runs on CPUs with the Thumb extension.
|
|
overflow by invalid GIF images, see redhat bug#727081
bump PKGREV
|
|
|
|
|
|
|
|
- openvpn_chrootdir variable was introduced for running openvpn in chroot
- openvpn_flags variable was introduced for extra flag passed to openvpn
++pkgrevision
|
|
|
|
Update to 2.4.6, No answer from maintainer.
CHANGES BETWEEN 2.4.5 and 2.4.6
I. IMPORTANT BUG FIXES
- For TrueType based fonts, the ascender and descender values were
incorrect sometimes (off by a pixel if the ppem value was not a
multiple of 5). Depending on the use you might now experience
a different layout; the change should result in better, more
consistent line spacing.
- Fix CVE-2011-0226 which causes a vulnerability while handling
Type 1 fonts.
- BDF fonts containing glyphs with negative values for ENCODING
were incorrectly rejected. This bug has been introduced in
FreeType version 2.2.0.
- David Bevan contributed a major revision of the FreeType stroker
code:
. The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected.
. A new line join style, FT_STROKER_LINEJOIN_MITER_FIXED, has
been introduced to support PostScript and PDF miter joins.
. FT_STROKER_LINEJOIN_MITER_VARIABLE has been introduced ches has
been fixed.
II. MISCELLANEOUS
- SFNT bitmap fonts which contain an outline glyph for `.notdef'
only no longer set the FT_FACE_FLAG_SCALABLE flag.
CHANGES BETWEEN 2.4.4 and 2.4.5
I. IMPORTANT BUG FIXES
- A rendering regression for second-order B#zier curves has been
fixed, introduced in 2.4.3.
II. IMPORTANT CHANGES
- If autohinting is not explicitly disabled, FreeType now uses
the autohinter if a TrueType based font doesn't contain native
hints.
- The load flag FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH has been made
redundant and is simply ignored; this means that FreeType now
ignores the global advance width value in TrueType fonts.
III. MISCELLANEOUS
- `FT_Sfnt_Table_Info' can now return the number of SFNT tables of
a font.
- Support for PCF files compressed with bzip2 has been contributed
by Joel Klinghed. To make this work, the OS must provide a
bzip2 library.
- Bradley Grainger contributed project and solution files in
Visual Studio 2010 format.
- Again some fixes to better handle broken fonts.
|
|
|
|
the kernel
|
|
|
|
with -gnome option set.
Spotted by Pierre Pronchery in private mail.
PKGREV++
While here, silence pkglint.
|
|
|
|
Release 0.4.2.1
Fixed the "too many connexions" problem with libfetch and FTP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And minor update of comments in patches.
Bump PKGREVISION.
|
|
++pkgrevision
|