summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-05Updated net/samba35 to 3.5.11adam1-1/+2
2011-08-05Changes 3.5.11:adam2-6/+6
* 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
2011-08-05Fix for pkg_delete on NFS from Anthony Mallet.agc2-5/+5
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
2011-08-05Add upstream bug report URL.wiz2-3/+4
2011-08-05Fix buidling on Mac OS X 10.7adam2-3/+13
2011-08-04Add upstream bug report URL.wiz7-11/+15
2011-08-04Get rid of pkg-config build dependency.wiz2-3/+6
2011-08-04Updated multimedia/ffmpeg to 20110623.0.7.1nb1wiz1-1/+2
2011-08-04Enable vorbis support. From Matthew Mondor in PR 45208.wiz2-4/+13
Bump PKGREVISION.
2011-08-04Only depend on perl when the perl option is selected. From Matthew Mondorwiz2-3/+3
in PR 45205.
2011-08-04Add upstream bug report URLs.wiz3-5/+8
2011-08-04Note update of the "youtube-dl" package to version 20110804.tron1-1/+2
2011-08-04Update "youtube-dl" package to version 20110804. Changes since 20110329:tron2-6/+6
- Fix YouTube downloads (code by Philipp Hagemeister) - Update User-Agent string
2011-08-04Add comment to patch.ryoon2-3/+5
2011-08-04Fix logic in sort-packages. With the former revision the logic got crippledreinoud1-4/+7
and no packages were selected as `regular' and thus nothing was selected.
2011-08-04fix path of 'distfiles' directory on ftp.NetBSD.orgkano1-2/+2
2011-08-04Add support of C++ crossbuild with g++, based on CC with gcc.obache2-2/+125
2011-08-04* Remove obsolete comments from patch-ej.ryoon3-23/+9
* Add * to pointer to function. No functional change. Thanks for tsustui@
2011-08-04Deal with C99 vs GNU89 inline semanticsjoerg2-1/+18
2011-08-04Disable stack scan for clang. It fails miserable and I can't figure outjoerg2-1/+18
what this $%^&$%^& is supposed to do.
2011-08-04Fix getline usage.joerg4-1/+43
2011-08-04+ abcmidi-20110719, amarok-2.4.3, aria2-1.12.1, bftpd-3.6, bzr-2.3.4,wiz1-45/+69
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.
2011-08-04Apply patch that in PR pkg/45214 by Robert Elz.taca3-10/+12
I've tested on 64bit time_t environment, too.
2011-08-04Add fix for DragonFly/amd64 from PR#45201kefren3-3/+21
PKGREVISION++
2011-08-03Compile this package with "-O1" under Mac OS X if GCC is used. The generatedtron1-0/+12
"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.
2011-08-03Set FETCH_MESSAGE for jce only when it is not fetched yet.obache1-1/+3
fixes PR#44983 and PR#45202.
2011-08-03Compile to native code also for arm.is3-4/+22
Require ocaml>=3.12.0nb2 for this, as the earlier compilers create code that only runs on CPUs with the Thumb extension.
2011-08-03pull in boundary check from gdk2-pixbuf to fix a possible bufferdrochner3-5/+16
overflow by invalid GIF images, see redhat bug#727081 bump PKGREV
2011-08-03"yacc" was added to USE_TOOLScheusov1-1/+3
2011-08-03Updated pkgtools/nih to 0.8.0nb1cheusov1-1/+2
2011-08-03Updated net/openvpn to 2.2.1nb1cheusov1-1/+2
2011-08-03rc.d script improvements:cheusov2-2/+21
- openvpn_chrootdir variable was introduced for running openvpn in chroot - openvpn_flags variable was introduced for extra flag passed to openvpn ++pkgrevision
2011-08-03Updated graphics/freetype2 to 2.4.6cheusov1-1/+2
2011-08-03Fixed: build failure on 5.99.55cheusov4-123/+25
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.
2011-08-03Update perfuse to 20110803manu1-1/+2
2011-08-03perfuse update: Fix permissions sent to FUSE when operations are done bymanu2-6/+6
the kernel
2011-08-02Updated net/libgdata to 0.6.6nb3gls1-1/+2
2011-08-02Fix build with PKG_OPTIONS.libgdata+= -gnome. It requires libsoup24, evengls3-10/+12
with -gnome option set. Spotted by Pierre Pronchery in private mail. PKGREV++ While here, silence pkglint.
2011-08-02Updated pkgtools/pkgin to 0.4.2.1imil1-1/+2
2011-08-0220110802imil2-7/+6
Release 0.4.2.1 Fixed the "too many connexions" problem with libfetch and FTP
2011-08-02Don't fail on tautologic code when compiling with Clangjoerg1-1/+7
2011-08-02Deal with c99 inline semantics.joerg3-1/+63
2011-08-02Fix prototype.joerg2-1/+15
2011-08-02Fix main() definition. Fix prototype usage.joerg8-19/+103
2011-08-02Fix getline conflict.joerg6-1/+87
2011-08-02Disable integrated assembler with Clangjoerg1-1/+7
2011-08-02Adjust assembler constraint to work with Clang. From FreeBSD.joerg2-1/+15
2011-08-02Note update of databases/mysql5-server package to 5.0.92nb1.taca1-1/+2
2011-08-02Add patches refering link provided from PR pkg/45185 by Andras Horvath.taca12-15/+207
And minor update of comments in patches. Bump PKGREVISION.
2011-08-02Use /usr/bin/ftp on *BSD systems and ftp command from net/tnftp package.cheusov1-1/+14
++pkgrevision