Path to this page:
./
databases/ruby-activerecord42,
Object-relational mapper framework (part of Rails 4.2)
Branch: pkgsrc-2019Q1,
Version: 4.2.11.1,
Package name: ruby24-activerecord42-4.2.11.1,
Maintainer: pkgsrc-users= Active Record -- Object-relational mapping put on rails
Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In context of an application,
these classes are commonly referred to as *models*. Models can also be
connected to other models; this is done by defining *associations*.
Required to run:[
databases/ruby-arel60] [
lang/ruby24-base] [
devel/ruby-activesupport42] [
devel/ruby-activemodel42]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 4f0c7bc5c2aa3e646266e4d35a502fa8c4cc090b
RMD160: 1a20939b9935a4441725d95ffe2a9b97fa097536
Filesize: 324.5 KB
Version history: (Expand)
- (2019-05-05) Updated to version: ruby24-activerecord42-4.2.11.1
- (2019-04-11) Package added to pkgsrc.se, version ruby24-activerecord42-4.2.11 (created)
CVS history: (Expand)
2019-05-05 17:49:21 by Benny Siegert | Files touched by this commit (13) | |
Log message:
Pullup ticket #5952 - requested by taca
www/ruby-rails42: security fix
Revisions pulled up:
- databases/ruby-activerecord42/distinfo 1.4
- devel/ruby-activejob42/distinfo 1.4
- devel/ruby-activemodel42/distinfo 1.4
- devel/ruby-activesupport42/Makefile 1.7
- devel/ruby-activesupport42/distinfo 1.4
- devel/ruby-railties42/distinfo 1.4
- lang/ruby/rails.mk 1.75
- mail/ruby-actionmailer42/distinfo 1.4
- www/ruby-actionpack42/Makefile 1.8
- www/ruby-actionpack42/distinfo 1.4
- www/ruby-actionview42/distinfo 1.4
- www/ruby-rails42/Makefile 1.8
- www/ruby-rails42/distinfo 1.4
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 14 10:10:49 UTC 2019
Modified Files:
pkgsrc/lang/ruby: rails.mk
Log message:
lang/ruby: start update rails42 to 4.2.11
Start update of ruby-rails42.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 14 10:11:22 UTC 2019
Modified Files:
pkgsrc/devel/ruby-activesupport42: Makefile distinfo
Log message:
devel/ruby-activesupport42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 14 10:11:56 UTC 2019
Modified Files:
pkgsrc/devel/ruby-activejob42: distinfo
Log message:
devel/ruby-activejob42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 14 10:12:26 UTC 2019
Modified Files:
pkgsrc/devel/ruby-activemodel42: distinfo
Log message:
devel/ruby-activemodel42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 14 10:13:03 UTC 2019
Modified Files:
pkgsrc/databases/ruby-activerecord42: distinfo
Log message:
databases/ruby-activerecord42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 14 10:13:39 UTC 2019
Modified Files:
pkgsrc/www/ruby-actionview42: distinfo
Log message:
www/ruby-actionview42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 14 10:14:25 UTC 2019
Modified Files:
pkgsrc/www/ruby-actionpack42: Makefile distinfo
Log message:
www/ruby-actionpack42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##
* Fix [CVE-2019-5418] and [CVE-2019-5419].
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 14 10:14:57 UTC 2019
Modified Files:
pkgsrc/mail/ruby-actionmailer42: distinfo
Log message:
mail/ruby-actionmailer42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 14 10:15:29 UTC 2019
Modified Files:
pkgsrc/devel/ruby-railties42: distinfo
Log message:
devel/ruby-railties42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 14 10:16:19 UTC 2019
Modified Files:
pkgsrc/www/ruby-rails42: Makefile distinfo
Log message:
www/ruby-rails42: update to 4.2.11.1
Update ruby-rails24 to 4.2.11.1; security fix of actionpack.
|