FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 4:59 PM GMT
Port details
codeigniter 2.1.0 www on this many watch lists=0 search for ports that depend on this port An older version of this port was marked as vulnerable.
A framework for developing PHP web applications
Maintained by: appleboy.tw@gmail.com search for ports maintained by this maintainer
Port Added: 11 Jan 2008 04:40:05
License: not specified in port
CodeIgniter is a powerful PHP framework with a very small footprint,
built for PHP coders who need a simple and elegant toolkit to create
full-featured web applications.

WWW: http://codeigniter.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Run: lang/php5, www/php5-session
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/codeigniter/ && make install clean
To add the package: pkg_add -r codeigniter-devel


Configuration Options
===> The following configuration options are available for codeigniter-2.1.0:
     APACHE=off (default) "Configure for Apache-2.x"
     PROD=Off (default) "Install for production server (see: make confighelp)"
     MSSQL=Off (default) "Install MSSQL support for PHP"
     MYSQL=Off (default) "Install MySQL support for PHP"
     MYSQLI=Off (default) "Install MySQLi support for PHP"
     ODBC=Off (default) "Install ODBC support for PHP"
     PGSQL=Off (default) "Install PostgreSQL support for PHP"
     SQLITE=Off (default) "Install SQLite support for PHP"
===> Use 'make config' to modify these settings

