Commit graph

2371 commits

Author SHA1 Message Date
jperkin
319e1b3693 Ensure we append to LDFLAGS, fixes rpath issues that were only exposed after
fixing check-shlibs.  Bump PKGREVISION.
2016-03-10 18:42:25 +00:00
tnn
d09f9d0347 Don't list possibly nonexistent headers like /usr/include/sys/signal.h
in makefile dependency lists.
2016-03-09 21:20:51 +00:00
taca
0471a0304a Update rubyzip to 1.2.0.
* Don't enable JRuby objectspace #252
* Fixes an exception thrown when decoding some weird .zip files #248
* Use duck typing with IO methods #244
* Added error for empty (zero bit) zip file #242
* Accept StringIO in Zip.open_buffer #238
* Do something more expected with new file permissions #237
* Case insensitivity option for #find_entry #222
* Fixes in documentation and examples
2016-03-08 13:50:17 +00:00
bsiegert
05b4221ab3 Update fastjar to 0.98. From pkgsrc-wip.
Upstream provides no useful changelog; the CHANGES file ends at 0.92.
2016-03-05 15:08:30 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
jperkin
a9e20b5660 Remove manual addition of MAKE_FLAGS to OPSYSVARS, it's now in by default. 2016-02-26 11:40:29 +00:00
jperkin
c48c774b07 Use OPSYSVARS. 2016-02-25 09:28:36 +00:00
wiz
71abc19707 Fix build on OS X.
From Jonathan Buschmann in PR 50839.
2016-02-24 13:03:04 +00:00
wiz
379aa9a40a Update libzip to 1.1.2. All tests pass.
1.1.2 [2016/02/19]

* Improve support for 3MF files
2016-02-19 14:30:04 +00:00
ryoon
e757fe9ceb Fix CVE-2015-1038, bump PKGREVISION 2016-02-14 08:39:47 +00:00
wiz
27aea65d53 Update libzip to 1.1.1:
1.1.1 [2016/02/07]

* Build fixes for Linux
* Fix some warnings reported by PVS-Studio
2016-02-07 14:08:54 +00:00
jaapb
c241dc6523 Added buildlink3.mk file 2016-02-03 12:57:14 +00:00
jperkin
f5d9dbe241 Add LICENSE (2-clause-bsd AND modified-bsd AND public-domain). 2016-01-29 10:53:07 +00:00
wiz
0b58cb8275 Update libzip to 1.1:
1.1 [2016/01/26]

* 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
2016-01-28 09:01:02 +00:00
jperkin
30b4ccc1eb Ensure lzma support is explicitly disabled when not using builtin xz. 2016-01-27 12:26:11 +00:00
zafer
d2a7df2c0e update HOMEPAGE and MASTER_SITES 2016-01-24 04:32:54 +00:00
zafer
1fe4b6c51d update MASTER_SITES url 2016-01-23 05:47:38 +00:00
zafer
f625272ea6 update MASTER_SITES url 2016-01-23 05:44:14 +00:00
zafer
9bc213ebfd update MASTER_SITES url 2016-01-23 05:22:00 +00:00
ryoon
7ddb4c4e9b Fix build on DragonFly 4.4.1 2016-01-23 05:18:16 +00:00
zafer
7489cfd368 update MASTER_SITES url. 2016-01-23 05:15:22 +00:00
zafer
3bda37f849 Update pbzip2 to 1.13
Bugfix release:
- bug #1404812 add support for DESTDIR in Makefile (thanks to Ryan Schmidt)
- bug #1429181 fix bad CYGWIN define (thanks to Marco Atzeri)
- bug #1337949 rm unused vars; add hasInFile flag (thanks to Mingxing Zhang)
- bug #1524909 - output sometimes truncated on redirected -cd
2016-01-23 05:06:29 +00:00
zafer
8ec2bf2088 update MASTER_SITES. berlios retired. project moved to sourceforge. 2016-01-23 03:43:11 +00:00
zafer
2ebb102651 update MASTER_SITES url 2016-01-23 03:37:31 +00:00
zafer
94f7ae27f6 update MASTER_SITES 2016-01-23 03:35:22 +00:00
markd
c6525ff04c library minor version update. Bump PKGREVISION. 2016-01-10 19:55:20 +00:00
taca
7a262e5b25 Fix "work-directory references" problem another way. 2016-01-04 02:48:05 +00:00
taca
e4f3048392 Update ruby-xz to 0.2.3.
== 0.2.3 (2015-12-29)

* *Fix* documentation of XZ module (a :nodoc: was causing havoc
  in the XZ module so it appeared to have no methods).
* No other changes this release.

== 0.2.2 (2015-12-27)

* *Add* XZ.disable_deprecation_notices
* *Deprecate* use of XZ::StreamReader.open with an IO argument
* *Deprecate* use of XZ::StreamReader.new with a filename argument
* *Deprecate* use of XZ::StreamWriter.open with an IO argument
* *Deprecate* use of XZ::StreamWriter.new with a filename argument
* *Deprecate* nonautomatic IO close in XZ::StreamReader#close
* *Deprecate* nonautomatic IO close in XZ::StreamWriter#close
* *Fix* incompatibility with Resolv.getaddress() in Ruby 2.2 (Ticket #13
  by Ken Simon)
* Goal of these deprecations is to sync the API with Ruby’s own
  Zlib::GzipWriter and Zlib::GzipReader mostly.
