To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
or, via email, send a message with subject or body 'help' to
freebsd-ports...@freebsd.org
You can reach the person managing the list at
freebsd-port...@freebsd.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-ports-bugs digest..."
Today's Topics:
1. ports/140792: [BROKEN] graphics/mesa-demos: Broken build due
to missing symbols (Mario Sergio Fujikawa Ferreira)
2. Re: ports/140792: [BROKEN] graphics/mesa-demos: Broken build
due to missing symbols (ed...@FreeBSD.org)
3. Re: ports/140785: www/apache22 port fails (lin...@FreeBSD.org)
4. Re: ports/133533: [PATCH] Add a static user/group for
audio/musicpd port (Ashish SHUKLA)
5. Re: ports/140611: [patch] ftp/axel: update to 2.4
(Pudhvi Krishna Surapaneni)
6. Re: ports/140767: [new port] sysutils/libss (Benjamin Kaduk)
7. ports/140801: [update] net-p2p/ktorrent - update to 3.3
(Shane Bell)
8. Re: ports/140801: [update] net-p2p/ktorrent - update to 3.3
(ed...@FreeBSD.org)
9. Re: ports/140611: [patch] ftp/axel: update to 2.4
(lin...@FreeBSD.org)
10. Re: ports/140780: Re: ports/114813: [new port]
finance/qtstalker-devel (lin...@FreeBSD.org)
11. Re: ports/140799: Re: ports/140791: [PATCH] textproc/libtre:
Fix build on systems where GCC stack protection was enabled for
userland (lin...@FreeBSD.org)
12. Re: ports/140784: Re: ports/140783: print/pdftk: after gcj42
removal (does not build (lin...@FreeBSD.org)
13. Re: ports/140800: Re: graphics/mesa-demos: Broken build due
to missing symbols (lin...@FreeBSD.org)
14. ports/140802: databases/mysql-connector-java update to 5.1.10
(Matthew Seaman)
15. ports/140803: Update www/opera and www/opera-linuxplugins to
Opera 10.10 (Arjan van Leeuwen)
16. Re: ports/140803: Update www/opera and www/opera-linuxplugins
to Opera 10.10 (ed...@FreeBSD.org)
17. ports/140805: Update port: www/mod_wsgi Upgrade to 2.6
(Douglas William Thrift)
18. Re: ports/140805: Update port: www/mod_wsgi Upgrade to 2.6
(mi...@FreeBSD.org)
19. ports/140807: [patch] x11/hs-x11-ghc - explicit off for
xinerama support (Pavel Plesov)
20. Re: ports/140805: commit references a PR (dfilter service)
21. Re: ports/140807: [patch] x11/hs-x11-ghc - explicit off for
xinerama support (ed...@FreeBSD.org)
22. ports/140808: [MAINTAINER] sysutils/di: update to 4.17
(Naram Qashat)
----------------------------------------------------------------------
Message: 1
Date: 22 Nov 2009 19:14:12 -0200
From: Mario Sergio Fujikawa Ferreira <li...@FreeBSD.org>
Subject: ports/140792: [BROKEN] graphics/mesa-demos: Broken build due
to missing symbols
To: FreeBSD-gn...@FreeBSD.org
Cc: ara...@FreeBSD.org
Message-ID: <2009112221141...@exxodus.fedaykin.here>
>Number: 140792
>Category: ports
>Synopsis: [BROKEN] graphics/mesa-demos: Broken build due to missing symbols
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 22 21:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Mario Sergio Fujikawa Ferreira
>Release: FreeBSD 8.0-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD exxodus.fedaykin.here 8.0-PRERELEASE FreeBSD 8.0-PRERELEASE #4: Sun Nov 15 10:14:26 BRST 2009 lioux@exxodus:/usr/obj/usr/src/sys/LIOUX i386
>Description:
1) The port build is broken
2) It was missing a reference to 'pthread_create'
2.1) I added a "hack" (needs a better fix) to fix this
3) Then, it complained about a missing reference to 'glXCreateGLXPixmapMESA'
3.1) No fix yet
>How-To-Repeat:
>Fix:
--- Makefile.orig 2009-11-22 18:59:21.000000000 -0200
+++ Makefile 2009-11-22 19:04:15.000000000 -0200
@@ -41,6 +41,9 @@
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
.include <bsd.port.pre.mk>
+CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
+
.if defined(WITH_NVIDIA_GL)
CFLAGS+= -DWITH_NVIDIA_GL=1
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 2
Date: Sun, 22 Nov 2009 21:20:11 GMT
From: ed...@FreeBSD.org
Subject: Re: ports/140792: [BROKEN] graphics/mesa-demos: Broken build
due to missing symbols
To: ed...@FreeBSD.org, freebsd-p...@FreeBSD.org,
ara...@FreeBSD.org
Message-ID: <200911222120....@freefall.freebsd.org>
Synopsis: [BROKEN] graphics/mesa-demos: Broken build due to missing symbols
Responsible-Changed-From-To: freebsd-ports-bugs->araujo
Responsible-Changed-By: edwin
Responsible-Changed-When: Sun Nov 22 21:20:10 UTC 2009
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=140792
------------------------------
Message: 3
Date: Sun, 22 Nov 2009 23:31:08 GMT
From: lin...@FreeBSD.org
Subject: Re: ports/140785: www/apache22 port fails
To: lin...@FreeBSD.org, freebsd-p...@FreeBSD.org,
apa...@FreeBSD.org
Message-ID: <200911222331....@freefall.freebsd.org>
Old Synopsis: Apache 22 port fails
New Synopsis: www/apache22 port fails
Responsible-Changed-From-To: freebsd-ports-bugs->apache
Responsible-Changed-By: linimon
Responsible-Changed-When: Sun Nov 22 23:30:31 UTC 2009
Responsible-Changed-Why:
Fix synopsis and assign.
http://www.freebsd.org/cgi/query-pr.cgi?pr=140785
------------------------------
Message: 4
Date: Mon, 23 Nov 2009 03:00:16 GMT
From: wah...@gmail.com (Ashish SHUKLA)
Subject: Re: ports/133533: [PATCH] Add a static user/group for
audio/musicpd port
To: freebsd-p...@FreeBSD.org
Message-ID: <200911230300....@freefall.freebsd.org>
The following reply was made to PR ports/133533; it has been noted by GNATS.
From: wah...@gmail.com (Ashish SHUKLA)
To: Martin Wilke <mi...@freebsd.org>
Cc: bug-fo...@FreeBSD.org
Subject: Re: ports/133533: [PATCH] Add a static user/group for audio/musicpd port
Date: Mon, 23 Nov 2009 08:22:59 +0530
--=-=-=
Content-Transfer-Encoding: quoted-printable
=2D----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Martin,
Please found the attached diff file, which you'll need to apply on current
musicpd port.
Thanks
=2D --=20
Ashish SHUKLA
=2D----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.13 (FreeBSD)
iEYEARECAAYFAksJ+Q8ACgkQHy+EEHYuXnTW5gCffR5xFvWMjX92LXp3C7Kxslie
jmEAn3gntkf9MdqLU2FsQLQLUN/cSz9Q
=3DdOto
=2D----END PGP SIGNATURE-----
--=-=-=
Content-Type: text/x-diff
Content-Disposition: attachment; filename=musicpd.diff
diff -urN /usr/ports/audio/musicpd/Makefile musicpd/Makefile
--- /usr/ports/audio/musicpd/Makefile 2009-09-18 21:35:23.000000000 +0530
+++ musicpd/Makefile 2009-11-23 05:37:34.000000000 +0530
@@ -7,6 +7,7 @@
PORTNAME= musicpd
PORTVERSION= 0.15
+PORTREVISION= 1
CATEGORIES= audio ipv6
MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION}
DISTNAME= mpd-${PORTVERSION}
@@ -60,6 +61,26 @@
HTTPD "Support for httpd output streaming" off \
SAMPLERATE "Support sample rate conversion" off
+MPDUSER?= mpd
+MPDGROUP?= mpd
+MPDDIR?= var/mpd
+
+MPDUID= 137
+MPDGID= ${MPDUID}
+
+PLIST_SUB= MPDUSER=${MPDUSER} \
+ MPDGROUP=${MPDGROUP}
+
+PLIST_DIRS= ${MPDDIR}
+
+SUB_LIST+= MPDUSER=${MPDUSER} \
+ MPDGROUP=${MPDGROUP} \
+ MPDDIR=${PREFIX}/${MPDDIR} \
+ MPDUID=${MPDUID} \
+ MPDGID=${MPDGID}
+
+SUB_FILES+= pkg-install pkg-deinstall
+
.include <bsd.port.pre.mk>
.if defined(WITHOUT_FLAC)
@@ -200,13 +221,20 @@
CONFIGURE_ARGS+=--enable-lsr
.endif
-.if defined(NOPORTDOCS)
post-patch:
+ @${REINPLACE_CMD} -e "s/%%MPDDIR%%/${PREFIX:C/\//\\\//g}\/${MPDDIR:C/\//\\\//g}/g" -e "s/%%MPDUSER%%/${MPDUSER}/g" \
+ ${WRKSRC}/doc/mpdconf.example
+.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|install-docDATA ||' \
${WRKSRC}/Makefile.in
.endif
+pre-install:
+ @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
+
post-install:
+ @${MKDIR} ${PREFIX}/${MPDDIR}
+ @${CHOWN} -R ${MPDUSER}:${MPDGROUP} ${PREFIX}/${MPDDIR}
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
diff -urN /usr/ports/audio/musicpd/files/musicpd.in musicpd/files/musicpd.in
--- /usr/ports/audio/musicpd/files/musicpd.in 2009-03-18 22:15:44.000000000 +0530
+++ musicpd/files/musicpd.in 2009-08-21 20:55:29.000000000 +0530
@@ -13,11 +13,18 @@
name=musicpd
rcvar=`set_rcvar`
+stop_cmd="${name}_stop"
config=%%PREFIX%%/etc/mpd.conf
command=%%PREFIX%%/bin/mpd
required_files=$config
+musicpd_stop()
+{
+ echo -n "Stopping musicpd: ";
+ ${command} --kill ${config} && echo "stopped.";
+}
+
load_rc_config $name
: ${musicpd_enable="NO"}
diff -urN /usr/ports/audio/musicpd/files/patch-doc_mpdconf.example musicpd/files/patch-doc_mpdconf.example
--- /usr/ports/audio/musicpd/files/patch-doc_mpdconf.example 1970-01-01 05:30:00.000000000 +0530
+++ musicpd/files/patch-doc_mpdconf.example 2009-08-21 22:39:47.000000000 +0530
@@ -0,0 +1,93 @@
+
+$FreeBSD$
+
+--- doc/mpdconf.example.orig
++++ doc/mpdconf.example
+@@ -10,14 +10,14 @@
+ # be disabled and audio files will only be accepted over ipc socket (using
+ # file:// protocol) or streaming files over an accepted protocol.
+ #
+-#music_directory "~/music"
++music_directory "%%MPDDIR%%/music"
+ #
+ # This setting sets the MPD internal playlist directory. The purpose of this
+ # directory is storage for playlists created by MPD. The server will use
+ # playlist files not created by the server but only if they are in the MPD
+ # format. This setting defaults to playlist saving being disabled.
+ #
+-#playlist_directory "~/.mpd/playlists"
++playlist_directory "%%MPDDIR%%/playlists"
+ #
+ # This setting sets the location of the MPD database. This file is used to
+ # load the database at server start up and store the database while the
+@@ -25,7 +25,7 @@
+ # MPD to accept files over ipc socket (using file:// protocol) or streaming
+ # files over an accepted protocol.
+ #
+-#db_file "~/.mpd/database"
++db_file "%%MPDDIR%%/database"
+ #
+ # These settings are the locations for the daemon log files for the daemon.
+ # These logs are great for troubleshooting, depending on your log_level
+@@ -34,20 +34,21 @@
+ # The special value "syslog" makes MPD use the local syslog daemon. This
+ # setting defaults to logging to syslog, otherwise logging is disabled.
+ #
+-#log_file "~/.mpd/log"
++log_file "%%MPDDIR%%/log"
++error_file "%%MPDDIR%%/error-log"
+ #
+ # This setting sets the location of the file which stores the process ID
+ # for use of mpd --kill and some init scripts. This setting is disabled by
+ # default and the pid file will not be stored.
+ #
+-#pid_file "~/.mpd/pid"
++pid_file "%%MPDDIR%%/pid"
+ #
+ # This setting sets the location of the file which contains information about
+ # most variables to get MPD back into the same general shape it was in before
+ # it was brought down. This setting is disabled by default and the server
+ # state will be reset on server start up.
+ #
+-#state_file "~/.mpd/state"
++state_file "%%MPDDIR%%/state"
+ #
+ ###############################################################################
+
+@@ -59,7 +60,7 @@
+ # initialization. This setting is disabled by default and MPD is run as the
+ # current user.
+ #
+-#user "nobody"
++user "mpd"
+ #
+ # This setting sets the address for the daemon to listen on. Careful attention
+ # should be paid if this is assigned to anything other then the default, any.
+@@ -69,7 +70,7 @@
+ #bind_to_address "any"
+ #
+ # And for Unix Socket
+-#bind_to_address "~/.mpd/socket"
++#bind_to_address "%%MPDDIR%%/socket"
+ #
+ # This setting is the TCP port that is desired for the daemon to get assigned
+ # to.
+@@ -172,18 +173,6 @@
+ # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
+ # other audio outputs.
+ #
+-# An example of an ALSA output:
+-#
+-#audio_output {
+-# type "alsa"
+-# name "My ALSA Device"
+-# device "hw:0,0" # optional
+-# format "44100:16:2" # optional
+-# mixer_device "default" # optional
+-# mixer_control "PCM" # optional
+-# mixer_index "0" # optional
+-#}
+-#
+ # An example of an OSS output:
+ #
+ #audio_output {
diff -urN /usr/ports/audio/musicpd/files/pkg-deinstall.in musicpd/files/pkg-deinstall.in
--- /usr/ports/audio/musicpd/files/pkg-deinstall.in 1970-01-01 05:30:00.000000000 +0530
+++ musicpd/files/pkg-deinstall.in 2009-08-21 20:52:42.000000000 +0530
@@ -0,0 +1,17 @@
+#!/bin/sh -
+#
+# $FreeBSD$
+#
+
+MPDUSER=%%MPDUSER%%
+MPDGROUP=%%MPDGROUP%%
+
+if [ "$2" = "POST-DEINSTALL" ]; then
+ if /usr/sbin/pw group show "${MPDGROUP}" 2>&1 >/dev/null; then
+ echo "You should manually remove the \"${MPDGROUP}\" group."
+ fi
+
+ if /usr/sbin/pw user show "${MPDUSER}" 2>&1 >/dev/null; then
+ echo "You should manually remove the \"${MPDUSER}\" user."
+ fi
+fi
diff -urN /usr/ports/audio/musicpd/files/pkg-install.in musicpd/files/pkg-install.in
--- /usr/ports/audio/musicpd/files/pkg-install.in 1970-01-01 05:30:00.000000000 +0530
+++ musicpd/files/pkg-install.in 2009-08-21 21:52:46.000000000 +0530
@@ -0,0 +1,76 @@
+#!/bin/sh -
+#
+# $FreeBSD$
+#
+
+MPDDIR=%%MPDDIR%%
+MPDUSER=%%MPDUSER%%
+MPDGROUP=%%MPDGROUP%%
+MPDUID=%%MPDUID%%
+MPDGID=%%MPDGID%%
+
+ask() {
+ local question default answer
+
+ question=$1
+ default=$2
+ if [ -z "${PACKAGE_BUILDING}" ]; then
+ read -p "${question} [${default}]? " answer
+ fi
+ if [ "x${answer}" = "x" ]; then
+ answer=${default}
+ fi
+ echo ${answer}
+}
+
+yesno() {
+ local default question answer
+
+ question=$1
+ default=$2
+ while :; do
+ answer=$(ask "${question}" "${default}")
+ case "${answer}" in
+ [Yy][Ee][Ss]|[Yy])
+ return 0
+ ;;
+ [Nn][Oo]|[Nn])
+ return 1
+ ;;
+ esac
+ echo "Please answer yes or no."
+ done
+}
+
+if [ "$2" = "PRE-INSTALL" ]; then
+ if /usr/sbin/pw group show "${MPDGROUP}" 2>&1 >/dev/null; then
+ echo "You already have a \"${MPDGROUP}\" group, so I will use it."
+ else
+ echo "You need a \"${MPDGROUP}\" group."
+ if yesno "Would you like me to create it" "YES"; then
+ /usr/sbin/pw groupadd "${MPDGROUP}" -g "${MPDGID}" -h - || \
+ /usr/sbin/pw groupadd "${MPDGROUP}" -h - || exit
+ echo "Done."
+ else
+ echo "Please create the \"${MPDGROUP}\" group manually and try again."
+ exit 1
+ fi
+ fi
+
+ if /usr/sbin/pw user show "${MPDUSER}" 2>&1 >/dev/null; then
+ echo "You already have a \"${MPDUSER}\" user, so I will use it."
+ else
+ echo "You need a \"${MPDUSER}\" user."
+ if yesno "Would you like me to create it" "YES"; then
+ /usr/sbin/pw useradd "${MPDUSER}" -u "${MPDUID}" -g "${MPDGROUP}" -h - -d "${MPDDIR}" \
+ -s /sbin/nologin -c "MusicPD pseudo-user" || \
+ /usr/sbin/pw useradd "${MPDUSER}" -g "${MPDGROUP}" -h - -d "${MPDDIR}" \
+ -s /sbin/nologin -c "MusicPD pseudo-user" || exit
+ else
+ echo "Please create the \"${MPDUSER}\" user manually and try again."
+ exit 1
+ fi
+ fi
+ [ -d ${MPDDIR} ] || mkdir -p ${MPDDIR}
+ chown -R ${MPDUSER}:${MPDGROUP} ${MPDDIR}
+fi
diff -urN /usr/ports/audio/musicpd/files/pkg-message.in musicpd/files/pkg-message.in
--- /usr/ports/audio/musicpd/files/pkg-message.in 2008-12-06 02:41:46.000000000 +0530
+++ musicpd/files/pkg-message.in 2009-08-21 20:53:38.000000000 +0530
@@ -17,6 +17,9 @@
or reboot.
+The example configuration of MPD server requires music files to
+be stored at %%MPDDIR%%/music .
+
NOTE: The musicpd server is pretty useless without a client.
You might want to install one of the following ports too:
mpc, ncmpc, glurp, gmpc, kmp, or phpmp.
--=-=-=--
------------------------------
Message: 5
Date: Mon, 23 Nov 2009 03:50:03 GMT
From: Pudhvi Krishna Surapaneni <prudhvi-k...@surapaneni.in>
Subject: Re: ports/140611: [patch] ftp/axel: update to 2.4
To: freebsd-p...@FreeBSD.org
Message-ID: <200911230350....@freefall.freebsd.org>
The following reply was made to PR ports/140611; it has been noted by GNATS.
From: Pudhvi Krishna Surapaneni <prudhvi-k...@surapaneni.in>
To: bug-fo...@freebsd.org
Cc:
Subject: Re: ports/140611: [patch] ftp/axel: update to 2.4
Date: Sun, 22 Nov 2009 21:16:38 -0600
--000e0cd2414ef135800479014049
Content-Type: text/plain; charset=ISO-8859-1
Hi Edvin,
I approve this Patch. thank you.
--000e0cd2414ef135800479014049
Content-Type: text/html; charset=ISO-8859-1
Hi Edvin,<br><br>I approve this Patch. thank you.<br><br>
--000e0cd2414ef135800479014049--
------------------------------
Message: 6
Date: Mon, 23 Nov 2009 01:26:17 -0500 (EST)
From: Benjamin Kaduk <ka...@MIT.EDU>
Subject: Re: ports/140767: [new port] sysutils/libss
To: mi...@freebsd.org
Cc: freebsd-p...@freebsd.org
Message-ID: <alpine.GSO.1.10.0...@multics.mit.edu>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
On Sun, 22 Nov 2009, mi...@freebsd.org wrote:
> Synopsis: [new port] sysutils/libss
>
> State-Changed-From-To: open->feedback
> State-Changed-By: miwi
> State-Changed-When: Sun Nov 22 12:35:48 UTC 2009
> State-Changed-Why:
> would it not better to create a salve port direct from
> sysutils/e2fsprogs ?
It probably would. I guess I got distracted by reading
the porter's handbook and didn't think about such things.
I'll take a look and see how feasible it is (my first
attempt has failed, but I haven't run into any walls, yet).
-Ben Kaduk
------------------------------
Message: 7
Date: Mon, 23 Nov 2009 07:27:19 GMT
From: Shane Bell <dec...@gmail.com>
Subject: ports/140801: [update] net-p2p/ktorrent - update to 3.3
To: freebsd-gn...@FreeBSD.org
Message-ID: <200911230727....@www.freebsd.org>
>Number: 140801
>Category: ports
>Synopsis: [update] net-p2p/ktorrent - update to 3.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 23 07:30:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Shane Bell
>Release:
>Organization:
>Environment:
>Description:
update to 3.3
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN /usr/ports/net-p2p/ktorrent/Makefile ktorrent/Makefile
--- /usr/ports/net-p2p/ktorrent/Makefile 2009-10-29 23:50:23.000000000 +1300
+++ ktorrent/Makefile 2009-11-16 20:42:35.000000000 +1300
@@ -6,7 +6,7 @@
#
PORTNAME= ktorrent
-PORTVERSION= 3.2.5
+PORTVERSION= 3.3
CATEGORIES= net-p2p kde
MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/
diff -ruN /usr/ports/net-p2p/ktorrent/distinfo ktorrent/distinfo
--- /usr/ports/net-p2p/ktorrent/distinfo 2009-10-29 23:50:23.000000000 +1300
+++ ktorrent/distinfo 2009-11-16 21:01:37.000000000 +1300
@@ -1,3 +1,3 @@
-MD5 (ktorrent-3.2.5.tar.bz2) = 0b0c3ebd2e0125ef65dbf67a584d1295
-SHA256 (ktorrent-3.2.5.tar.bz2) = 9a8094d2b790b6ddb545edf34618ee10f562d02bf3bdbc8f0b1bd7336d6a1991
-SIZE (ktorrent-3.2.5.tar.bz2) = 2679351
+MD5 (ktorrent-3.3.tar.bz2) = 1248fae4696b6cacf3954c2cb5daedf3
+SHA256 (ktorrent-3.3.tar.bz2) = dab849622d1d6c69edade774886589e37f6feb1f845e8f70fe66b91721036687
+SIZE (ktorrent-3.3.tar.bz2) = 2745995
diff -ruN /usr/ports/net-p2p/ktorrent/pkg-plist ktorrent/pkg-plist
--- /usr/ports/net-p2p/ktorrent/pkg-plist 2009-10-29 23:50:23.000000000 +1300
+++ ktorrent/pkg-plist 2009-11-16 22:30:22.000000000 +1300
@@ -7,6 +7,7 @@
include/libbtcore/btcore_export.h
include/libbtcore/btversion.h
include/libbtcore/datachecker/datachecker.h
+include/libbtcore/datachecker/datacheckerjob.h
include/libbtcore/datachecker/datacheckerlistener.h
include/libbtcore/datachecker/datacheckerthread.h
include/libbtcore/datachecker/multidatachecker.h
@@ -36,12 +37,12 @@
include/libbtcore/diskio/movedatafilesjob.h
include/libbtcore/diskio/multifilecache.h
include/libbtcore/diskio/piecedata.h
+include/libbtcore/diskio/preallocationjob.h
include/libbtcore/diskio/preallocationthread.h
include/libbtcore/diskio/singlefilecache.h
include/libbtcore/download/chunkdownload.h
include/libbtcore/download/chunkselector.h
include/libbtcore/download/downloader.h
-include/libbtcore/download/httpdownloader.h
include/libbtcore/download/packet.h
include/libbtcore/download/piece.h
include/libbtcore/download/request.h
@@ -58,6 +59,7 @@
include/libbtcore/interfaces/queuemanagerinterface.h
include/libbtcore/interfaces/torrentfileinterface.h
include/libbtcore/interfaces/torrentinterface.h
+include/libbtcore/interfaces/trackerinterface.h
include/libbtcore/interfaces/trackerslist.h
include/libbtcore/interfaces/webseedinterface.h
include/libbtcore/migrate/cachemigrate.h
@@ -74,6 +76,7 @@
include/libbtcore/net/downloadthread.h
include/libbtcore/net/networkthread.h
include/libbtcore/net/portlist.h
+include/libbtcore/net/reverseresolver.h
include/libbtcore/net/socket.h
include/libbtcore/net/socketgroup.h
include/libbtcore/net/socketmonitor.h
@@ -97,6 +100,8 @@
include/libbtcore/torrent/advancedchokealgorithm.h
include/libbtcore/torrent/choker.h
include/libbtcore/torrent/globals.h
+include/libbtcore/torrent/job.h
+include/libbtcore/torrent/jobqueue.h
include/libbtcore/torrent/peersourcemanager.h
include/libbtcore/torrent/server.h
include/libbtcore/torrent/statsfile.h
@@ -105,16 +110,21 @@
include/libbtcore/torrent/torrentcontrol.h
include/libbtcore/torrent/torrentcreator.h
include/libbtcore/torrent/torrentfile.h
+include/libbtcore/torrent/torrentstats.h
include/libbtcore/torrent/uploader.h
include/libbtcore/tracker/httptracker.h
include/libbtcore/tracker/tracker.h
+include/libbtcore/tracker/trackermanager.h
include/libbtcore/tracker/udptracker.h
include/libbtcore/tracker/udptrackersocket.h
include/libbtcore/util/array.h
include/libbtcore/util/autorotatelogjob.h
include/libbtcore/util/bitset.h
+include/libbtcore/util/compressfilejob.h
include/libbtcore/util/constants.h
+include/libbtcore/util/decompressfilejob.h
include/libbtcore/util/error.h
+include/libbtcore/util/extractfilejob.h
include/libbtcore/util/file.h
include/libbtcore/util/fileops.h
include/libbtcore/util/functions.h
@@ -136,6 +146,7 @@
lib/kde4/ktscanfolderplugin.so
lib/kde4/ktscriptingplugin.so
lib/kde4/ktsearchplugin.so
+lib/kde4/ktshutdownplugin.so
lib/kde4/ktstatsplugin.so
%%SYNDICATION%%lib/kde4/ktsyndicationplugin.so
lib/kde4/ktupnpplugin.so
@@ -144,18 +155,17 @@
%%PLASMA%%lib/kde4/plasma_applet_ktorrent.so
lib/kde4/plasma_engine_ktorrent.so
lib/libbtcore.so
-lib/libbtcore.so.11
-lib/libbtcore.so.11.3.0
+lib/libbtcore.so.12
+lib/libbtcore.so.12.0.0
lib/libktcore.so
-lib/libktcore.so.9
-lib/libktcore.so.9.3.0
+lib/libktcore.so.10
+lib/libktcore.so.10.0.0
lib/libktupnp.so
lib/libktupnp.so.4
lib/libktupnp.so.4.0.0
share/applications/kde4/ktorrent.desktop
share/apps/cmake/modules/FindBTCore.cmake
share/apps/ktorrent/FLAGS_LICENCE
-share/apps/ktorrent/GeoIP-LICENSE.txt
share/apps/ktorrent/ad.png
share/apps/ktorrent/ae.png
share/apps/ktorrent/af.png
@@ -234,7 +244,6 @@
share/apps/ktorrent/gb.png
share/apps/ktorrent/gd.png
share/apps/ktorrent/ge.png
-share/apps/ktorrent/geoip.dat
share/apps/ktorrent/gf.png
share/apps/ktorrent/gh.png
share/apps/ktorrent/gi.png
@@ -280,6 +289,7 @@
share/apps/ktorrent/ktorrent.notifyrc
share/apps/ktorrent/ktorrentui.rc
share/apps/ktorrent/ktsearchpluginui.rc
+share/apps/ktorrent/ktshutdownpluginui.rc
%%SYNDICATION%%share/apps/ktorrent/ktsyndicationpluginui.rc
share/apps/ktorrent/kw.png
share/apps/ktorrent/ky.png
@@ -333,6 +343,7 @@
share/apps/ktorrent/opensearch/bittorrent/opensearch.xml
share/apps/ktorrent/opensearch/btjunkie/opensearch.xml
share/apps/ktorrent/opensearch/ktorrents/opensearch.xml
+share/apps/ktorrent/opensearch/legittorrents/opensearch.xml
share/apps/ktorrent/opensearch/mininova/opensearch.xml
share/apps/ktorrent/opensearch/thepiratebay/opensearch.xml
share/apps/ktorrent/pa.png
@@ -357,6 +368,9 @@
share/apps/ktorrent/sa.png
share/apps/ktorrent/sb.png
share/apps/ktorrent/sc.png
+share/apps/ktorrent/scripts/auto_remove/auto_remove.desktop
+share/apps/ktorrent/scripts/auto_remove/auto_remove.py
+share/apps/ktorrent/scripts/auto_remove/auto_remove.ui
share/apps/ktorrent/scripts/auto_resume/auto_resume.desktop
share/apps/ktorrent/scripts/auto_resume/auto_resume.py
share/apps/ktorrent/scripts/auto_resume/auto_resume.ui
@@ -367,6 +381,20 @@
share/apps/ktorrent/scripts/tracker_groups/tracker_groups.py
share/apps/ktorrent/sd.png
share/apps/ktorrent/se.png
+share/apps/ktorrent/search/home/body-background.jpg
+share/apps/ktorrent/search/home/box-bottom-left.png
+share/apps/ktorrent/search/home/box-bottom-middle.png
+share/apps/ktorrent/search/home/box-bottom-right.png
+share/apps/ktorrent/search/home/box-center.png
+share/apps/ktorrent/search/home/box-middle-left.png
+share/apps/ktorrent/search/home/box-middle-right.png
+share/apps/ktorrent/search/home/box-top-left.png
+share/apps/ktorrent/search/home/box-top-middle.png
+share/apps/ktorrent/search/home/box-top-right.png
+share/apps/ktorrent/search/home/home.css
+share/apps/ktorrent/search/home/home.html
+share/apps/ktorrent/search/home/ktorrent-icon.png
+share/apps/ktorrent/search/home/ktorrent_infopage.css
share/apps/ktorrent/sg.png
share/apps/ktorrent/sh.png
share/apps/ktorrent/si.png
@@ -550,8 +578,9 @@
share/kde4/services/ktscanfolderplugin.desktop
share/kde4/services/ktscriptingplugin.desktop
share/kde4/services/ktsearchplugin.desktop
-share/kde4/services/ktstatsplugin.desktop
+share/kde4/services/ktshutdownplugin.desktop
%%SYNDICATION%%share/kde4/services/ktsyndicationplugin.desktop
+share/kde4/services/ktstatsplugin.desktop
share/kde4/services/ktupnpplugin.desktop
share/kde4/services/ktwebinterfaceplugin.desktop
share/kde4/services/ktzeroconfplugin.desktop
@@ -617,12 +646,16 @@
@dirrm share/apps/ktorrent/www/common
@dirrm share/apps/ktorrent/www/coldmilk
@dirrm share/apps/ktorrent/www
+@dirrm share/apps/ktorrent/search/home
+@dirrm share/apps/ktorrent/search
@dirrm share/apps/ktorrent/scripts/tracker_groups
@dirrm share/apps/ktorrent/scripts/email_notifications
@dirrm share/apps/ktorrent/scripts/auto_resume
+@dirrm share/apps/ktorrent/scripts/auto_remove
@dirrm share/apps/ktorrent/scripts
@dirrm share/apps/ktorrent/opensearch/thepiratebay
@dirrm share/apps/ktorrent/opensearch/mininova
+@dirrm share/apps/ktorrent/opensearch/legittorrents
@dirrm share/apps/ktorrent/opensearch/ktorrents
@dirrm share/apps/ktorrent/opensearch/btjunkie
@dirrm share/apps/ktorrent/opensearch/bittorrent
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 8
Date: Mon, 23 Nov 2009 07:30:23 GMT
From: ed...@FreeBSD.org
Subject: Re: ports/140801: [update] net-p2p/ktorrent - update to 3.3
To: ed...@FreeBSD.org, freebsd-p...@FreeBSD.org,
ma...@FreeBSD.org
Message-ID: <200911230730....@freefall.freebsd.org>
Synopsis: [update] net-p2p/ktorrent - update to 3.3
Responsible-Changed-From-To: freebsd-ports-bugs->makc
Responsible-Changed-By: edwin
Responsible-Changed-When: Mon Nov 23 07:30:23 UTC 2009
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=140801
------------------------------
Message: 9
Date: Mon, 23 Nov 2009 07:32:21 GMT
From: lin...@FreeBSD.org
Subject: Re: ports/140611: [patch] ftp/axel: update to 2.4
To: prudhvi-k...@surapaneni.in, cristia...@hotmail.com,
lin...@FreeBSD.org, freebsd-p...@FreeBSD.org
Message-ID: <200911230732....@freefall.freebsd.org>
Synopsis: [patch] ftp/axel: update to 2.4
State-Changed-From-To: feedback->open
State-Changed-By: linimon
State-Changed-When: Mon Nov 23 07:32:14 UTC 2009
State-Changed-Why:
Maintainer approved.
http://www.freebsd.org/cgi/query-pr.cgi?pr=140611
------------------------------
Message: 10
Date: Mon, 23 Nov 2009 07:37:47 GMT
From: lin...@FreeBSD.org
Subject: Re: ports/140780: Re: ports/114813: [new port]
finance/qtstalker-devel
To: bdhe...@gmail.com, lin...@FreeBSD.org, gnats...@FreeBSD.org,
freebsd-p...@FreeBSD.org
Message-ID: <200911230737....@freefall.freebsd.org>
Old Synopsis: Re: FW: ports/114813: [new port] finance/qtstalker-devel
New Synopsis: Re: ports/114813: [new port] finance/qtstalker-devel
State-Changed-From-To: open->closed
State-Changed-By: linimon
State-Changed-When: Mon Nov 23 07:36:37 UTC 2009
State-Changed-Why:
Misfiled followup to ports/114813, already included there.
Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Nov 23 07:36:37 UTC 2009
Responsible-Changed-Why:
http://www.freebsd.org/cgi/query-pr.cgi?pr=140780
------------------------------
Message: 11
Date: Mon, 23 Nov 2009 07:39:03 GMT
From: lin...@FreeBSD.org
Subject: Re: ports/140799: Re: ports/140791: [PATCH] textproc/libtre:
Fix build on systems where GCC stack protection was enabled for
userland
To: bf1...@googlemail.com, lin...@FreeBSD.org,
gnats...@FreeBSD.org, freebsd-p...@FreeBSD.org
Message-ID: <200911230739....@freefall.freebsd.org>
Old Synopsis: Fwd: ports/140791: [PATCH] textproc/libtre: Fix build on systems
New Synopsis: Re: ports/140791: [PATCH] textproc/libtre: Fix build on systems where GCC stack protection was enabled for userland
State-Changed-From-To: open->closed
State-Changed-By: linimon
State-Changed-When: Mon Nov 23 07:38:00 UTC 2009
State-Changed-Why:
Misfiled followup to ports/140791; content migrated.
Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Nov 23 07:38:00 UTC 2009
Responsible-Changed-Why:
http://www.freebsd.org/cgi/query-pr.cgi?pr=140799
------------------------------
Message: 12
Date: Mon, 23 Nov 2009 07:42:33 GMT
From: lin...@FreeBSD.org
Subject: Re: ports/140784: Re: ports/140783: print/pdftk: after gcj42
removal (does not build
To: ger...@pfeifer.com, lin...@FreeBSD.org, gnats...@FreeBSD.org,
freebsd-p...@FreeBSD.org
Message-ID: <200911230742....@freefall.freebsd.org>
Old Synopsis: Re: [BROKEN:ports] print/pdftk: after gcj42 removal (does not build
New Synopsis: Re: ports/140783: print/pdftk: after gcj42 removal (does not build
State-Changed-From-To: open->closed
State-Changed-By: linimon
State-Changed-When: Mon Nov 23 07:41:40 UTC 2009
State-Changed-Why:
Misfiled followup to ports/140783; content migrated.
Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Nov 23 07:41:40 UTC 2009
Responsible-Changed-Why:
http://www.freebsd.org/cgi/query-pr.cgi?pr=140784
------------------------------
Message: 13
Date: Mon, 23 Nov 2009 07:51:52 GMT
From: lin...@FreeBSD.org
Subject: Re: ports/140800: Re: graphics/mesa-demos: Broken build due
to missing symbols
To: araujo...@gmail.com, lin...@FreeBSD.org,
gnats...@FreeBSD.org, freebsd-p...@FreeBSD.org
Message-ID: <200911230751....@freefall.freebsd.org>
Synopsis: Re: graphics/mesa-demos: Broken build due to missing symbols
State-Changed-From-To: open->closed
State-Changed-By: linimon
State-Changed-When: Mon Nov 23 07:51:20 UTC 2009
State-Changed-Why:
Misfiled followup to ports/140792; content migrated.
Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Nov 23 07:51:20 UTC 2009
Responsible-Changed-Why:
http://www.freebsd.org/cgi/query-pr.cgi?pr=140800
------------------------------
Message: 14
Date: Mon, 23 Nov 2009 09:10:01 GMT
From: Matthew Seaman <m.se...@infracaninophile.co.uk>
Subject: ports/140802: databases/mysql-connector-java update to 5.1.10
To: FreeBSD-gn...@FreeBSD.org
Message-ID:
<200911230910....@happy-idiot-talk.infracaninophile.co.uk>
>Number: 140802
>Category: ports
>Synopsis: databases/mysql-connector-java update to 5.1.10
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 23 09:20:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Matthew Seaman
>Release: FreeBSD 7.2-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 7.2-STABLE FreeBSD 7.2-STABLE #10: Sun Nov 8 12:31:13 GMT 2009 ro...@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386
>Description:
Routine bug-fix update to version 5.1.10
Change Logs are here:
http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-10.html
http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-9.html
>How-To-Repeat:
>Fix:
--- mysql-connector-java.diff begins here ---
diff -Nur /usr/ports/databases/mysql-connector-java/Makefile mysql-connector-java/Makefile
--- /usr/ports/databases/mysql-connector-java/Makefile 2009-07-16 15:49:31.000000000 +0100
+++ mysql-connector-java/Makefile 2009-11-23 08:58:31.000000000 +0000
@@ -6,7 +6,7 @@
#
PORTNAME= mysql-connector-java
-PORTVERSION= 5.1.8
+PORTVERSION= 5.1.10
CATEGORIES= databases java
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= Connector-J
diff -Nur /usr/ports/databases/mysql-connector-java/distinfo mysql-connector-java/distinfo
--- /usr/ports/databases/mysql-connector-java/distinfo 2009-07-16 15:49:31.000000000 +0100
+++ mysql-connector-java/distinfo 2009-11-23 08:59:02.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (mysql-connector-java-5.1.8.tar.gz) = 8f8cc7dc42f253c88cf1d99b037c0c99
-SHA256 (mysql-connector-java-5.1.8.tar.gz) = 9ed0063cc311ad741457cc266ea917319a4c23be77b07ea323b97fe3035ff1ab
-SIZE (mysql-connector-java-5.1.8.tar.gz) = 3654397
+MD5 (mysql-connector-java-5.1.10.tar.gz) = f9da616de868ddd1acf1428334f3313d
+SHA256 (mysql-connector-java-5.1.10.tar.gz) = d156857f85737d7cca5d8ab9ba77e2809756c94b2e9a40bc333e08a00da8e1e8
+SIZE (mysql-connector-java-5.1.10.tar.gz) = 3666173
--- mysql-connector-java.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 15
Date: Mon, 23 Nov 2009 10:35:00 +0100
From: "Arjan van Leeuwen" <freebsd-m...@opera.com>
Subject: ports/140803: Update www/opera and www/opera-linuxplugins to
Opera 10.10
To: "FreeBSD gnats submit" <FreeBSD-gn...@FreeBSD.org>
Cc: ite...@FreeBSD.org
Message-ID: <12589689...@arjanl.oslo.osa>
>Number: 140803
>Category: ports
>Synopsis: Update www/opera and www/opera-linuxplugins to Opera 10.10
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 23 09:40:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Arjan van Leeuwen
>Release: FreeBSD 7.2-RELEASE amd64
>Organization:
Opera Software ASA
>Environment:
System: FreeBSD 7.2-RELEASE #5: Tue May 19 16:47:05 CEST 2009
ro...@arjanl.oslo.osa:/usr/obj/usr/src/sys/GENERIC
>Description:
This patch updates www/opera and www/opera-linuxplugins to version 10.10.
It also includes VuXML diffs for reported security issues.
Changelog: http://www.opera.com/docs/changelogs/unix/1010/
>How-To-Repeat:
>Fix:
--- opera.diff begins here ---
diff -urN /usr/ports/www/opera/Makefile opera/Makefile
--- /usr/ports/www/opera/Makefile 2009-10-31 16:44:20.000000000 +0100
+++ opera/Makefile 2009-11-23 10:22:31.834873478 +0100
@@ -28,11 +28,11 @@
MAINTAINER= freebsd-m...@opera.com
COMMENT= Blazingly fast, full-featured, standards-compliant browser, devel version
-OPERA_VER= 10.01
+OPERA_VER= 10.10
OPERA_MINVER=
OPERA_REL= final
-OPERA_DATE= 20091019
-OPERA_BUILD= 4682
+OPERA_DATE= 20091120
+OPERA_BUILD= 4742
OPERA_LIB= shared
MASTER_SITES_VER_PATH= unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/en/${OPERA_ARCH}/${OPERA_LIB}/
WRKSRC= ${WRKDIR}/${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.freebsd${OPERA_TYPE}-shared-qt3.${ARCH}
@@ -69,3 +69,4 @@
@${RM} ${DATADIR}/defaults/pluginpath.ini.bak
.include <bsd.port.post.mk>
+
diff -urN /usr/ports/www/opera/distinfo opera/distinfo
--- /usr/ports/www/opera/distinfo 2009-10-31 16:44:20.000000000 +0100
+++ opera/distinfo 2009-11-23 10:21:04.387134582 +0100
@@ -1,12 +1,15 @@
-MD5 (opera-10.01-freebsd6-shared-qt3.i386.tar.bz2) = 86d2e7e5892273150701e0ad21719a13
-SHA256 (opera-10.01-freebsd6-shared-qt3.i386.tar.bz2) = 92f50644807d7a66f400024012aac0f9d590032b1a2cecafb928476aed091d90
-SIZE (opera-10.01-freebsd6-shared-qt3.i386.tar.bz2) = 8495471
-MD5 (opera-10.01-freebsd6-shared-qt3.amd64.tar.bz2) = 900ff7b4b7748fbb112311ff93402df4
-SHA256 (opera-10.01-freebsd6-shared-qt3.amd64.tar.bz2) = 32889ca167f5d167ad2705887a43718def717ee9716e44c52990abd7aee7b2e1
-SIZE (opera-10.01-freebsd6-shared-qt3.amd64.tar.bz2) = 9253850
-MD5 (opera-10.01-freebsd7-shared-qt3.i386.tar.bz2) = 790281f5cb908e53778d2de349fee950
-SHA256 (opera-10.01-freebsd7-shared-qt3.i386.tar.bz2) = f9ec12d6d4269bfb6510055f33fef6b3f4e255788ddc9078f46bac38d90b4f33
-SIZE (opera-10.01-freebsd7-shared-qt3.i386.tar.bz2) = 8494823
-MD5 (opera-10.01-freebsd7-shared-qt3.amd64.tar.bz2) = ce544a606bacb5591ca751dd51910e0a
-SHA256 (opera-10.01-freebsd7-shared-qt3.amd64.tar.bz2) = 3b0ad8eefb127464e10476db675efa93d925720eafef3b910c3d190d83fdf1f3
-SIZE (opera-10.01-freebsd7-shared-qt3.amd64.tar.bz2) = 9251850
+MD5 (opera-10.10-freebsd7-shared-qt3.i386.tar.bz2) = a48c2a6360a247f2fccfa1a71f27031e
+SHA256 (opera-10.10-freebsd7-shared-qt3.i386.tar.bz2) = be8d7cbf7e542ac8720213f69ffddd94d524db03273fd4ed43078bffddbec2a7
+SIZE (opera-10.10-freebsd7-shared-qt3.i386.tar.bz2) = 11611506
+MD5 (opera-10.10-freebsd6-shared-qt3.i386.tar.bz2) = f47609c6e683b82e06840467e66ec12f
+SHA256 (opera-10.10-freebsd6-shared-qt3.i386.tar.bz2) = c172293dfa97c1018e14640f32b78ed6b5166d0d3288a565664f0d23db2ddbb4
+SIZE (opera-10.10-freebsd6-shared-qt3.i386.tar.bz2) = 11613063
+MD5 (opera-10.10-freebsd6-shared-qt3.amd64.tar.bz2) = c0dbbe1f4689291ebe5e99fbb27338c0
+SHA256 (opera-10.10-freebsd6-shared-qt3.amd64.tar.bz2) = 0f495d067c0d6b98d23f760f68a5b214ba7b77752c5fa5510905863c87c3553c
+SIZE (opera-10.10-freebsd6-shared-qt3.amd64.tar.bz2) = 12390276
+MD5 (opera-10.10-freebsd7-shared-qt3.i386.tar.bz2) = a48c2a6360a247f2fccfa1a71f27031e
+SHA256 (opera-10.10-freebsd7-shared-qt3.i386.tar.bz2) = be8d7cbf7e542ac8720213f69ffddd94d524db03273fd4ed43078bffddbec2a7
+SIZE (opera-10.10-freebsd7-shared-qt3.i386.tar.bz2) = 11611506
+MD5 (opera-10.10-freebsd7-shared-qt3.amd64.tar.bz2) = 529a5b7375ee807065174420e8093c71
+SHA256 (opera-10.10-freebsd7-shared-qt3.amd64.tar.bz2) = 436e5b2b8038dd166c2aedd03eee25b7aadba4262ff1c2d1c64fe8f53bbb826d
+SIZE (opera-10.10-freebsd7-shared-qt3.amd64.tar.bz2) = 12390632
diff -urN /usr/ports/www/opera/pkg-plist opera/pkg-plist
--- /usr/ports/www/opera/pkg-plist 2009-10-31 16:44:20.000000000 +0100
+++ opera/pkg-plist 2009-11-23 10:25:36.363963760 +0100
@@ -37,7 +37,6 @@
%%DATADIR%%/locale/be/standard_speeddial.ini
%%DATADIR%%/locale/bg/bg.lng
%%DATADIR%%/locale/cs/cs.lng
-%%DATADIR%%/locale/da/bookmarks.adr
%%DATADIR%%/locale/da/da.lng
%%DATADIR%%/locale/de/bookmarks.adr
%%DATADIR%%/locale/de/de.lng
@@ -128,7 +127,6 @@
%%DATADIR%%/scripts/common.js
%%DATADIR%%/scripts/substance.js
%%DATADIR%%/skin/standard_skin.zip
-%%DATADIR%%/styles/Inconsolata.otf
%%DATADIR%%/styles/about.css
%%DATADIR%%/styles/cache.css
%%DATADIR%%/styles/certinfo.css
@@ -153,7 +151,6 @@
%%DATADIR%%/styles/images/folder.png
%%DATADIR%%/styles/images/header-expanded.png
%%DATADIR%%/styles/images/header.png
-%%DATADIR%%/styles/images/info-header.png
%%DATADIR%%/styles/images/opera.png
%%DATADIR%%/styles/images/page-bot.png
%%DATADIR%%/styles/images/red_center.png
@@ -200,12 +197,18 @@
%%DATADIR%%/ui/standard_menu.ini
%%DATADIR%%/ui/standard_mouse.ini
%%DATADIR%%/ui/standard_toolbar.ini
-%%DATADIR%%/ui/standard_trusted_repositories.ini
%%DATADIR%%/ui/unix_keyboard.ini
-%%DOCSDIR%%/LGPL
+%%DATADIR%%/unite/fridge.ua
+%%DATADIR%%/unite/mediaPlayer.ua
+%%DATADIR%%/unite/photoSharing.ua
+%%DATADIR%%/unite/messenger.ua
+%%DATADIR%%/unite/fileSharing.ua
+%%DATADIR%%/unite/home.ua
+%%DATADIR%%/unite/webserver.ua
%%DOCSDIR%%/LICENSE
bin/opera
@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%/unite
@dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%/styles/user
@dirrm %%DATADIR%%/styles/images
--- opera.diff ends here ---
--- opera-linuxplugins.diff begins here ---
diff -urN /usr/ports/www/opera-linuxplugins/Makefile opera-linuxplugins/Makefile
--- /usr/ports/www/opera-linuxplugins/Makefile 2009-09-04 08:33:13.000000000 +0200
+++ opera-linuxplugins/Makefile 2009-11-23 10:27:04.045031414 +0100
@@ -31,11 +31,11 @@
RUN_DEPENDS= ${PREFIX}/share/opera/bin/operapluginwrapper:${PORTSDIR}/www/opera
-OPERA_VER= 10.00
+OPERA_VER= 10.10
OPERA_MINVER=
OPERA_REL= final
-OPERA_DATE= 20090830
-OPERA_BUILD= 4585
+OPERA_DATE= 20091120
+OPERA_BUILD= 4742
MASTER_SITES_VER_PATH= linux/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/i386/shared/
WRKSRC= ${WRKDIR}/${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.gcc3-shared-qt3.i386
diff -urN /usr/ports/www/opera-linuxplugins/distinfo opera-linuxplugins/distinfo
--- /usr/ports/www/opera-linuxplugins/distinfo 2009-09-04 08:33:13.000000000 +0200
+++ opera-linuxplugins/distinfo 2009-11-23 10:27:36.963298241 +0100
@@ -1,3 +1,3 @@
-MD5 (opera-10.00.gcc3-shared-qt3.i386.tar.bz2) = 44d69eb6e560817c6f43f1088c177410
-SHA256 (opera-10.00.gcc3-shared-qt3.i386.tar.bz2) = 3c8903b70eaa0814be32c53f487f608cc188921a53ce79891d0d54defd856e3b
-SIZE (opera-10.00.gcc3-shared-qt3.i386.tar.bz2) = 8560423
+MD5 (opera-10.10.gcc3-shared-qt3.i386.tar.bz2) = ef51f43ca638ba2fddc187ab541f7735
+SHA256 (opera-10.10.gcc3-shared-qt3.i386.tar.bz2) = e799dd409a66c2e91c9301a12d445dd8ba6a4e4204bf38c2a6d1369e970517df
+SIZE (opera-10.10.gcc3-shared-qt3.i386.tar.bz2) = 11775545
--- opera-linuxplugins.diff ends here ---
--- vuln.xml.diff begins here ---
--- /usr/ports/security/vuxml/vuln.xml 2009-11-14 13:41:44.000000000 +0100
+++ vuxml/vuln.xml 2009-11-23 10:32:18.107779866 +0100
@@ -35,6 +35,40 @@
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="dded29cb-d812-11de-a33c-001999392805">
+ <topic>opera -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>opera</name>
+ <range><lt>10.10.20091120</lt></range>
+ </package>
+ <package>
+ <name>linux-opera</name>
+ <range><lt>10.10</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Opera Team Reports:</p>
+ <blockquote cite="http://www.opera.com/docs/changelogs/unix/1010/">
+ <ul>
+ <li>Fixed a heap buffer overflow in string to number conversion</li>
+ <li>Fixed an issue where error messages could leak onto unrelated sites</li>
+ <li>Fixed a moderately severe issue, as reported by Chris Evans of the Google Security Team; details will be disclosed at a later date.
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>http://www.opera.com/support/kb/view/942/</url>
+ <url>http://www.opera.com/support/kb/view/941/</url>
+ </references>
+ <dates>
+ <discovery>2009-11-23</discovery>
+ <entry>2009-11-23</entry>
+ </dates>
+ </vuln>
+
<vuln vid="0640198a-d117-11de-b667-0030843d3802">
<topic>wordpress -- multiple vulnerabilities</topic>
<affects>
--- vuln.xml.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 16
Date: Mon, 23 Nov 2009 09:40:14 GMT
From: ed...@FreeBSD.org
Subject: Re: ports/140803: Update www/opera and www/opera-linuxplugins
to Opera 10.10
To: ed...@FreeBSD.org, freebsd-p...@FreeBSD.org,
ite...@FreeBSD.org
Message-ID: <200911230940....@freefall.freebsd.org>
Synopsis: Update www/opera and www/opera-linuxplugins to Opera 10.10
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu
Responsible-Changed-By: edwin
Responsible-Changed-When: Mon Nov 23 09:40:14 UTC 2009
Responsible-Changed-Why:
itetcu@ wants this port PRs (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=140803
------------------------------
Message: 17
Date: Mon, 23 Nov 2009 01:51:48 -0800 (PST)
From: Douglas William Thrift <dou...@douglasthrift.net>
Subject: ports/140805: Update port: www/mod_wsgi Upgrade to 2.6
To: FreeBSD-gn...@FreeBSD.org
Message-ID: <200911230951....@slowhand.douglasthrift.net>
>Number: 140805
>Category: ports
>Synopsis: Update port: www/mod_wsgi Upgrade to 2.6
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 23 10:00:16 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Douglas William Thrift
>Release: FreeBSD 7.2-RELEASE-p1-jc2 amd64
>Organization:
>Environment:
System: FreeBSD slowhand.douglasthrift.net 7.2-RELEASE-p1-jc2 FreeBSD 7.2-RELEASE-p1-jc2 #0: Thu Jun 18 15:16:49 PDT 2009 us...@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64
>Description:
Upgraded mod_wsgi to version 2.7.
http://code.google.com/p/modwsgi/wiki/ChangesInVersion0207
>How-To-Repeat:
>Fix:
--- mod_wsgi.patch begins here ---
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile
--- /usr/ports/www/mod_wsgi/Makefile 2009-11-21 02:51:19.000000000 -0800
+++ mod_wsgi/Makefile 2009-11-23 00:47:08.000000000 -0800
@@ -6,7 +6,7 @@
#
PORTNAME= mod_wsgi
-PORTVERSION= 2.6
+PORTVERSION= 2.7
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://apt.douglasthrift.net/files/${PORTNAME}/ \
@@ -17,10 +17,13 @@
MAKE_JOBS_SAFE= yes
+LATEST_LINK= mod_wsgi
+CONFLICTS= mod_wsgi-3.*
+
PROJECTHOST= modwsgi
USE_APACHE= 1.3+
-USE_PYTHON= 2.3+
+USE_PYTHON= 2.3-2.6
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/distinfo mod_wsgi/distinfo
--- /usr/ports/www/mod_wsgi/distinfo 2009-10-11 05:19:17.000000000 -0700
+++ mod_wsgi/distinfo 2009-11-21 04:50:56.000000000 -0800
@@ -1,3 +1,3 @@
-MD5 (mod_wsgi-2.6.tar.gz) = c313cd7a662024866ce3376cb5a76cf6
-SHA256 (mod_wsgi-2.6.tar.gz) = 70ca565528bdb29d1f0903e39827288dca5bff7ffccf090957dd4ed02b51e497
-SIZE (mod_wsgi-2.6.tar.gz) = 99955
+MD5 (mod_wsgi-2.7.tar.gz) = 60f3bf145eb804286b5fbf4e730a7ed1
+SHA256 (mod_wsgi-2.7.tar.gz) = 5596b3968d4c90d667309f08f966e6f05b1bfae36b082783009af580aa5fa44b
+SIZE (mod_wsgi-2.7.tar.gz) = 99956
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/files/patch-configure mod_wsgi/files/patch-configure
--- /usr/ports/www/mod_wsgi/files/patch-configure 1969-12-31 16:00:00.000000000 -0800
+++ mod_wsgi/files/patch-configure 2009-11-23 00:40:04.000000000 -0800
@@ -0,0 +1,28 @@
+Index: configure
+===================================================================
+--- configure (revision 1487)
++++ configure (working copy)
+@@ -1851,16 +1851,22 @@
+ fi
+
+ CFLAGS1=""
++for arg in ${CFLAGS}
++do
++ CFLAGS1="${CFLAGS1} -Wc,$arg"
++done
++
++CFLAGS2=""
+ if test -x /usr/bin/lipo; then
+ LDFLAGS3=""
+ ARCHITECTURES=`/usr/bin/lipo -info $HTTPD | sed -e 's/.*://'`
+ for ARCH in $ARCHITECTURES; do
+- CFLAGS1="${CFLAGS1} -Wc,'-arch ${ARCH}'"
++ CFLAGS2="${CFLAGS2} -Wc,'-arch ${ARCH}'"
+ LDFLAGS3="${LDFLAGS3} -arch ${ARCH}"
+ done
+ fi
+
+-CFLAGS="${CFLAGS} ${CFLAGS1}"
++CFLAGS="${CFLAGS1} ${CFLAGS2}"
+ LDFLAGS="${LDFLAGS} ${LDFLAGS1} ${LDFLAGS2} ${LDFLAGS3}"
+ LDLIBS="${LDLIBS} ${LDLIBS1} ${LDLIBS2} ${LDLIBS3}"
--- mod_wsgi.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 18
Date: Mon, 23 Nov 2009 10:34:48 GMT
From: mi...@FreeBSD.org
Subject: Re: ports/140805: Update port: www/mod_wsgi Upgrade to 2.6
To: dou...@douglasthrift.net, mi...@FreeBSD.org,
freebsd-p...@FreeBSD.org
Message-ID: <200911231034....@freefall.freebsd.org>
Synopsis: Update port: www/mod_wsgi Upgrade to 2.6
State-Changed-From-To: open->closed
State-Changed-By: miwi
State-Changed-When: Mon Nov 23 10:34:48 UTC 2009
State-Changed-Why:
Committed. Thanks!
http://www.freebsd.org/cgi/query-pr.cgi?pr=140805
------------------------------
Message: 19
Date: Mon, 23 Nov 2009 10:33:16 GMT
From: Pavel Plesov <pavel....@gmail.com>
Subject: ports/140807: [patch] x11/hs-x11-ghc - explicit off for
xinerama support
To: freebsd-gn...@FreeBSD.org
Message-ID: <200911231033....@www.freebsd.org>
>Number: 140807
>Category: ports
>Synopsis: [patch] x11/hs-x11-ghc - explicit off for xinerama support
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 23 10:40:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Pavel Plesov
>Release: 8.0-RC1
>Organization:
>Environment:
FreeBSD 8.0-RC1 #0: Mon Nov 9 15:25:35 MSK 2009 amd64
>Description:
Allow to force off xinerama support in x11/hs-x11-ghc. Otherwise it will be enabled if xinerama headers present in the system - even if option is OFF.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
--- Makefile-orig 2009-11-23 13:07:12.377568646 +0300
+++ Makefile 2009-11-23 13:10:29.902611913 +0300
@@ -40,6 +40,9 @@
.if defined(WITH_XINERAMA)
USE_XORG+= xinerama
+CONFIGURE_ARGS+= --configure-option=--with-xinerama
+.else
+CONFIGURE_ARGS+= --configure-option=--without-xinerama
.endif
.if defined(NOPORTDOCS)
@@ -70,7 +73,8 @@
do-configure:
cd ${WRKSRC} && ${GHC_CMD} --make Setup.hs -o setup -package Cabal \
- && ${SETUP_CMD} configure --haddock-options=-w --prefix=${PREFIX}
+ && ${SETUP_CMD} configure --haddock-options=-w --prefix=${PREFIX} \
+ ${CONFIGURE_ARGS}
do-build:
cd ${WRKSRC} && ${SETUP_CMD} build \
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 20
Date: Mon, 23 Nov 2009 10:40:09 GMT
From: dfi...@FreeBSD.ORG (dfilter service)
Subject: Re: ports/140805: commit references a PR
To: freebsd-p...@FreeBSD.org
Message-ID: <200911231040....@freefall.freebsd.org>
The following reply was made to PR ports/140805; it has been noted by GNATS.
From: dfi...@FreeBSD.ORG (dfilter service)
To: bug-fo...@FreeBSD.org
Cc:
Subject: Re: ports/140805: commit references a PR
Date: Mon, 23 Nov 2009 10:34:50 +0000 (UTC)
miwi 2009-11-23 10:34:40 UTC
FreeBSD ports repository
Modified files:
www/mod_wsgi Makefile distinfo
Added files:
www/mod_wsgi/files patch-configure
Log:
- Update to 2.7
PR: 140805
Submitted by: Douglas William Thrift <dou...@douglasthrift.net> (maintainer)
Revision Changes Path
1.9 +5 -2 ports/www/mod_wsgi/Makefile
1.7 +3 -3 ports/www/mod_wsgi/distinfo
1.1 +28 -0 ports/www/mod_wsgi/files/patch-configure (new)
_______________________________________________
cvs...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-u...@freebsd.org"
------------------------------
Message: 21
Date: Mon, 23 Nov 2009 10:40:18 GMT
From: ed...@FreeBSD.org
Subject: Re: ports/140807: [patch] x11/hs-x11-ghc - explicit off for
xinerama support
To: ed...@FreeBSD.org, freebsd-p...@FreeBSD.org,
has...@FreeBSD.org
Message-ID: <200911231040....@freefall.freebsd.org>
Synopsis: [patch] x11/hs-x11-ghc - explicit off for xinerama support
Responsible-Changed-From-To: freebsd-ports-bugs->haskell
Responsible-Changed-By: edwin
Responsible-Changed-When: Mon Nov 23 10:40:17 UTC 2009
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=140807
------------------------------
Message: 22
Date: Mon, 23 Nov 2009 06:35:43 -0500 (EST)
From: Naram Qashat <cybe...@cyberbotx.com>
Subject: ports/140808: [MAINTAINER] sysutils/di: update to 4.17
To: FreeBSD-gn...@FreeBSD.org
Message-ID: <200911231135....@kirby.cyberbotx.com>
>Number: 140808
>Category: ports
>Synopsis: [MAINTAINER] sysutils/di: update to 4.17
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 23 11:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Naram Qashat
>Release: FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Sun Nov 15 18:45:09 EST 2009
>Description:
- Update to 4.17
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- di-4.17.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/di/Makefile /kirby/shared/ports/di/Makefile
--- /usr/ports/sysutils/di/Makefile 2009-09-21 12:56:09.000000000 -0400
+++ /kirby/shared/ports/di/Makefile 2009-11-23 06:28:33.000000000 -0500
@@ -6,7 +6,7 @@
#
PORTNAME= di
-PORTVERSION= 4.16
+PORTVERSION= 4.17
CATEGORIES= sysutils
MASTER_SITES= http://www.gentoo.com/di/ \
http://fresh.t-systems-sfr.com/unix/src/privat2/
diff -ruN --exclude=CVS /usr/ports/sysutils/di/distinfo /kirby/shared/ports/di/distinfo
--- /usr/ports/sysutils/di/distinfo 2009-09-21 12:56:09.000000000 -0400
+++ /kirby/shared/ports/di/distinfo 2009-11-23 06:29:12.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (di-4.16.tar.gz) = a035972d3f90bc8390b19461156ee4ea
-SHA256 (di-4.16.tar.gz) = da7baf537393c5723209684d7b30bf6e2f383744a2db651eee3a26cdb98d55f3
-SIZE (di-4.16.tar.gz) = 74095
+MD5 (di-4.17.tar.gz) = be55b3a1693b318effa3db8d1c0243c1
+SHA256 (di-4.17.tar.gz) = 46e124670fb2b63cb7500a8b36b7856c15858cb35658263ddad4933935d5e210
+SIZE (di-4.17.tar.gz) = 52754
--- di-4.17.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
End of freebsd-ports-bugs Digest, Vol 301, Issue 1
**************************************************