|
|
|
|
Changelog for sepostgresql-8.2.5-1.33.fc8.x86_64.rpm :
Thu Oct 18 00:00:00 2007 - 8.2.5-1.33 - Fix bug: security context was not canonicalized when irregular context (but interpretable) was inputed.
Tue Oct 16 00:00:00 2007 - 8.2.5-1.31 - Fix bug: type definitions of security_label_to_text() and text_to_security_label() are mismatched.
Sun Sep 23 00:00:00 2007 - 8.2.5-1.23 - update base PostgreSQL to 8.2.5
Sun Sep 2 00:00:00 2007 - 8.2.4-1.0 - mark as SE-PostgreSQL 8.2.4-1.0
Wed Aug 29 00:00:00 2007 - 8.2.4-0.434.beta - add Requires: postgresql-server, instead of Conflicts: tag (Some sharable files are removed from sepostgresql package)
Sat Aug 25 00:00:00 2007 - 8.2.4-0.429.beta - add policycoreutils to Requires(post/postun) - upstreamed selinux-policy got SE-PostgreSQL related object classes definition.
Sun Aug 19 00:00:00 2007 - 8.2.4-0.427.beta - sepg_dumpall uses /usr/bin/sepg_dump
Sat Aug 18 00:00:00 2007 - 8.2.4-0.423.beta - fix policy not to execute sepgsql_user_proc_t from administrative domain
Sat Aug 11 00:00:00 2007 - 8.2.4-0.418.beta - object classes are renamed with \"db_\" prefix - /etc/init.d/sepostgresql script is improved.
Fri Aug 3 00:00:00 2007 - 8.2.4-0.409.beta - specfile updated based on the following comments https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=249522#c5
Tue Jul 31 00:00:00 2007 - 8.2.4-0.407.beta - fix spec file based on Fedora reviewing process - add rawhide support
Tue Jul 24 00:00:00 2007 - 8.2.4-0.402.beta - add manpage of sepostgresql - fix specfile convention for Fedora suitable
Mon Jul 16 00:00:00 2007 - 8.2.4-0.398.beta - SECCLASS_DATABASE is updated (fc7->62, fc6->61)
Mon Jul 2 00:00:00 2007 - 8.2.4-0.391.beta - Mark as a beta version.
Sun Jul 1 00:00:00 2007 - 8.2.4-0.384.alpha - add fallback context support with $SEPGSQL_FALLBACK_CONTEXT - add sepgsql_enable_users_ddl boolean to restrict sepgsql_sysobj_t - BUGFIX: incorrect inherited attribute expanding for RECORD type (attno=0) - BUGFIX: trigger functions were not checked in COPY FROM statement
Wed Jun 27 00:00:00 2007 - 8.2.4-0.376.alpha - add pgaceExecutorStart() to hook ExecutorStart()
Tue Jun 26 00:00:00 2007 - 8.2.4-0.372.alpha - add table name prefix for column name on audit messages - use security_label_raw_in as an alternative for security_label_in - add hook for query execution path with SPI_ interface - add trigger function suppoer - BUGFIX: remove unnecessary checks for COPY TO/FROM on non-table relation - BUGFIX: remove unnecessary checks for LOCK on non-table relation - BUGFIX: incorrect object id for tuples within pg_security - BUGFIX: CommandCounterIncrement() might be called during heap_create_with_catalog. - BUGFIX: correct self-deadlock - update security policy: sepgsql_sysobj_t, sepgsql_user_proc_t, sepgsql_ro_blob_t
Wed Jun 20 00:00:00 2007 - 8.2.4-0.351.alpha - BUGFIX: sepgsql_compute_avc_datum() accessed userspace AVC without holding any lock. - improve build scripts.
Sun Jun 17 00:00:00 2007 - 8.2.4-0.320.alpha - update: sepostgresql.pp security policy fot strict/mls suitable - BUGFIX: column:drop evaluation for ALTER TABLE tbl DROP col; statement - add --enable-security option for pg_dumpall command - add {use} permission for table/column/tuple object classes
Wed May 30 00:00:00 2007 - 8.2.4-0.306.alpha - BUGFIX: RangeTblEntry->requiredPerms are polluted.
Mon May 28 00:00:00 2007 - 8.2.4-0.304.alpha - add support for dynamic object class/access vector mapping - BUGFIX: Lack of implicit labeling on COPY FROM statement for system catalogs - BUGFIX: Incorrect security context handling for inherited tables
Sat May 26 00:00:00 2007 - 8.2.4-0.292.alpha - add pg_dump/pg_dumpall/pg_restore with --enable-security option - add support on OUTER JOIN by rewriting query. - add security_context support on COPY TO/FROM statement - add unlabeled security context support (enable to obtain /selinux/initial_contexts/ *) - BUGFIX: lack of checks on JOIN ON condition - BUGFIX: pseudo relation object (sequence, toast, ...) are not handled as database obj. - BUGFIX: lack of tuple:insert checks at COPY FROM statement - BUGFIX: server crash when CREATE TABLE command with newly defined CONTEXT = \'...\'.
Thu May 17 00:00:00 2007 - 8.2.4-0.266.alpha - BUGFIX: incorrect security context of newly generated system object. - BUGFIX: missing error text when audit log is disabled. - BUGFIX: incorrect Oid of newly generated tuples within pg_security. - BUGFIX: sepgsql_enable_audittuple is misconditioned. - add checks for T_RowExpr/T_RowCompareExpr/T_BooleanTest T_DistinctExpr/T_ConvertRowtypeExpr - add support CONTEXT = \'xxx\' for CREATE TABLE/FUNCTION/DATABASE statement
Tue May 1 00:00:00 2007 - 8.2.4-0.240.alpha - update base version 8.2.3 -> 8.2.4 - BUGFIX: unexpected expose in OUTER JOIN statement. add rewrite OUTER JOIN into SUBQUERY to ensure filtering violated tuples. - BUGFIX: strange operation in text_to_security_label() - BUGFIX: infinite recursive call on security label -> oid mapping - BUGFIX: sepgsql_avc_init() is called in policy state monitoring process to avoid nonsense initialization of avc_shmem.
Sat Apr 28 00:00:00 2007 - 8.2.3-0.232.alpha - object class numbers were redefined. (SECCLASS_DATABASE got into 61) - is_selinux_enabled() was cached on the shared memory segment. - BUGFIX: server went into infinit loop on foreign key constraint.
Tue Apr 17 00:00:00 2007 - 8.2.3-0.226.alpha - BUGFIX: cases when several variables with same type in a single table
Sun Apr 8 00:00:00 2007 - 8.2.3-0.214.alpha - add the first implementation of SE-PostgreSQL on PGACE framework
Wed Mar 21 23:00:00 2007 - 8.2.3-0.212.alpha - BUGFIX: SetOperation didn\'t handle its subquery correctly. So, it caused server crash.
Wed Mar 7 23:00:00 2007 - 8.2.3-0.209.alpha - BUGFIX: var->varlevelsup was ignored, so outer references from subqueries cause a fault.
Tue Feb 27 23:00:00 2007 - 8.2.3-0.178.alpha - Initial RPM build
|
|
|