Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Packaged and provided by Mark Blackman via PR 36348.
Spreadlogd is a general purpose daemon for receiving Spread toolkit
broadcast/multicast messages and logging them either to a file or for further
processing by a Perl module as an interpreter is embedded.
|
|
binary-only packages that require binary "emulation" on the native
operating system. Please see pkgsrc/mk/emulator/README for more
details.
* Teach the plist framework to automatically use any existing
PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.
* Convert all of the binary-only packages in pkgsrc to use the
emulator framework. Most of them have been tested to install and
deinstall correctly. This involves the following cleanup actions:
* Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
more consistently.
* Simplify packages by using default INSTALL and DEINSTALL scripts
instead of custom INSTALL/DEINSTALL code.
* Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
Packages only need to state exactly which emulations they support,
and the framework handles any i386-on-x86_64 or sparc-on-sparc64
uses.
* Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will
automatically detect when the package is installing on Linux.
Specific changes to packages include:
* Bump the PKGREVISIONs for all of the suse100* and suse91* packages
due to changes in the +INSTALL/+DEINSTALL scripts used in all
of the packages.
* Remove pkgsrc/emulators/suse_linux, which is unused by any
packages.
* cad/lc -- remove custom code to create the distinfo file for
all supported platforms; just use "emul-fetch" and "emul-distinfo"
instead.
* lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
instead of ${PREFIX}/lib so that compiled programs will find
the shared libraries.
* mail/thunderbird-bin-nightly -- update to latest binary
distributions for supported platforms.
* multimedia/ns-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
* security/uvscan -- set LD_LIBRARY_PATH explicitly so that
it's not necessary to install library symlinks into
${EMULDIR}/usr/local/lib.
* www/firefox-bin-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
|
|
Patch provided by Ondrej Tuma in PR 36700.
|
|
2206. [security]
"allow-query-cache" and "allow-recursion" now
cross inherit from each other.
If allow-query-cache is not set in named.conf then
allow-recursion is used if set, otherwise allow-query
is used if set, otherwise the default (localnets;
localhost;) is used.
If allow-recursion is not set in named.conf then
allow-query-cache is used if set, otherwise allow-query
is used if set, otherwise the default (localnets;
localhost;) is used.
2203. [security]
Query id generation was cryptographically weak.
2202. [security]
The default acls for allow-query-cache and
allow-recursion were not being applied.
2193. [port]
win32: BINDInstall.exe is now linked statically.
2192. [port]
win32: use vcredist_x86.exe to install Visual
Studio's redistributable dlls if building with
Visual Stdio 2005 or later.
|
|
ORBit2-2.14.8
* bug fixes
+ Fix GIOP timeouts and add unit tests (Jules Colding)
+ Code cleanups (Kjartan)
+ Fix pointer arithmetics (Roland Illig)
+ Fix crash with uninitialized exception (Vincent Untz)
+ ORBLocalOnly mode in Solaris fixes (Brian Cameron)
|
|
|
|
|
|
1.2.7:
Joakim L. Gilje - Sat Jul 14 22:54:37 PDT 2007
* Set server TCP sockets to blocking mode on Mac OS X, Solaris, etc.
|
|
A cross site scripting vulnerabilty was found in the ipcalc CGI wrapper
script. (Note: This is not the ipcalc script itself, it is only used
when ipcalc is run via a web interface).
This script was included in the tar archives of ipcalc 0.39 and 0.40.
ok zuntum@
|
|
Notable changes:
- Implement '-s srcaddr' to set the local IP address for all connections.
- Support '-q quittime' when waiting for server replies.
- Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
- Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
|
|
Changes in 2.2 :
- Allow user to create torrents without tracker
- Double clicking on files in files tab opens them
Changes in 2.2rc1
- Revamped plugin settings page, looks much nicer now.
- Scan dialog now has only one button cancel, which becomes close when the
scan is finished
- Add max seed time feature
- Add download and seed time columns in view
Changes in 2.2beta1
- Ditch KMDI in favor of KDevelop IDEA code
- Infowidget has been fully moved to the bottom tabbar
- Possibility to open as many views as needed
- By default a downloads and uploads tab is now shown
- Immediatly hide system tray icon at exit
- Make sure to many files open bug is very unlikely to happen
- Search plugin tab has now become a toolbar
- Added option to fully preallocate diskspace for torrents
- Added support for seeding from readonly filesystems
- Make sure FileView remembers it's state
- Sleep time of upload and download is now configurable through a CPU usage
slider in the settings
- Added option to move finished downloads to a different directory
- Readded feature to show the total and the number of running torrents in the
tab of each view
- Added progress bar in status bar when searching
- Redesigned FileSelectDlg
- Added option to add torrent to group when loading
- Added option to choose download directory for torrent when loading
- Added option to copy .torrent files to user specified directory
- Show torrent path when trying to load a corrupt torrent from torX/ directory
- Added speed limits for individual torrents
- Added dynamic diskspace checking.
- Added option to disable diskspace preallocation
- Improved system tray popup icon : we now use boxed style KPassivePopup instead
of Qt tooltips, it also only disappears when the cursor
is moved away from the tray icon and the text can be updated
- The log now gets autorotated when it gets larger then 10 MB
- Import dialog is now network transparent for the torrent file
- Added statistics plugin which was developed by Krzysztof Kundzicz
|
|
Notable changes:
- Implement '-s srcaddr' to set the local IP address for all connections.
- Support '-q quittime' when waiting for server replies.
- Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
- Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
|
|
|
|
|
|
- Install ares_dns.h too
- Brad House added ares_save_options() and ares_destroy_options() that can be
used to keep options for later re-usal when ares_init_options() is used.
- Brad House's man pages for ares_save_options() and ares_destroy_options()
were added.
- James Bursa reported a major memory problem when resolving multi-IP names
and I found and fixed the problem. It was added by Ashish Sharma's patch
two days ago.
|
|
Patch provided by maintainer, Bartosz Kuzma in PR 36642.
Changes since 1.2.0:
1.2.1 2005-06-28
* Added support for GeoIP Region
|
|
|
|
"bmake" would always report that "`install' is up to date." because it
finds "INSTALL" when searching for "install".
|
|
* libs are built shared by defaut now.
* x11vnc is no longer included in the package tarball.
|
|
perhaps pointed out by Kamel Derouiche on tech-pkg,
bump PKGREVISION
|
|
perhaps pointed out by Kamel Derouiche on tech-pkg,
bump PKGREVISION
|
|
|
|
|
|
othyro.
UrlGfe is a download manager that uses gtk2+ and libcurl.
Features:
1. It allows you classify URLs before downloading them.
2. Every category has an independent configuration that can be
inherited by each download in that category.
3. Multiple categories can download at one time.
4. Batch mode can generate URLs.
5. Import URLs from .html files. (UTF-8 Encoding only)
6. Export URLs (for wget -i)
|
|
|
|
changes:
-Fix build problem on Mac OS X
-Fix compatibility with non-ORBit2 based servants
|
|
|
|
changes:
-security fixes for the HTTP, DCP ETSI, SSL, DHCP, and MMS dissectors
(crashes, resource exhaustion, off-by-one)
-GUI/display filter improvements
|
|
Hello, ProFTPD community. The ProFTPD Project team is pleased to announce
that the third release candidate for ProFTPD 1.3.1 is now available
for public consumption.
The 1.3.1rc3 release includes a number of minor bugfixes, including
segfaults when handling the NLST command, dealing assigning IPv6 addresses
for the EPSV command, and better handling of Display files in chrooted
sessions.
Please read the included NEWS and ChangeLog files for the full details.
|
|
|
|
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
|
|
Changes are more than 100 lines, but it fixes these security problem.
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3377
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3409
|
|
For now, DragonFly and FreeBSD use the libc version, it is not reentrant,
but thread-safe. NetBSD 3.0+ and Darwin 8.0+ use libresolv from base
(the BIND9 resolver), all other fall back to net/bind9. Feel free to add
your favorite platform if it has a thread-safe resolver in base.
Modify mail/libspf-alf, mail/milter-greylist, mail/spamdyke and
net/nocol accordingly. Testing on !DragonFly and feedback from tron@
|
|
Build Fix
1 Fixes a failure to disconnect the session if the smart card used for
logon is removed during a reconnected session with a server running
Citrix Presentation Server version version 4.0. (Hotfix Rollup Pack
3 or later must be installed on the server.) Corrects problems
that prevent the client from running on Ubuntu Linux version 6.10.
This build also includes all fixes from versions 9.43 to 9.49.
9.43:
Fixes a problem that prevented the Microsoft Windows "Snap To"
mouse option from working.
9.44:
Ensures that the maximization state of seamless windows is correctly
restored when they are maximized after being reduced to icon size.
Adds a "TWIConfineToWorkArea" configuration option that can be set
"Off" to allow seamless windows to be moved outside the work area.
Also adds configuration parameters "PointerGrabTime" and
"PointerClickTime" to set two timer parameters for pointer position
echo suppression. They control the period after a mouse position
report is sent during which any server-originated positions are
discarded as echoes, and the period after a mouse click during which
all server positions are accepted as a response to the click. Values
are in milliseconds.
9.45: Citrix internal build.
9.46:
Corrects an error in the treatment of the "BrowserTimeout" parameter
that was introduced in build 9.20. The SCardListReaders function
can now be called with a null context parameter when using the
smart card virtual channel. The pnabrowse utility now enumerates
applications correctly when $HOME/.ICAClient has not been populated.
9.47:
Improves the change to pointer positioning introduced in version 9.43
and prevents client work-area information from having an effect
in non-seamless sessions. Corrects an error in the pnabrowse utility
that stopped it working with some server configurations.
9.48:
Corrects the modification time of files edited using client drive
mapping. Corrects an error in the pnabrowse utility that could stop it
launching published applications.
9.49:
Corrects an error that may inhibit session sharing when one seamless
session is started within a few seconds of another. Adds special
behaviour to the smart card virtual channel to correct problems with
a particular application following session reconnection. That is
controlled by a new configuration parameter "UCSCWAMap", and is
normally disabled.
2 Causes tear-off menus from Microsoft Windows applications to vanish
correctly when the application loses focus. Improves the drawing
performance with seamless windows, particularly in 256-color sessions
with multiple windows. Adds workspace control operations to the
pnabrowse utility.
3 Fixes incorrect use of SSL error message 47.
4 Enlarges the sensitive area of notification area icons, improves text
parameter handling in locales using the ISO 8859-15 character set and
improves reconnection to multiple sessions using pnabrowse.
5 Fixes a font problem when using Ubuntu Linux version 7, and
the appearance of some application icons in non-seamless sessions.
Corrects Program Neighborhood's handling of 8-bit characters in
user and client names when using non-UTF8 locales.
Corrects the behaviour of seamless sessions started by Web Interface
or Program Neighborhood Agent, when the default session type is
full screen.
6 Updated for release to Web.
|
|
a mismatch between ident and the +BUILD_VERSION logic.
|
|
|
|
Add audible ping
|
|
|
|
|
|
|
|
but in actuality it is 20070625. My poor excuse for the screwup is that it
has been sitting in my tree for a while.
|
|
Solaris kernel module for virtual Ethernet devices (TAP) and virtual
point-to-point tunneling interfaces (TUN).
|
|
|
|
- If using modular X.org, depend on x11/rgb
- Set rgb- and font-paths to sane default values
- While here, fix some pkglint warnings
- Bump PKGREVISION
|
|
|
|
"BUILDLINK_PREFIX.net-snmp". Hopefully this lets the package find
net-snmp on Darwin.
Acknowledged that the package can be installed to DESTDIR.
|
|
|
|
Bump PKGREVISION.
|
|
is enough and avoids building the package on system which have
"bash" in the base system.
|