* Add required versions to gemspec.
* Comment format cleanup, results in better docs.
* Internal code cleanup
* Add more tests.
2016-01-03 05:31:55 +00:00
adam
aa70af3412 What's new after p7zip 9.38.1 :
- 7-Zip now can extract ext2 and multivolume VMDK images.
  - 7-Zip now can extract ext3 and ext4 (Linux file system) images.
  - support of cygwin 64 bits
  - support of cygwin 64 bits with asm
  - cygwin : fix in GetRamSize()
  - cross building added :
		makefile.linux_cross_aarch64
		makefile.linux_cross_arm
		makefile.linux_cross_ppc
		makefile.linux_cross_ppc64
		makefile.linux_cross_ppc64le
		makefile.linux_cross_s390x  (7za and 7zr pass tests, 7z does not pass tests)

  - 7-Zip now can extract GPT images and single file QCOW2, VMDK, VDI images.
  - 7-Zip now can extract solid WIM archives with LZMS compression.
  - 7-Zip now can extract RAR5 archives.
  - 7-Zip now doesn't sort files by type while adding to solid 7z archive.
      new -mqs switch to sort files by type while adding to solid 7z archive.
  - 7-Zip now can create 7z, xz and zip archives with 1536 MB dictionary for LZMA/LZMA2.
  - 7-Zip now can extract .zipx (WinZip) archives that use xz compression.
2015-12-29 19:39:21 +00:00
dholland
a3d1589e21 Whitespace. 2015-12-29 04:54:34 +00:00
wiz
cc09eec300 Update p5-Archive-Zip to 1.56:
1.56 Thu 17 Dec 2015
    - fix $Archive::Zip::UNICODE issues [github/xlat]
        - on MSWin32 in methods addFile, addDirectory, addTree: the externalFileName was
          used in place of newName
        - make sure that file names are utf8 in memberNames
        - use Encode on all platform
2015-12-27 22:56:50 +00:00
jperkin
6c504bf60c Use $as_echo to support escape sequences correctly. Cleanup some patch
headers while here.
2015-12-08 11:13:04 +00:00
wiz
9c97d99d31 Fix permissions of meta files. Bump PKGREVISION. 2015-12-07 09:18:30 +00:00
wiz
0154644897 Update p5-Archive-Zip to 1.55:
1.55 Fri 04 Dec 2015
    - rt.cpan.org #110064 - fix empty archive issue with OS X gnu tar

1.54 Wed 02 Dec 2015
    - Ensure filehandles created by Archive::Zip::tempFile are closed [github/antoniomonty]
2015-12-06 10:54:27 +00:00
wiz
6e3d683d23 + py-libarchive-c 2015-12-02 15:15:02 +00:00
wiz
8b53f12881 Import py-libarchive-c-2.2 as archivers/py-libarchive-c.
A Python interface to libarchive. It uses the standard ctypes module
to dynamically load and access the C library.
2015-12-02 15:14:05 +00:00
wiz
1a89351179 Fix path to pkgconfig file to get rpath inside again.
Bump PKGREVISION.
2015-11-26 10:40:48 +00:00
jperkin
b18fb03885 Remove mk/find-prefix.mk usage from the archivers category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-25 12:47:32 +00:00
wiz
6df3e77909 Bump PKGREVISION for NO_LCHMOD change on Linux. 2015-11-13 22:13:43 +00:00
wiz
e928d92118 Add -DNO_LCHMOD for Linux as well.
Matthias Ferdinand reported on pkgsrc-users:

building archivers/unzip on Linux (Ubuntu 14.04 64bit) succeeds, but
produces the following warning:

    ...
    gcc -o unzip  -Lbzip2 unzip.o crc32.o  crypt.o envargs.o explode.o extract.o fileio.o globals.o inflate.o list.o match.o process.o ttyio.o ubz2err.o u
+nreduce.o unshrink.o zipinfo.o unix.o  -s   -L/opt/pkgsrc/lib -Wl,--enable-new-dtags,-R/opt/pkgsrc/lib -lz
    unix.o: In function `set_symlnk_attribs':
=>  unix.c:(.text+0x1840): warning: lchmod is not implemented and will always fail
    ...
2015-11-13 22:13:22 +00:00
wiz
b015e0b5cc + zopfli. 2015-11-13 16:20:46 +00:00
wiz
e11d7c9dba Import zopfli-1.0.1 as archivers/zopfli.
Compression Algorithm is a compression library programmed in C to
perform very good, but slow, deflate or zlib compression.
2015-11-13 16:20:32 +00:00
wiz
c6e98050ae Add patches to fix CVE-2015-7696, CVE-2015-7697, and an integer underflow.
From Debian.

Bump PKGREVISION.
2015-11-11 12:47:26 +00:00
dholland
c5e6dda48f Remove unused #include of <sys/timeb.h>, which is an old legacy header
that doesn't exist on many platforms.
2015-11-07 20:44:23 +00:00
dholland
db770eca71 Add build for openbsd amd64. 2015-11-07 20:41:32 +00:00
dholland
5a280e8c80 charset.alias is not supposed to be in PLISTs. PKGREVISION -> 1 2015-11-07 19:28:49 +00:00
dholland
9ddeabaf02 Add workaround for install failure on case-insensitive fs; seen in the
last MacOS PPC build.
2015-11-07 19:20:16 +00:00
dholland
1a78e86009 Add workaround for install failure on case-insensitive fs; seen in the
last MacOS PPC build.
2015-11-07 19:11:19 +00:00
adam
4dd8d324e7 Changes 5.3.7:
A mystery.
2015-11-07 10:10:09 +00:00
adam
d1dd228501 Added archivers/py-lhafile version 0.2.1 2015-11-04 17:25:55 +00:00