non port: archivers/libzip/Makefile |
SVNWeb
|
Number of commits found: 38 |
Mon, 26 Jun 2023
|
[ 20:38 Daniel Engberg (diizzy) ] 1025e15
archivers/libzip: Update to 1.10.0
* Remove Perl dependency
* Unit tests relies on unported libraries, disable for now
* Disable RPATH via CMAKE_SKIP_RPATH argument instead of patching
Changelog: https://github.com/nih-at/libzip/releases/tag/v1.10.0
PR: 272208
Reviewed by: rakuco (maintainer)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 5 Aug 2022
|
[ 17:55 Bernard Spil (brnrd) ] 7df84db
archivers/libzip: Update to 1.9.2
PR: 263996
Reported by: brnrd
Submitted by: dizzyy
Approved by: rakuco
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 1ced9d2 (Only the first 10 of 199 ports in this commit are shown above. )
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 6 Jan 2021
|
[ 16:09 fluffy ]
archivers/libzip: update to 1.7.3
PR: 252456
Submitted by: fluffy
Reported by: Repology
Approved by: rakuco
|
Sat, 16 Mar 2019
|
[ 15:59 rakuco ]
Update to 1.5.2.
Announcement: https://libzip.org/news/release-1.5.2.html
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Thu, 14 Jun 2018
|
[ 21:18 rakuco ]
Update to 1.5.1.
Upstream has switched to CMake, so follow suit here (and explicitly disable
crypto backends other than OpenSSL for AES support).
The port also depends on Perl for testing, so add the missing dependency.
Based on an initial patch by danfe@.
Submitted by: danfe (initial version)
|
Tue, 21 Nov 2017
|
[ 12:09 rakuco ]
Update to 1.3.2.
Remove our local patches, upstream has started installing zipconf.h into an
architecture-independent directory.
|
[ 11:13 rakuco ]
Point to libzip.org.
libzip has recently switched to its own domain; use it instead of relying on
redirections from the old one.
|
Wed, 27 Sep 2017
|
[ 18:13 rakuco ]
Set TEST_TARGET.
Use it to run `make check'.
Submitted by: gpalmer
|
[ 18:06 rakuco ]
Update libzip to 1.3.0.
It includes the fix for CVE-2017-14107 (landed separately in r450768) as well
as a fix for CVE-2017-12858, which did not affect us due to the fact that the
vulnerability was introduced in 1.2.0.
libzip.so's SOVERSION got bumped after the removal of the undocumented function
zip_archive_set_tempdir(). All ports depending on libzip continue to build fine
after that.
PR: 222638
Submitted by: Dani <i.dani@outlook.com>
|
[ 17:50 rakuco ]
Switch MASTER_SITES to https.
|
[ 16:52 rakuco ]
Add a patch for CVE-2017-14107.
This is a minor security vulnerability that can lead to a denial of service
issue in libzip when a specially crafted archive is used.
PR: 222638
Security: b2952517-07e5-4d19-8850-21c5b7e0623f
Security: CVE-2017-14107
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Sun, 23 Oct 2016
|
[ 12:40 rakuco ]
Take maintainership of the port.
|
[ 09:13 jhale ]
- Update to 1.1.3
- Set LICENSE (BSD3CLAUSE)
|
Thu, 20 Oct 2016
|
[ 15:58 rakuco ] (Only the first 10 of 116 ports in this commit are shown above. )
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far.
|
Thu, 25 Feb 2016
|
[ 10:03 rakuco ]
Update to 1.1.2.
Release notes: http://www.nih.at/libzip/NEWS.html
PR: 207441
Approved by: makc (maintainer)
|
Wed, 17 Feb 2016
|
[ 13:58 rakuco ]
Update to 1.1.1.
2016-02-07: Released libzip 1.1.1
- Build fixes for Linux
- Fix some warnings reported by PVS-Studio
2016-01-28: Released libzip 1.1
- ziptool(1): command line tool to modify zip archives
- Speedups for archives with many entries
- Coverity fixes
- Better APK support
- Support for running tests on Windows
- More build fixes for Windows
- Portability fixes
- Documentation improvements
PR: 207250
Approved by: makc (maintainer)
|
Fri, 28 Aug 2015
|
[ 10:47 makc ]
archivers/libzip:
- Update to 1.0.1
- Remove obsolete patches
|
Sat, 28 Mar 2015
|
[ 16:48 makc ]
archivers/libzip:
- Add patch to fix CVE-2015-2331: ZIP Integer Overflow [1]
- Add CPE
PR: 198913 [1]
Reported by: Sevan Janiyan
|
Mon, 5 May 2014
|
[ 22:50 tijl ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert archivers/libzip to USES=libtool. Bump PORTREVISION on all
dependent ports.
cad/repsnapper:
- Remove excessive dependencies.
- Convert to USES=libtool.
- Set LDFLAGS to fix detection of libintl.
- Use @sample.
databases/mysql-workbench51:
- Remove remnants of former slave ports.
- Convert some LIB_DEPENDS to USE_GNOME.
- Convert to USES=libtool.
- Staging.
databases/mysql-workbench52:
- USES=libtool.
devel/libsigrok:
- USES=libtool.
- INSTALL_TARGET=install-strip.
devel/liborcus:
- USES=libtool tar:bzip2.
|
Fri, 18 Apr 2014
|
[ 09:35 makc ]
archivers/libzip:
- Update to bugfix release 0.11.2
- Convert to USES=tar:xz
- Remove needless USE_AUTOTOOLS
- Strip installed library
|
Wed, 23 Oct 2013
|
[ 13:08 makc ] (Only the first 10 of 108 ports in this commit are shown above. )
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
|
Fri, 20 Sep 2013
|
[ 13:11 bapt ] (Only the first 10 of 221 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
|
Sat, 13 Jul 2013
|
[ 18:01 makc ]
- Update to 0.11.1 [1]
- Move MANx records to a separate makefile
- switch to xz compressed tarball
- Convert to USES, remove needless pkgconfig dependency
PR: based on ports/180454 [1]
Submitted by: Oleg Ginzburg <olevole at olevole.ru>
|
Tue, 18 Dec 2012
|
[ 07:57 danfe ] (Only the first 10 of 32 ports in this commit are shown above. )
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
|
Tue, 3 Apr 2012
|
[ 13:07 makc ]
Update to bugfix release 0.10.1:
- fixed CVE-2012-1162
- fixed CVE-2012-1163
Feature safe: yes
|
Thu, 12 May 2011
|
[ 08:44 makc ]
Fix build with some non-default locales.
|
Sun, 24 Apr 2011
|
[ 21:59 makc ]
Update to 0.10
|
Mon, 22 Feb 2010
|
[ 11:17 makc ]
Update to 0.9.3
Reformat pkg-descr.
Feature safe: yes
|
Sun, 10 Jan 2010
|
[ 08:06 makc ]
take maintainership
|
[ 06:43 linimon ] (Only the first 10 of 14 ports in this commit are shown above. )
Reset zaa@zaa.pp.ru: mail can not be delivered (mail loop).
|
Tue, 18 Sep 2007
|
[ 12:04 tabthorpe ]
- update to 0.8
PR: ports/115201
Submitted by: Maxim Samsonov <xors_AT_mne.ru>
Approved by: Alexander Zhuravlev (maintainer), clsung (mentor)
|
Sat, 15 Jul 2006
|
[ 15:21 clsung ]
- Update to 0.7.1
Submitted by: chinsan <chinsan dot tw_AT_gmail dot com>
Approved by: maintainer (Alexander Zhuravlev)
|
Tue, 21 Mar 2006
|
[ 16:28 jylefort ]
Add libzip.
libzip is a C library for reading, creating, and modifying zip archives. Files
can be added from data buffers, files, or compressed data copied directly from
other zip archives. Changes made without closing the archive can be reverted.
The API is documented by man pages.
WWW: http://www.nih.at/libzip/
PR: ports/94710
Submitted by: Alexander Zhuravlev <zaa@ulstu.ru>
|
Number of commits found: 38 |