Sergey Matveychuk
f616d389ec
- Fix typos in a comment: WANT_PERL5 -> WANT_PERL, is -> if
...
PR: ports/123912 (based on)
Submitted by: Philip M. Gollucci <pgollucci_at_p6m7g8.com>
2008-11-29 19:06:55 +00:00
Martin Wilke
eefda272ac
- Fix potential leakage of arbitrary memory contents
...
- Bump PORTREVISION
PR: based on 129239
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: maintainer (timeout, security issue, 2 days), secteam (myself)
Obtained from: samba git
Security: http://www.vuxml.org/freebsd/1583640d-be20-11dd-a578-0030843d3802.html
http://www.samba.org/samba/security/CVE-2008-4314.html
2008-11-29 18:23:52 +00:00
Mario Sergio Fujikawa Ferreira
32b50291c2
o Make sure a java run time is listed as a extract dependency
...
o Bump PORTREVISION
2008-11-29 18:21:16 +00:00
Martin Wilke
cc9e9f62bf
- Update to 2.6.5
...
Security: http://www.vuxml.org/freebsd/622bc638-be27-11dd-a578-0030843d3802.html
2008-11-29 16:28:48 +00:00
Martin Wilke
7296ff0c79
- Fix discovery from previous entry
2008-11-29 16:24:41 +00:00
Martin Wilke
21f546011e
- Document openoffice -- arbitrary code execution vulnerabilities
...
PR: based on 129192
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2008-11-29 16:16:01 +00:00
Martin Wilke
01bc57d259
ups add missing patches
2008-11-29 15:37:38 +00:00
Martin Wilke
63beade619
- Fix hpssd Denial of Service
...
This can be exploited to crash the service by sending specially crafted
requests to the default port 2207/TCP.
PR: 129097
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: maintainer
Security: http://www.vuxml.org/freebsd/37940643-be1b-11dd-a578-0030843d3802.html
2008-11-29 15:36:43 +00:00
Martin Wilke
2614dcf22c
- Mark as FORBIDDEN to many security issues, latest release is from september 2007
...
http://www.vuxml.org/freebsd/622bc638-be27-11dd-a578-0030843d3802.html
http://www.vuxml.org/freebsd/884fced7-7f1c-11dd-a66a-0019666436c2.html
http://www.vuxml.org/freebsd/a467d0f9-8875-11dc-b3ba-0016179b2dd5.html
2008-11-29 15:32:54 +00:00
Martin Wilke
d0a46d18ec
- Document wordpress -- Header RSS Feed Script Insertion Vulnerability
2008-11-29 15:15:33 +00:00
Martin Wilke
1c54bc3bc1
- Document samba -- potential leakage of arbitrary memory contents
...
- Fix my previous entry
2008-11-29 14:31:33 +00:00
Marcelo Araujo
0ccd7e3e13
- Take maintainership.
2008-11-29 14:12:01 +00:00
Dirk Meyer
203b8a3e4d
VolumeControlMenulet is a menulet to control volume using SystemConfig
...
WWW: http://www.etoile-project.org/
2008-11-29 14:07:02 +00:00
Dirk Meyer
71a69e7d0d
ServiceMenulet is a menulet allowing user to use services
...
provided by GNUstep applications.
WWW: http://www.etoile-project.org/
2008-11-29 13:51:21 +00:00
Martin Wilke
8c548377ad
- Document hplip -- hpssd Denial of Service
...
PR: based on 129097
Submitted by: Eygene Ryabinkin
2008-11-29 13:48:43 +00:00
Dirk Meyer
77166a02f4
PowerMenulet is a menulet showing power status.
...
WWW: http://www.etoile-project.org/
2008-11-29 13:25:27 +00:00
Martin Wilke
be1edfb785
- Document cups -- multiple vulnerabilities
2008-11-29 13:04:54 +00:00
Dirk Meyer
da1acef930
Pragmatic Smalltalk Compiler
...
This is an implementation of Smalltalk designed to run
on top of an Objective-C runtime.
WWW: http://www.etoile-project.org/
2008-11-29 12:27:35 +00:00
Dirk Meyer
8b03de786c
Melodie is a music player for Etoile.
...
WWW: http://www.etoile-project.org/
2008-11-29 12:25:46 +00:00
Dirk Meyer
2bbc1b96c4
Corner is a simple 'hot-corners' implementation. It instantiates a
...
CornerDelegate object and sends it messages of the form -enterTopLeft and
-exitTopLeftAfter: for each corner, where the exit message takes the number of
seconds the mouse spent in that corner as an argument.
The delegate simply ignores these messages by default. A category on this
object, however, can be provided. If you store a Smalltalk script in the
"CornerScript" default as a string object then this will be loaded
automatically and compiled. If this contains a category on CornerDelegate then
the Smalltalk implementation will be called instead. A trivial example might
log a message when the corner was entered was called:
$ defaults write Corner CornerScript \
"CornerDelegate extend [ enterTopLeft [ 'Script called' log. ] ]"
WWW: http://www.etoile-project.org/
2008-11-29 12:22:00 +00:00
Dirk Meyer
96850ec1a5
ScriptServices is a gateway between GNUstep system services and Unix scripts.
...
It turns Unix scripts into GNUstep system services.
Scripts should be put under
~/GNUstep/Library/ApplicaitonSupport/ScriptServices/
Whenever new scripts are installed, you need to update services by doing
`openapp ScriptServices --update`
A default script using `bc` comes with ScriptServices.
More scripts are in Examples directory.
WWW: http://www.etoile-project.org/
2008-11-29 12:19:28 +00:00
Mark Linimon
f4c50564be
Reset maintainer by request.
2008-11-29 10:32:48 +00:00
Mario Sergio Fujikawa Ferreira
e5b727d5b2
o Make sure a java run time is listed as a run dependency
...
o Bump PORTREVISION
PR: 122857
Submitted by: jpd@dsb.tudelft.nl
2008-11-29 09:12:45 +00:00
Mario Sergio Fujikawa Ferreira
6e75146cf4
o Fix build on port's cluster: JAVA_VERSION has to be 1.5+ rather
...
than 1.4+
o Remove BROKEN, DEPRECATED and EXPIRATION_DATE
2008-11-29 08:50:57 +00:00
Mario Sergio Fujikawa Ferreira
35c3b9ce44
Update WWW tag
2008-11-29 08:49:45 +00:00
Mario Sergio Fujikawa Ferreira
03691fba84
Drop maintainership.
2008-11-29 08:43:59 +00:00
Mario Sergio Fujikawa Ferreira
b82f03a3cb
Update to version 0.240
2008-11-29 08:42:30 +00:00
Maho Nakata
17b7b4f82e
Update to DEV300_m36.
2008-11-29 03:33:27 +00:00
Mark Linimon
6ec607ed96
Reset remaining ports assigned to infofarmer@ due to maintainer-timeouts
...
and no activity for several months.
Hat: portmgr
2008-11-29 02:03:50 +00:00
Gabor Kovesdan
97e86b69ed
Take maintainership of the following important ports:
...
ports/archivers/zoo
ports/print/dvips
ports/print/latex
ports/print/tex
ports/textproc/ispell
2008-11-29 00:34:50 +00:00
Mark Linimon
a34ad4f459
Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
...
and no commit activity for 3 months.
Hat: portmgr
2008-11-29 00:11:56 +00:00
Mark Linimon
82dde1fc81
Assign to ports@ at maintainer's request.
2008-11-28 23:58:12 +00:00
Mark Linimon
619dd14e52
Mark these as deprecated: rely on deprecated port x11-toolkits/fox10.
...
Discussed with: maintainer
2008-11-28 23:55:07 +00:00
Mark Linimon
86cfa974b4
Mark this as deprecated: several later versions are available.
...
Discussed with: maintainer
2008-11-28 23:51:40 +00:00
Vanilla I. Shu
8ea93abcf4
Upgrade to 0.25, and grab MAINTAINER.
...
Approved by: leeym@
2008-11-28 23:50:44 +00:00
Mark Linimon
3eb0e7c80c
Reset ports@tyfon.net due to maintainer-timeouts and no response to email.
...
Hat: portmgr
2008-11-28 23:39:55 +00:00
Mark Linimon
9a76c59445
Reset andrew+ports@fubar.geek.nz due to maintainer-timeouts and no response
...
to email.
Hat: portmgr
2008-11-28 23:36:14 +00:00
Cy Schubert
de370556ea
Update to 3.0.2 Build 676. This repairs PR 129204.
...
PR: 129204
2008-11-28 23:26:42 +00:00
Mark Linimon
4417ce0890
Reset r.gruyters@yirdis.nl: email address bounces.
2008-11-28 23:20:21 +00:00
Mark Linimon
049ac4e972
Mark as deprecated: website and maintainer disappeared.
...
Hat: portmgr
2008-11-28 23:15:34 +00:00
Mark Linimon
aefed48401
Reset guy@device.dyndns.org: email address bounces.
2008-11-28 22:52:39 +00:00
Mark Linimon
e49b107c76
Reset shoemaker@bluebottle.com: email bounces.
2008-11-28 22:49:08 +00:00
Mark Linimon
fc3bac806c
Reset bdluevel@heitec.net: email address bounces.
2008-11-28 22:46:08 +00:00
Gerald Pfeifer
551f58d4d0
Update to the 20081127 snapshot of GCC 4.3.3.
2008-11-28 22:16:44 +00:00
Anton Berezin
bfe07dfc77
Fix a 7.5-years old (!) dependency bug uncovered by a change in [bogus]
...
dependency. This snafu of mine actually predates my getting a commit
bit. Bump PORTREVISION.
Reported by: QAT bot
2008-11-28 20:56:41 +00:00
Yen-Ming Lee
4d5b1f90d2
- update to 1.52
2008-11-28 19:51:23 +00:00
Sergey Skvortsov
d6cd78b059
Update to 1.1
2008-11-28 17:23:03 +00:00
Hajimu UMEMOTO
05f49a0a8c
Make CONFLICTS work.
2008-11-28 17:22:13 +00:00
Hajimu UMEMOTO
dd0ee54b31
linux_base-(fc6|f7|f8) have glib2 by itself. Don't depend upon
...
linux-glib2 when OVERRIDE_LINUX_BASE_PORT is set to them.
2008-11-28 17:18:32 +00:00
Hajimu UMEMOTO
e5d4668a05
linux_base-(fc6|f7|f8) have glib2 by itself. Don't depend upon
...
linux-glib2 when OVERRIDE_LINUX_BASE_PORT is set to them.
2008-11-28 16:57:09 +00:00