Master Sites:
http://downloads.codeigniter.com/reactor/
http://www.codeigniter.org.tw/download_files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-05-03
    Affects: users of www/codeigniter and www/codeigniter-devel
    Author: glarkin@FreeBSD.org
    Reason: 
      www/codeigniter has been renamed to www/codeigniter17 to track the
      legacy 1.7.* branch of Codeigniter development. www/codeigniter-devel
      has been renamed to www/codeigniter to track the recommended 2.0.*
      branch of Codeigniter development.
    
      If you have Codeigniter 1.7.x installed and would like to continue using
      it, please run one of the following commands to update its origin:
    
      # portmaster -o www/codeigniter17 www/codeigniter
      or
      # portupgrade -o www/codeigniter17 www/codeigniter
    
      If you have Codeigniter 2.0.x installed, please run one of the following
      commands to update its origin:
    
      # portmaster -o www/codeigniter www/codeigniter-devel
      or
      # portupgrade -o www/codeigniter www/codeigniter-devel
    
    

  • 2008-10-28
    Affects: users of www/codeigniter
    Author: glarkin@FreeBSD.org
    Reason: 
      For certain installations, the following steps should be performed
      after the CodeIgniter 1.7.0 upgrade (taken from:
      http://codeigniter.com/user_guide/installation/upgrade_170.html).
    
      >>> Update your Session Table
    
      If you are using the Session class in your application, AND if you
      are storing session data to a database, you must add a new column
      named user_data to your session table. Here is an example of what
      this column might look like for MySQL:
    
    	user_data text NOT NULL
    
      To add this column you will run a query similar to this:
    
    	ALTER TABLE `ci_sessions` ADD `user_data` text NOT NULL
    
      You'll find more information regarding the new Session functionality
      in the Session class page:
    
    	http://codeigniter.com/user_guide/libraries/sessions.html
    
      >>> Update your Validation Syntax
    
      This is an optional, but recommended step, for people currently
      using the Validation class. CI 1.7 introduces a new Form Validation
      class (http://codeigniter.com/user_guide/libraries/form_validation.html)
      which deprecates the old Validation library. We have left the old one
      in place so that existing applications that use it will not break, but
      you are encouraged to migrate to the new version as soon as possible.
      Please read the user guide carefully as the new library works a little
      differently, and has several new features.
    
    

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
16 Nov 2011 07:16:43
Original commit files touched by this commit  2.1.0
wen search for other commits by this committer
- Update to 2.1.0

PR:             ports/162606
Submitted by:   Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
Feature safe:   yes
22 Aug 2011 17:15:51
Original commit files touched by this commit  2.0.3_2
beech search for other commits by this committer
- Update to 2.0.3 Release
- Change Source Control form hg to git

PR:             ports/159953
Submitted by:   Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
20 Aug 2011 17:27:52
Original commit files touched by this commit  2.0.3_1
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
03 May 2011 14:38:10
Original commit files touched by this commit  2.0.3
glarkin search for other commits by this committer
- Renamed www/codeigniter-devel to www/codeigniter by updating to version
  2.0.3 here
- Added CONFLICTS for www/codeigniter17

Approved by:    appleboy.tw@gmail.com (maintainer)
14 Dec 2010 15:06:14
Original commit files touched by this commit  1.7.3
glarkin search for other commits by this committer
- Updated to 1.7.3
- Removed Upload class patch file - now included in 1.7.3

Version 1.7.3 is a security maintenance release, including a
previously patched file Upload class, and a new security fix
to prevent possible directory traversal in certain circumstances.
There are no other significant changes.

PR:             ports/152878
Submitted by:   Bo-Yi Wu <appleboy dot tw at gmail dot com>
29 Nov 2010 05:26:53
Original commit files touched by this commit  1.7.2_1
beech search for other commits by this committer
Forced commit after repocopy.
21 Jul 2010 22:26:46
Original commit files touched by this commit  1.7.2_1
glarkin search for other commits by this committer
- Incorporate vendor patch for file upload class vulnerability
- Bump PORTREVISION

Security:       http://codeigniter.com/news/codeigniter_1.7.2_security_patch/
Security:       0502c1cb-8f81-11df-a0bb-0050568452ac
11 Apr 2010 07:53:19
Original commit files touched by this commit  1.7.2
 This port version is marked as vulnerable.
ale search for other commits by this committer
PHP dropped support for Oracle8 client library.
17 Sep 2009 13:19:50
Original commit files touched by this commit  1.7.2
 This port version is marked as vulnerable.
glarkin search for other commits by this committer
- Updated to 1.7.2

PR:             ports/138848
Submitted by:   appleboy <appleboy.tw@gmail.com>
Feature safe:   yes
11 Feb 2009 14:16:55
Original commit files touched by this commit  1.7.1
 This port version is marked as vulnerable.
glarkin search for other commits by this committer
- Update to 1.7.1

Security:       83574d5a-f828-11dd-9fdf-0050568452ac
Security:       http://codeigniter.com/bug_tracker/bug/6068/
28 Oct 2008 18:21:10
Original commit files touched by this commit  1.7.0
 This port version is marked as vulnerable.
glarkin search for other commits by this committer
- Updated to 1.7.0
- Added MASTER_SITES for redundancy
18 Jul 2008 21:05:20
Original commit files touched by this commit  1.6.3
 This port version is marked as vulnerable.
glarkin search for other commits by this committer
Changed my MAINTAINER address to
glarkin@FreeBSD.org.

Approved by:    beech (mentor)
03 Jul 2008 19:51:37
Original commit files touched by this commit  1.6.3
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Update to 1.6.3
- Added informational messages about user-configurable files that
  may need merging after a port upgrade

PR:             ports/125217
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
05 Jun 2008 15:51:11
Original commit files touched by this commit  1.6.2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.6.2

PR:             123856
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
11 Mar 2008 22:31:28
Original commit files touched by this commit  1.6.1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Remove empty file.

Pontyhat to:    beech
05 Mar 2008 04:16:07
Original commit files touched by this commit  1.6.1
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Update to 1.6.1
- Found all of the CI files that could be modified by the user and
  install .sample versions of each
- Add an informational message when a user-editable config file is
  modified and the port is deinstalled (e.g. the file is preserved)
- Display different pkg-message depending on WITH_APACHE knob

PR:             ports/121358
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
30 Jan 2008 16:35:07
Original commit files touched by this commit  1.5.4
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Fix master_sites

PR:             ports/120153
Reported by:    pointyhat via pav
Approved by:    Greg Larkin <glarkin@sourcehosting.net> (maintainer)
21 Jan 2008 15:22:01
Original commit files touched by this commit  1.5.4
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update MASTER_SITES

PR:             119861
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
19 Jan 2008 19:05:10
Original commit files touched by this commit  1.5.4
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Fix master_sites (changed)

Reported by:    pointyhat via pav
Approved by:    linimon (mentor)
11 Jan 2008 04:39:49
Original commit files touched by this commit  1.5.4
 This port version is marked as vulnerable.
beech search for other commits by this committer
- New port codeigniter-1.5.4

- CodeIgniter is a powerful PHP framework with a very small
footprint, built for PHP coders who need a simple and elegant toolkit
to create full-featured web applications.

PR:             ports/119347
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Approved by:    linimon (mentor)

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 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 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 6
new 48 hours9
new 7 days47
new fortnight71
new month143

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.308 seconds.