Commit graph

120309 commits

Author SHA1 Message Date
markd
64e2bda2da Fix build paths in installed pkgconfig *.pc files (PR pkg/37479) and
add missing dirrm line from PLIST (PR pkg/37412). Bump PKGREVISION
2007-12-06 11:09:35 +00:00
martti
85e2aff24c Revert to previous, something is broken in my system... 2007-12-06 10:30:53 +00:00
cjs
def79e62d3 Add patch for change_folder_next option, which I stole from the patches
for mutt (non-devel).
2007-12-06 08:51:51 +00:00
obache
0eac7faaa9 Need bsd.prefs.mk before using MACHINE_PLATFORM. 2007-12-06 04:31:23 +00:00
obache
8056e698be Fix extern v.s. static. 2007-12-06 02:12:44 +00:00
obache
b6dd6ec2bd Update MASTER_SITES but commented out, since newer location only have
version x.y.z. No functionally changes, only version name scheme differ.
2007-12-06 02:11:26 +00:00
obache
0fbd73d8ee Update HOMEPAGE. 2007-12-06 01:56:44 +00:00
adrianp
10644dafd0 This release fixes a security vulnerability. Sites are urged to upgrade immediately. For more details, please see the security announcement:
* SA-2007-031 - Drupal core - SQL Injection possible when certain contributed modules are enabled

In addition to this security vulnerability, the following bugs have been fixed since the 5.2 release:

* 178478 by scor: typo in text displyed when the DB is installed but not accessible
* Patch 122759 by Robrecht: fixed broken query in upgrade path.
* 55277 by catch and JirkaRybka: when flat comment view is used, order comments by cid (ie. original submission order) instead of timestamp (ie. last editing time order) to avoid comments jumping around when being edited
* Patch 181063 by chx and bjaspan: fixed problem with drupal_bootstrap() not booting to the proper level.
* 184668 by hazexp, Remove unnecessary ';'
* Patch 182728 by Darren Oh: improved PHPdoc of db_rewrite_sql().
* 93425 by bjaspan: remove pre-Drupal 4.6 era destination handling cruft carried over in comment module
* 154388 (backport of 172262) by JirkaRybka. Better globals handling in install system, so the choosen profile and language are remembered.
* 171117 by JirkaRybka: set access time for admin created or edited accounts so they are exempt from the spam protection we have for accounts never logged in
* Patch 168829 by Neil Drumm: fixed link in documentation.
* 165924 by odious. Use accurate count query for user list.
* 187601 by Bart Jansens. Use correct HTTP status codes for redirects.
* 180109 by JirkaRybka: overcome browser quirk to detect when no taxonomy term was selected
* 134984 by mikesmullin. Fix x2 coordinate for rendering gradients.
2007-12-05 23:16:19 +00:00
bouyer
96674cb432 Note PKGREVISION bump on xenkernel3 2007-12-05 22:12:55 +00:00
bouyer
3319948890 Remplace patches/patch-cy with fix from the Xen repository via
Christoph Egger, and merge it back in patches/patch-ba (one patch per file).
Bump PKGREVISION
2007-12-05 22:06:26 +00:00
tron
8acdeef01b Add link to Apple work around into the makefile for documentation purposes. 2007-12-05 21:42:18 +00:00
tron
168b2f63aa Use Apple's suggested work around(*) to fix linker problems under
Mac OS X Leopard.

