notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: archivers/rpm4/distinfo
SVNWeb

Number of commits found: 32

Mon, 17 Jul 2023
[ 05:17 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:5a1c421383c2917be9b4038c789ef7fc0e3ecb19  commit hash:5a1c421383c2917be9b4038c789ef7fc0e3ecb19  commit hash:5a1c421383c2917be9b4038c789ef7fc0e3ecb19  5a1c421 
archivers/rpm4: update to 4.18.1

Major changes:
    Preserve packages bit-by-bit again when adding and then removing signatures
    Fix install of block and character special files
    Disable debuginfod server lookups during package builds
    Plugin fixes (fapolicyd and selinux)
    Various OpenPGP and macro parser fixes

Remove html documentation for librpm
Cleanup/reorder Makefile to make linter happy

Full changelog: https://rpm.org/wiki/Releases/4.18.1
Thu, 1 Dec 2022
[ 14:03 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:22f3de494a13dd291e45c2e11b19adc37d70bb15  commit hash:22f3de494a13dd291e45c2e11b19adc37d70bb15  commit hash:22f3de494a13dd291e45c2e11b19adc37d70bb15  22f3de4 
archivers/rpm4: update to version 4.18.0

Major changes:
    * Add a new Sequoia-based OpenPGP backend
    * Documentation updates
    * Fix intermediate symlinks not verified (CVE-2021-35939)
    * Fix subkey binding signatures not checked on PGP public keys
(CVE-2021-3521)
    * Refactor file and directory operations to use fd-based APIs throughout
(CVE-2021-35938)
    * Unbreak lua 2 for extensions

Full release note: https://rpm.org/wiki/Releases/4.18.0.html

Also remove version requirement for Lua dependency in port, we just use lua.

PR:			267291
Reported by:	Brian Zou <zoujiaqing@gmail.com>
Security:	CVE-2021-35939
Security:	CVE-2021-3521
Security:	CVE-2021-35938
Wed, 23 Feb 2022
[ 07:48 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:468b96cf50e2b1ee6d555a0e6582e8a1d7f41eef  commit hash:468b96cf50e2b1ee6d555a0e6582e8a1d7f41eef  commit hash:468b96cf50e2b1ee6d555a0e6582e8a1d7f41eef  468b96c 
archivers/rpm4: Update to 4.17.0

Python helpers and scripts used for python packaging was removed
from RPM, comunity-driven files should be used instead.

Release note: https://rpm.org/wiki/Releases/4.17.0
Sat, 24 Apr 2021
[ 19:24 Rodrigo Osorio (rodrigo) search for other commits by this committer ]    commit hash:1cabbfe3cacd488ded9bad1b5217232fdcc02ab8  commit hash:1cabbfe3cacd488ded9bad1b5217232fdcc02ab8  commit hash:1cabbfe3cacd488ded9bad1b5217232fdcc02ab8  1cabbfe 
archivers/rpm4: Upgrade to 9.1.3

Major changes:
    Fix for CVE-2021-3421, CVE-2021-20271 and CVE-2021-20266
    additional fixes for important bugs

Full changelog: https://rpm.org/wiki/Releases/4.16.1.3

Security:	CVE-2021-3421
Security:	CVE-2021-20271
Security:	CVE-2021-20266
MFH:		2021Q2
Fri, 1 Jan 2021
[ 11:06 rodrigo search for other commits by this committer ] Original commit   Revision:559824
archivers/rpm4: update to 4.16.1.2

This is a brown paperbag release to fix a single regression in 4.16.1
which causes rpmbuild to crash if hostname is not resolvable, and an
accidental soname bump introduced in now withdrawn 4.16.1.1.

Full release note: https://rpm.org/wiki/Releases/4.16.1.2
Mon, 26 Oct 2020
[ 10:30 rodrigo search for other commits by this committer ] Original commit   Revision:553333
archivers/rpm4: Upgrade to 4.16.0

 * Upgrade to 4.16.0
 * add sqlite support
 * remove deprecate config options

Major changes:
 * Database backends:
   * NDB backend promoted to stable
   * New sqlite-based backend
   * New experimental read-only BDB backend
   * BDB database backend deprecated
 * Powerful macro and %if expressions
 * Optional MIME type based file classification
 * Dependency generation by parametric macros
 * A new version parsing and comparison API in C and Python
 * Parallelise test-suite execution
 * Clarify RPM license

PR:		250573
Submitted by:	Brian Zou <zoujiaqing@gmail.com>
Sun, 12 Jan 2020
[ 19:45 rodrigo search for other commits by this committer ] Original commit   Revision:522832
archivers/rpm4: Update to 4.15.1

Changelog: https://rpm.org/wiki/Releases/4.15.1

Highlights include:
 * Fixes to several important bugs and regressions
 * New gcrypt crypto backend
Thu, 3 Oct 2019
[ 16:55 rodrigo search for other commits by this committer ] Original commit   Revision:513675
Upgrade archivers/rpm4 from 4.14.2.1 to 4.15.0

Relnotes: https://rpm.org/wiki/Releases/4.15.0

PR:		240922
Submitted by:	pi
Wed, 26 Dec 2018
[ 15:59 rodrigo search for other commits by this committer ] Original commit   Revision:488401
Upgrade archivers/rpm4 from 4.14.2 to 4.14.2.1

Changelog:
 * Fix regression (RhBug:1640470) in 4.14.2
 * Fix package verification memory leak introduced in 4.14.2
 * Fix long-standing Python GIL locking bug
 * Fix long-standing broken library path of embedded Lua

Changes : http://rpm.org/wiki/Releases/4.14.2.1

MFH:		2018Q4
Sun, 2 Sep 2018
[ 16:29 rodrigo search for other commits by this committer ] Original commit   Revision:478806
Upgrade archivers/rpm4 from v4.13.1 to v4.14.2

Main changes:
  - Support for enforcing signature policy and payload verification
  - Numerous bugfixes and minor enhancements across the board
See detailed release note here : http://rpm.org/wiki/Releases/4.14.2

Since I'm here :
 - redo the patches using makepatch
 - remove unnecesary USE_LDCONFIG (repored by portlint)

PR:		229750
Reported by:	Brian Zou  <zoujiaqing@gmail.com>
Mon, 9 Apr 2018
[ 22:45 rodrigo search for other commits by this committer ] Original commit   Revision:466909
Upgrade rpm4 from 4.13.0.2 to 4.13.1

Major changes:
 - Fix CVE-2017-7501
 - Fix file lists getting fed to file triggers multiple times
 - Fix not all %transfiletriggerpostun file triggers executing (RhBug:1514085)
 - Fix file triggers executing before file fingerprinting
 - Fix file triggers firing on non-installed files
 - Fix file signatures failing on hardlinked files (#333)

Full release note : http://rpm.org/wiki/Releases/4.13.1

Security:	CVE-2017-7501
MFH:	2018Q2
Wed, 8 Nov 2017
[ 22:44 rodrigo search for other commits by this committer ] Original commit   Revision:453770
Update port to 4.13.0.2 and remove plugins from default options.

PR:		223540
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
Approved by:	rodrigo (maintainer)
Wed, 29 Mar 2017
[ 21:49 rodrigo search for other commits by this committer ] Original commit   Revision:437244
Upgrade to 4.13.0.1 and take maintainership
Remove unncecesary patches and fix plist
Fri, 19 Sep 2014
[ 12:57 johans search for other commits by this committer ] Original commit   Revision:368558
- Update to rpm 4.12.0.1
- Add missing dependency
Thu, 18 Sep 2014
[ 10:26 johans search for other commits by this committer ] Original commit   Revision:368440
Update to rpm 4.12.0
Thu, 11 Sep 2014
[ 20:10 johans search for other commits by this committer ] Original commit   Revision:367973
Update to rpm 4.11.3
Thu, 13 Feb 2014
[ 18:12 johans search for other commits by this committer ] Original commit   Revision:344135
- Update to rpm 4.11.2
- Minor port clean-ups
Sun, 14 Jul 2013
[ 16:10 johans search for other commits by this committer ] Original commit   Revision:322989
Update RPM to 4.11.1
Wed, 6 Feb 2013
[ 17:47 johans search for other commits by this committer ] Original commit   Revision:311784
- Update rpm to 4.11.0.1
  Release notes: http://rpm.org/wiki/Releases/4.11.0
Sat, 22 Dec 2012
[ 12:45 johans search for other commits by this committer ] Original commit   Revision:309388
Shortly after the initial release, a new tarball was uploaded which
includes a small fix that was duplicated already in the FreeBSD port.
- Update checksum and remove patch introduced with the original release

No functional changes.
Sun, 9 Dec 2012
[ 17:09 johans search for other commits by this committer ] Original commit   Revision:308544
- Update rpm 4.10.2
- Trim makefile header
- Update local patch to fix compilation issue
Fri, 5 Oct 2012
[ 15:56 johans search for other commits by this committer ] Original commit   Revision:305305
Update rpm to 4.10.1
Release notes http://rpm.org/wiki/Releases/4.10.1
Fri, 15 Jun 2012
[ 16:22 johans search for other commits by this committer ] Original commit 
- Update rpm to 4.10
  http://rpm.org/wiki/Releases/4.10.0
- Remove unneeded library version numbers
- Remove patch file that's no longer relevant
- Register conflict with rpm 5.x
- Convert to new options framework
- Note: shared library version got bumped
Fri, 6 Apr 2012
[ 12:58 johans search for other commits by this committer ] Original commit 
Update rpm4 to 4.9.1.3

Feature safe:   yes
Fri, 7 Oct 2011
[ 14:33 johans search for other commits by this committer ] Original commit 
Update to rpm 4.9.1.2 (bugfix release)
Thu, 4 Aug 2011
[ 21:40 johans search for other commits by this committer ] Original commit 
Update to rpm 4.9.1.1 (bugfix release)
Sat, 16 Jul 2011
[ 15:39 johans search for other commits by this committer ] Original commit 
Update to rpm 4.9.1
Sat, 11 Jun 2011
[ 10:59 johans search for other commits by this committer ] Original commit 
Update rpm4 to 4.9.0
Fri, 18 Mar 2011
[ 17:59 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 726 ports in this commit are shown above. View all ports for this commit)
- Get Rid MD5 support

With hat:       portmgr (myself)
Fri, 2 Jul 2010
[ 11:47 johans search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Update to rpm-4.8.1 (previous version was nearly 10yrs old)
- Grab maintainership

Feature safe:   yes
Wed, 16 Nov 2005
[ 05:44 glewis search for other commits by this committer ] Original commit 
. Add SHA256.
. SIZEify.
Fri, 5 Mar 2004
[ 02:26 glewis search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Add a port of rpm 4.0.4:

"The Red Hat Package Manager (RPM) is a powerful command line driven
 package management system capable of installing, uninstalling,
 verifying, querying, and updating computer software packages. Each
 software package consists of an archive of files along with information
 about the package like its version, a description, and the like.
 There is also a related API ("Application Program Interface"),
 permitting advanced developers to bypass 'shelling out' to a command
 line, and to manage such transactions from within a native coding
 language.

 WWW: http://www.rpm.org/"

4.0.4 was chosen because:
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 32