FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 11:37 AM BST
non port: databases/mysql323-server/pkg-plist
CVSWeb

Number of commits found: 21

Fri, 14 Oct 2011
[ 22:30 dougb ] Original commit 
1.680 LEGAL
1.2630 MOVED
1.264 archivers/Makefile
1.9 archivers/pecl-phar/Makefile
1.237 comms/Makefile
1.13 comms/libsyncml/Makefile
1.1037 databases/Makefile
1.89 databases/mysql323-client/Makefile
1.8 databases/mysql323-scripts/Makefile
1.201 databases/mysql323-server/Makefile

(Only the first 10 of 290 ports in this commit are shown above. View all ports for this commit)
As previously advertised, complete removal of vulnerable ports that
no one has stepped up to deal with:

archivers/pecl-phar             Vulnerable since 2011-01-13
comms/libsyncml                 Depends on devel/libsoup22, which is FORBIDDEN
databases/mysql323-server       Vulnerable since 2006-10-29
databases/mysql323-client       Vulnerable since 2006-10-29
databases/mysql323-scripts      Vulnerable since 2006-10-29
databases/mysql40-server        Vulnerable since 2006-10-29
databases/mysql40-client        Vulnerable since 2006-10-29
databases/mysql40-scripts       Vulnerable since 2006-10-29
databases/p5-DBD-mysql40
                Depends on databases/mysql40-server, which is FORBIDDEN
deskutils/buoh                  Depends on devel/libsoup22, which is FORBIDDEN
deskutils/libopensync-plugin-syncml
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 18 Apr 2007
[ 06:20 ale ] Original commit 
1.60 databases/mysql323-server/pkg-plist
1.70 databases/mysql40-server/pkg-plist
1.77 databases/mysql41-server/pkg-plist
1.77 databases/mysql50-server/pkg-plist
Fix previouos commit.
[ 05:58 ale ] Original commit 
1.59 databases/mysql323-server/pkg-plist
1.69 databases/mysql40-server/pkg-plist
1.76 databases/mysql41-server/pkg-plist
1.76 databases/mysql50-server/pkg-plist
Use the new @stopdaemon feature.
Sun, 22 Jan 2006
[ 01:29 edwin ] Original commit 
1.9 databases/firebird-devel/pkg-plist
1.14 databases/firebird-server/pkg-plist
1.4 databases/gnats4/pkg-plist
1.2 databases/ip4r/pkg-plist
1.2 databases/ksqlanalyzer/pkg-plist
1.2 databases/ksqlshell/pkg-plist
1.4 databases/libdbi-drivers/pkg-plist
1.35 databases/libgda2/pkg-plist
1.21 databases/libgnomedb/pkg-plist
1.3 databases/linux-oracle-instantclient-basic/pkg-plist

(Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Mon, 11 Apr 2005
[ 09:33 ale ] Original commit 
1.183 databases/mysql323-server/Makefile
1.197 databases/mysql40-server/Makefile
1.2 databases/mysql323-server/files/mysql-server.sh.in
1.2 databases/mysql40-server/files/mysql-server.sh.in
1.1 databases/mysql323-server/files/patch-mysys_default.c
1.1 databases/mysql40-server/files/patch-mysys_default.c
1.57 databases/mysql323-server/pkg-plist
1.66 databases/mysql40-server/pkg-plist
- Use the rcNG script to kill MySQL on deinstallation [1]
- Set the new sequence for finding my.cnf files [2]:
  /etc, ${PREFIX}/etc, ${mysql_dbdir}
  (default to: /etc/my.cnf, /usr/local/etc/my.cnf, /var/db/mysql/my.cnf)
- Add the possibility to specify additional command-line arguments
  to be passed to mysqld_safe on startup

PR:             ports/79166 [1], ports/79597 [2]
Submitted by:   Sergey Prikhodko <sergey@network-asp.biz> [1],
                Vasil Dimov <vd@datamax.bg> [2]
Tue, 15 Mar 2005
[ 14:17 ale ] Original commit 
1.87 databases/mysql323-client/Makefile
1.3 databases/mysql323-scripts/Makefile
1.181 databases/mysql323-server/Makefile
1.71 databases/mysql323-server/distinfo
1.6 databases/mysql323-server/files/mysql-server.sh
1.1 databases/mysql323-server/files/mysql-server.sh.in
1.2 databases/mysql323-server/files/patch-man::Makefile.in
1.2 databases/mysql323-server/files/patch-scripts::Makefile.in
1.6 databases/mysql323-server/pkg-install
1.56 databases/mysql323-server/pkg-plist
Update to 3.23.59 snapshot:
- Switch to rcNG
- Add the possibility to specify the database directory in rc.conf
- Move database creation from post-install stage into startup script
Sun, 29 Feb 2004
[ 12:38 ale ] Original commit 
1.85 databases/mysql323-client/Makefile
1.173 databases/mysql323-server/Makefile
1.1 databases/mysql323-server/files/patch-man::Makefile.in
1.1 databases/mysql323-server/files/patch-scripts::Makefile.in
1.55 databases/mysql323-server/pkg-plist
1.14 databases/mysql323-server/pkg-plist.client
1.1 databases/mysql323-server/pkg-plist.scripts
Sync with MySQL 4.0:
- get rid of perl dependency
- enhance man pages and scripts installation
- move additional scripts in mysql-scripts port
Sat, 17 Jan 2004
[ 12:47 ale ] Original commit 
1.84 databases/mysql323-client/Makefile
1.170 databases/mysql323-server/Makefile
1.1 databases/mysql323-server/files/patch-Makefile.in
1.13 databases/mysql323-server/files/patch-af
1.25 databases/mysql323-server/files/patch-ag
1.8 databases/mysql323-server/files/patch-an
1.5 databases/mysql323-server/files/patch-ar
1.1 databases/mysql323-server/files/patch-configure
1.5 databases/mysql323-server/pkg-descr
1.5 databases/mysql323-server/pkg-install

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Completely restructure the port to follow other mysql* ports
  (too many improvements to be listed here)
- Correctly support PTHREAD_LIBS/CFLAGS
- Use USE_GNOME=lthack
- Propagate DB_DIR in package [1]
- Use my @FreeBSD.org email address
- Bump PORTREVISION

PR:             ports/24749 [1]
Submitted by:   Tom Pavel <pavel@networkphysics.com> [1]
Approved by:    nork (mentor/implicitly)
Fri, 14 Nov 2003
[ 14:13 fjoe ] Original commit 
1.167 databases/mysql323-server/Makefile
1.53 databases/mysql323-server/pkg-plist
Use INFO.
Fri, 5 Oct 2001
[ 20:15 dirk ]  
unknown databases/mysql323-server/Makefile
unknown databases/mysql323-server/distinfo
unknown databases/mysql323-server/pkg-plist
Upgrade to 3.23.43.    
Mon, 10 Sep 2001
[ 17:13 dirk ]  
unknown databases/mysql323-server/Makefile
unknown databases/mysql323-server/distinfo
unknown databases/mysql323-server/pkg-plist
unknown databases/mysql323-server/pkg-plist.client
Upgrade to 3.23.42.    
Mon, 3 Sep 2001
[ 23:27 dwcjr ]  
unknown databases/mysql323-server/pkg-plist
Comply with NOPORTDOCS    
Mon, 13 Aug 2001
[ 23:08 dirk ]  
unknown databases/mysql323-server/Makefile
unknown databases/mysql323-server/distinfo
unknown databases/mysql323-server/pkg-plist
Upgrade to 3.23.41.    
Thu, 14 Jun 2001
[ 09:25 dirk ]  
unknown databases/mysql323-server/Makefile
unknown databases/mysql323-server/distinfo
unknown databases/mysql323-server/pkg-plist
Upgrade to 3.23.39.    
Sat, 12 May 2001
[ 15:43 dirk ]  
unknown databases/mysql323-server/Makefile
unknown databases/mysql323-server/distinfo
unknown databases/mysql323-server/files/patch-ag
unknown databases/mysql323-server/pkg-plist
unknown databases/mysql323-server/pkg-plist.client
Upgrade to 3.23.38.    
Sat, 21 Apr 2001
[ 12:26 dirk ]  
unknown databases/mysql323-server/Makefile
unknown databases/mysql323-server/distinfo
unknown databases/mysql323-server/files/patch-af
unknown databases/mysql323-server/files/patch-ag
unknown databases/mysql323-server/files/patch-an
unknown databases/mysql323-server/pkg-plist
Upgrade to 3.23.37.    
Fri, 19 Jan 2001
[ 00:05 dirk ]  
unknown databases/mysql323-client/Makefile
unknown databases/mysql323-server/Makefile
unknown databases/mysql323-server/distinfo
unknown databases/mysql323-server/pkg-plist
Upgrade to 3.23.31.    
Fri, 5 Jan 2001
[ 17:13 dirk ]  
unknown databases/mysql323-server/Makefile
unknown databases/mysql323-server/distinfo
unknown databases/mysql323-server/files/patch-af
unknown databases/mysql323-server/pkg-plist
Upgrade to 3.23.30.    
Mon, 18 Dec 2000
[ 16:32 dirk ]  
unknown databases/mysql323-server/Makefile
unknown databases/mysql323-server/distinfo
unknown databases/mysql323-server/files/patch-ab
unknown databases/mysql323-server/files/patch-ag
unknown databases/mysql323-server/pkg-plist
Upgrade to 3.23.29a.    
Fri, 1 Dec 2000
[ 10:31 dirk ]  
unknown databases/mysql323-server/Makefile
unknown databases/mysql323-server/distinfo
unknown databases/mysql323-server/files/patch-af
unknown databases/mysql323-server/pkg-plist
Upgrade to 3.23.28.    
Thu, 19 Oct 2000
[ 10:17 dirk ]  
unknown databases/mysql323-client/Makefile
unknown databases/mysql323-server/Makefile
unknown databases/mysql323-server/distinfo
unknown databases/mysql323-server/files/patch-ab
unknown databases/mysql323-server/files/patch-ac
unknown databases/mysql323-server/files/patch-af
unknown databases/mysql323-server/files/patch-ag
unknown databases/mysql323-server/files/patch-an
unknown databases/mysql323-server/files/patch-ao
unknown databases/mysql323-server/pkg-plist

(Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Upgrade to MySQL-3.23.24 after repository copy from mysql322-client   and
mysql322-server.    

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 14
new 48 hours31
new 7 days58
new fortnight181
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.723 seconds.