(*) http://developer.apple.com/qa/qa2007/qa1567.html
2007-12-05 21:39:01 +00:00
tron
1f5e442207 Don't prefer "pkgsrc" versions of "MesaLib", "Xft2" etc. under
Mac OS X Leopard which ships with an uptodate version of X.org.
2007-12-05 21:38:06 +00:00
tron
66d2de41c9 Escape colons in preprocessor, compiler or linker flags while checking
their existances in other variables. This avoids parsing errors if
e.g. "BUILDLINK_LDFLAGS.<pkg>" contains a colon.
2007-12-05 21:36:43 +00:00
joerg
88572b8312 Skip empty lines in the limited list. Bump to 1.16. 2007-12-05 21:33:58 +00:00
ghen
82cb65d261 Updated www/ap2-fastcgi to 2.4.2nb4. 2007-12-05 17:43:20 +00:00
ghen
b5a2c7dcba APACHE_MANUAL is different in Apache 2.x and 1.3.x. Substitute in shared
MESSAGE accordingly and bump PKGREVISION for ap2-fastcgi only.
2007-12-05 17:42:49 +00:00
christos
77193ecd35 Use newer strace 4.5.15; various improvements in syscall parsing and
split functions into more files.
2007-12-05 16:30:59 +00:00
obache
e4832249f3 Try to fix build problem on recent NetBSD release. 2007-12-05 13:38:27 +00:00
obache
3762ad56f0 Using flex to build. 2007-12-05 13:37:22 +00:00
obache
49df43fab2 Switch to SUBST framework. 2007-12-05 13:36:02 +00:00
taca
a6a652767f Catch up squirrelmail-japanese patch to 1.4.12-ja-20071205. 2007-12-05 11:25:57 +00:00
abs
c654d48358 ....aaand update distinfo 2007-12-05 11:13:15 +00:00
abs
aa42c5ae08 I *know* I typed 'cvs add patches/patch-ac', and my shell history even
agrees with me... so why din't this get added in the previous commit? Grrr.
2007-12-05 11:12:23 +00:00
abs
b55c099284 Updated net/ktorrent from 2.2.1 to 2.2.4 2007-12-05 11:06:16 +00:00
abs
bbdd917aff Update ktorrent from 2.2.1 to 2.2.4
Changes in 2.2.4 :
- Fix crash in fileview
- Added patch from Rafel Milecki to add file selection in the coldmilk webgui
- Added patch from Rafel Milecki to add a confirmation dialog when the user shutsdown KT in the default webgui
- Fixed bug which caused the set max rate menu in the system tray icon menu to fail in recent KDE versions
- Optimized SHA1HashGen a bit
- Use Qt int types to be sure size is correct
- Do not stop ONLY_SEED chunks, but let them finish

Changes in 2.2.3 :
- Fix datacheck of 4GB+ files on 32 bit systems
- Prioritise at least 1 % of multimedia files instead of 1 chunk
- Fix crashes caused by SIGXFSZ (BUG: 149747)
- Make sure body tag is OK in 404 and 500 error defines in webgui (BUG: 150023)
- Fix bug which allows clients to trick KT in enabling PEX on private torrents
- If do not use KDE proxy is enabled and no alternative proxy is set, make sure we use no proxy at all for HTTP tracker connections. (BUG: 150284)
- Removed slashes which prevent opening torrents to work in ktshell
- Fix broken preexsting file check, which can result in files being deleted when the user deselects them and they already exist. (
BUG: 150563)
- When stop all and start all is pressed, make sure that start and stop buttons are updated properly (BUG: 149549)
- Make URL of tracker selectable in tracker tab
- Fix issue with speed calculating, causing the displayed speed to grow enormously
- Updated Peer ID list with more clients
- Fix crash when trying to download an empty link with the RSS plugin (BUG: 150879)
- Fix crash at exit when the RSS plugin was loaded
- Make TrayHoverPopup dissapear faster (BUG: 148243)
- Sort IP addresses by their actual value and not by their string representation (BUG: 150328)
- Added patch from Jaak Ristioja, which updates the FileView in a separate thread.
- Make sure only the files of a torrent are moved when the data directory is changed.
- Make sure window is not hidden when hidden_on_exit is true and the system tray icon is not enabled
- Added patch from Stefan Monov to hide the menubar (BUG: 151450)
- Fix crash at exit (BUG: 149827)
- Added patch from The_Kernel, which allows you to change file priorities in the webgui
- Backported fix for refresh bug from KDE4 version
- Added option to limit the number of outgoing connection setups, so that people can limit the number of TCP connections in SYN_SENT state, should their router not be able to handle to much
- Replaced TOS setting by DSCP setting
- Added several patches from Rafael Mileki which fix and improve some things in the webgui
- Change buttons in recreate popup to Recreate and Do Not Recreate (BUG: 151805)
- Added patch from Lukasz Fibinger which adds a filter bar to search for torrents
- Make sure that day and month names are not translated in HTTP headers.

Changes in 2.2.2 :
- Several minor bugfixes
2007-12-05 11:05:24 +00:00
taca
88f6d93b09 Note update of security/sudo package to 1.6.9p9nb1. 2007-12-05 10:08:01 +00:00
taca
a208a673da sudo-1.6.9p9.tar.gz was updated now. So, introduce DIST_SUBDIR and
bump PKGREVISION.

A little bug fix seems to applied.

-rw-r--r--  1 taca  taca  578259 Dec  3 19:38 sudo-1.6.9p9.tar.gz-prev
-rw-r--r--  1 taca  taca  578262 Dec  5 00:27 sudo-1.6.9p9.tar.gz

diff -dupNr sudo-1.6.9p9-20071203/parse.c sudo-1.6.9p9/parse.c
--- sudo-1.6.9p9-20071203/parse.c	2007-11-28 08:29:59.000000000 +0900
+++ sudo-1.6.9p9/parse.c	2007-12-05 00:26:40.000000000 +0900
@@ -90,7 +90,7 @@
 #endif /* HAVE_EXTENDED_GLOB */

 #ifndef lint
-__unused static const char rcsid[] = "$Sudo: parse.c,v 1.160.2.14 2007/10/24 16:43:27 millert Exp $";
+__unused static const char rcsid[] = "$Sudo: parse.c,v 1.160.2.15 2007/12/04 15:26:40 millert Exp $";
 #endif /* lint */

 /*
@@ -202,7 +202,7 @@ sudoers_lookup(pwflag)
 		    return(VALIDATE_OK |
 			(no_passwd == TRUE ? FLAG_NOPASS : 0) |
 			(no_execve == TRUE ? FLAG_NOEXEC : 0) |
-			(setenv_ok == TRUE ? FLAG_SETENV : 0));
+			(setenv_ok >= TRUE ? FLAG_SETENV : 0));
 		} else if ((runas_matches == TRUE && cmnd_matches == FALSE) ||
 		    (runas_matches == FALSE && cmnd_matches == TRUE)) {
 		    /*
@@ -212,7 +212,7 @@ sudoers_lookup(pwflag)
 		    return(VALIDATE_NOT_OK |
 			(no_passwd == TRUE ? FLAG_NOPASS : 0) |
 			(no_execve == TRUE ? FLAG_NOEXEC : 0) |
-			(setenv_ok == TRUE ? FLAG_SETENV : 0));
+			(setenv_ok >= TRUE ? FLAG_SETENV : 0));
 		}
 	    }
 	    top--;
diff -dupNr sudo-1.6.9p9-20071203/sudo.c sudo-1.6.9p9/sudo.c
--- sudo-1.6.9p9-20071203/sudo.c	2007-12-03 02:13:52.000000000 +0900
+++ sudo-1.6.9p9/sudo.c	2007-12-04 01:12:03.000000000 +0900
@@ -730,8 +730,10 @@ parse_args(argc, argv)

     while (NewArgc > 0) {
 	if (NewArgv[0][0] == '-') {
-	    if (NewArgv[0][1] != '\0' && NewArgv[0][2] != '\0')
+	    if (NewArgv[0][1] != '\0' && NewArgv[0][2] != '\0') {
 		warnx("please use single character options");
+		usage(1);
+	    }

 	    switch (NewArgv[0][1]) {
 		case 'p':
2007-12-05 10:07:14 +00:00
agc
af91c0238c Note update of netbsd-iscsi-target and netbsd-iscsi-initiator to 20071205. 2007-12-05 08:48:24 +00:00
agc
d57bc62b4b Update the netbsd-iscsi-initiator and netbsd-iscsi-target packages to
version 20071205.

Fix the bug where multiple targets appeared as one. With huge thanks to
Greg Oster for his work in squashing this one.

        Module Name:    src
        Committed By:   oster
        Date:           Tue Dec  4 16:25:37 UTC 2007

        Modified Files:
                src/dist/iscsi/src: disk.c

        Log Message:
        Set "lun = sess->d" early on (but not too early), and allow multiple
        targets to now work correctly.  XXX: This will need to be re-visited
        at some point, and fixed properly.

        Commit requested by: agc


        To generate a diff of this commit:
        cvs rdiff -r1.34 -r1.35 src/dist/iscsi/src/disk.c


Also, the initiator has been modified to attach to multiple targets,
again thanks to Greg Oster.

        Module Name:    src
        Committed By:   oster
        Date:           Tue Dec  4 16:22:39 UTC 2007

        Modified Files:
                src/share/examples/refuse/iscsi-initiator: iscsifs.c

        Log Message:
        Add a '-D' option to allow "Discovery" of the targets provided by a host.

        Initial support for multiple targets from the same host.

        Base 'MaxTargets' on a #define, rather than hard-coding.

        Reviewed by: agc
2007-12-05 08:46:36 +00:00
martti
bb51b9648c Few Xfce plugins. 2007-12-05 07:52:54 +00:00
martti
bf0583cc53 Updated x11/xfce4-places-plugin to 1.0.0
Bug fixes.
2007-12-05 07:51:18 +00:00
martti
f3c9083b25 Updated x11/xfce4-notes-plugin to 1.6.0
Bug fixes.
2007-12-05 07:50:47 +00:00
martti
7ae4655b93 Updated sysutils/xfce4-quicklauncher-plugin to 1.9.4
Bug fixes.
2007-12-05 07:50:16 +00:00
martti
b723485ba4 Updated sysutils/xfce4-fsguard-plugin to 0.4.0
Bug fixes.
2007-12-05 07:49:44 +00:00
martti
61677bc146 Updated multimedia/xfce4-mpc-plugin to 0.3.2
Bug fixes.
2007-12-05 07:49:15 +00:00
martti
9fd88900fa Updated misc/xfce4-weather-plugin to 0.6.2
Bug fixes.
2007-12-05 07:48:46 +00:00
martti
6a1860fc8d Removed en and tg locales. 2007-12-05 07:20:31 +00:00
martti
ea12617161 squirrelmail-1.4.12 2007-12-05 07:12:52 +00:00
martti
ef3b964512 Updated mail/squirrelmail to 1.4.12
NOTE: includes a critical bug fix in the attachment handling

  - Enabled user selection of address format when adding from address
    book during message composition.
  - Fixed issue with adding attachments in PHP 4.x environments (#1805471).
  - Backport size setting on "newmail" popup window.
  - Added a "short_open_tag" configuration test.
  - Undefined notice in error message box when no default folder prefix is set.
  - Undefined index error when downloading.  Possibly caused by using tabs and
    opening multiple mailboxes.
  - PAGE_NAME might not be defined in all plugins, which might cause a
    "not defined" error on session timeouts.
  - Fixed outgoing messages to allow addresses such as "0@..." or "000@...",
    etc. (#1818398).
  - Fixed issue with in-reply-to and reference headers not being retained on
    reply (#1810659).
  - Revived logout_error hook (#1800015).
  - Allow custom session handlers to work correctly (and be defined at the
    application level with SquirrelMail).
  - Fix off-by-one in bodystructure parsing triggered by servers sending
    a body location part (e.g. Sun Java System Messaging Server). Thanks
    John Callahan (#1808382).
  - Invalid initialization of To: header (#1772893).
  - Includes cleanup in include/validate.php.
  - Cleanup in multiple files to remove unneeded includes.
  - Added sort by size (#812233 and #159997, plus multiple list requests).
    Patch provided by Christopher E. Brown.
  - Fix bug in sitewide SMTP settings still using authenticated user, rather
    than configured settings (#1835942).
  - Fixed mailto: functionality.
  - Added mailto: link handling when viewing messages.
  - Handle PHP's insistence on setting the value to 'deleted' for destroyed
    sessions
2007-12-05 07:11:28 +00:00
taca
2d03b85bfc -sudo-1.6.9p9. 2007-12-05 04:15:50 +00:00
taca
6fefc7102a Note update of security/sudo package to 1.6.9p9. 2007-12-05 04:15:35 +00:00
taca
498d04a83c Update sudo package to 1.6.9p9.
Major changes since Sudo 1.6.9p8:

 o The ALL command in sudoers now implies SETENV permissions.

 o The command search is now performed using the target user's
   auxiliary group vector, not just the target's primary group.

 o When determining if the PAM prompt is the default "Password: ",
   compare the localized version if possible.

 o New passprompt_override option in sudoers to cause sudo's prompt
   to be used in all cases.  Also set when the -p flag is used.
2007-12-05 04:14:42 +00:00
reed
6d161d3708 Update ikiwiki to 2.15. This includes latest security fix.
Remove patch -- make changes using SUBST_SED framework.

Add imagemagick as an option (not on by default).

Add perl:run for USE_TOOLS.

Add another script to REPLACE_PERL.

Get rid of most of post-install target and let the ikiwiki Makefile
do the installation.

Too many changes from CHANGELOG to list. Here are the most recent:

ikiwiki (2.15) unstable; urgency=low

  * Add a new ikiwiki-makerepo program, that automates setting up a repo
    and importing existing content for svn, git, and mercurial. This makes
    the setup process much simpler.
  * Reorganised git documentation.
  * Actually install the ikiwiki-update-wikilist program.
  * Improve workaround for perl bug #376329. Rather than double-encoding,
    which has been reported to cause encoding problems (though I haven't
    reproduced them), just catch a failure of markdown, and retry.
    (The crazy perl bug magically disappears on the retry.)
    Closes: #449379
  * Add umask configuration option. Closes: #443329

 -- Joey Hess <joeyh@debian.org>  Sat, 01 Dec 2007 11:44:01 -0500

ikiwiki (2.14) unstable; urgency=high

  * Let CC be used to control what compiler is used to build wrappers.
  * Use 'cc' instead of gcc as the default compiler.
  * Security fix: Ensure that there are no symlinks anywhere in the path
    to the top of the srcdir. In certian unusual configurations, an attacker
    who could commit to one of the parent directories of the srcdir could
    use a symlink attack to cause ikiwiki to publish files elsewhere in the
    filesystem. More details at <http://ikiwiki.info/security/#index29h2>

 -- Joey Hess <joeyh@debian.org>  Mon, 26 Nov 2007 15:26:06 -0500
2007-12-05 04:09:53 +00:00
obache
10e9b811dd Let not to refresh aggressively. 2007-12-05 00:54:56 +00:00
wiz
0e285ebf29 + bonnie++-1.03b, gdal-lib-1.4.4, gnumeric-current-1.7.91,
goffice0.5-0.5.4, kid3-0.10, mplayer-plugin-firefox-3.50,
  postgresql81-postgis-1.3.2, sudo-1.6.9p9, sympa-5.3.4, worker-2.16.1,
  xdx-2.4, xfce-4.4.2.
2007-12-05 00:05:25 +00:00
abs
d4efb29957 Add share/examples/rc.d/sockd tp PLIST 2007-12-04 14:40:33 +00:00
abs
353b2cea60 Update dante to 1.1.19nb1:
Add rc.d startup script
2007-12-04 13:30:06 +00:00
abs
eda1229d25 Update www/apache to 2.2.6nb1
Add apache SVN revision 574884 to fix garbage characters in Server header
http://issues.apache.org/bugzilla/show_bug.cgi?id=43334

When it hits, this issue can completely screw up returned pages if the
Server header gets embedded newlines
2007-12-04 12:08:45 +00:00
obache
1e2bf573fb Need PKG_SUPPORTED_OPTIONS definition before include "bsd.options.mk".
Noticed by Jared D. McNeill in PR 37472.
2007-12-04 11:38:55 +00:00