Commit graph

12663 commits

Author SHA1 Message Date
Hannu Nyman
e81189e983
Merge pull request #7607 from cotequeiroz/python-egenix-mx-base_sources
python-egenix-mx-base: use source distribution
2018-12-08 21:59:38 +02:00
Hannu Nyman
09ad63a69f
Merge pull request #7610 from cotequeiroz/elektra_host-no-ruby
elektra: skip ruby plugin in host/compile
2018-12-08 14:13:16 +02:00
Hannu Nyman
2d920cb3e7
Merge pull request #7606 from cotequeiroz/libyaml-cpp_soname
libyaml-cpp: copy file matching libs soname
2018-12-08 14:11:14 +02:00
Hannu Nyman
08944806f5
Merge pull request #7609 from cotequeiroz/libndpi-symlinks
libndpi: fix copying of library
2018-12-08 13:08:30 +02:00
Konstantin Demin
b7603be359 tor: package improvements
* remove "torify" script
  - "torify" script is just a wrapper around torsocks,
    but torsocks is not currently present in packages.
* tor-geoip: fix "install" recipe:
  - use $(INSTALL_DATA) instead of $(CP) as a proper way
    of installing files
* drop deprecated configure option:
    "--with-ssl-dir" is considered deprecated and obsolete,
    while "--with-openssl-dir" is already present.
* build in parallel
* build with -ffunction-sections, -fdata-sections,
  --gc-sections and -flto
* remove "--disable-largefile" in CONFIGURE_ARGS
* remove "-std=gnu99" in EXTRA_CFLAGS
* use $(FPIC) in EXTRA_CFLAGS
* remove trailing whitespace

Compile- and run-tested on ar71xx/generic,
TP-Link Archer C7 v2 (world-wide version).

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
2018-12-08 11:55:41 +01:00
Hannu Nyman
46c051101d
Merge pull request #7557 from wvdakker/master
Shorewall: Bump to version 5.2.1.2
2018-12-08 09:52:39 +02:00
Hannu Nyman
0e7778b9f9
Merge pull request #7516 from neheb/um
umurmur: Fix compilation without OpenSSL ECC support
2018-12-08 09:48:18 +02:00
Hannu Nyman
8210366388
Merge pull request #7528 from lnslbrty/package/ptunnel-ng
ptunnel-ng: add new package
2018-12-08 09:43:31 +02:00
Hannu Nyman
37228c0248
Merge pull request #7584 from cretingame/master
erlang: license corrected
2018-12-08 09:33:46 +02:00
Hannu Nyman
90ecf737c8
Merge pull request #7611 from cotequeiroz/libglog_fix-libunwind
libglog: [fixup] fix removing libunwind dependency
2018-12-07 23:24:10 +02:00
Eneas U de Queiroz
ec317934b2 libglog: fix removing libunwind dependency
ac_cv_header_libunwind_h needs to be set to 0, as ac_cv_have_libunwind_h
overwritten based on the former's value.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 17:06:01 -02:00
Eneas U de Queiroz
e723f29792 elektra: skip ruby plugin in host/compile
Linking is failing, and the plugin is not needed for the host build
anyway.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 16:30:36 -02:00
Hannu Nyman
1c5a5d59f6
Merge pull request #7608 from cotequeiroz/node-xXx_fix-symlinks
fixup: Node-{arduino-firmata,cylon,hid,serialport}: fix symlinks
2018-12-07 20:25:26 +02:00
Eneas U de Queiroz
562aea68f7 libndpi: fix copying of library
The package was copying a symbolic link, not the library itself.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 16:03:10 -02:00
Eneas U de Queiroz
4688a248b8 node-serialport: copy files, not symlinks
This was meant to be included in 93d6d1b, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 15:22:53 -02:00
Eneas U de Queiroz
663f8f3da2 node-hid: copy files, not symlinks
This was meant to be included in 1e0720e, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 15:22:53 -02:00
Eneas U de Queiroz
1a577c80ba node-cylon: copy files, not symlinks
This was meant to be included in 56fe558, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 15:22:53 -02:00
Eneas U de Queiroz
b8180ef712 node-arduino-firmata: copy files, not symlinks
This was meant to be included in 6ed62c6, but wasn't.
Current version of npm install installs a link to the build directory.
The workaround is to use npm pack to make a tarball and install from
that.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 15:22:53 -02:00
Eneas U de Queiroz
e1cb6d5fbb python-egenix-mx-base: use source distribution
The zip file distribution did not include the source files, and
downloaded pre-built binaries from the web.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 14:17:37 -02:00
Hannu Nyman
2a6023c592
Merge pull request #7604 from neheb/patch-3
python-idna: Update to 2.8
2018-12-07 17:20:55 +02:00
Hannu Nyman
c8e7dfe085
Merge pull request #7601 from neheb/dh
dtndht: Add -std-gnu89 to fix compilation problems.
2018-12-07 17:20:34 +02:00
Hannu Nyman
62f654c722
Merge pull request #7599 from cotequeiroz/netatalk_disable-libevent
netatalk: don't use bundled libevent
2018-12-07 17:20:15 +02:00
Hannu Nyman
465da66ff6
Merge pull request #7598 from cotequeiroz/neon_no-krb5
neon: Remove krb5 dependency
2018-12-07 17:19:44 +02:00
Hannu Nyman
a3854e433c
Merge pull request #7600 from Ansuel/nginxup
nginx: bump to latest release and other
2018-12-07 17:19:22 +02:00
Ansuel Smith
b97c3a482a
nginx: bump to latest release and other
This bumps nginx to latest release, adds support for STREAM MODULE and bump rtmp version to fix a compilation error

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-12-07 15:23:11 +01:00
Eneas U de Queiroz
da9dda6412 libyaml-cpp: copy file matching libs soname
The soname is not set to the full version, but only major.minor.
This uses libyaml-cpp.so.?.? to try to get it right.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 09:35:13 -02:00
Rosen Penev
bfc2435f7d libsndfile: Fix MIRROR_HASH
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-07 06:15:39 +01:00
Eneas U de Queiroz
42484857f0 neon: Remove krb5 dependency
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 23:25:35 -02:00
Rosen Penev
ff6d181c5f umurmur: Fix compilation without OpenSSL ECC support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-06 15:44:59 -08:00
Rosen Penev
e56e1ad746 python-idna: Update to 2.8
Changed URL to pythonhosted one.

Some Makefile rearrangements for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-06 15:23:32 -08:00
Ted Hess
cfdc1d4269
Merge pull request #7588 from thess/cci-mods
CircleCI: Do not run build as root. Move to public docker repo.
2018-12-06 17:17:38 -05:00
Rosen Penev
717423d280 dtndht: Add -std-gnu89 to fix compilation problems.
bootstrapping.c:225:6: warning: implicit declaration of function 'blacklist_is_enabled' [-Wimplicit-function-declaration]
bootstrapping.c:226:3: warning: implicit declaration of function 'blacklist_blacklist_id'; did you mean 'dht_blacklisted'? [-Wimplicit-function-declaration]

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-06 13:52:45 -08:00
Hannu Nyman
026392bcf8
Merge pull request #6720 from cotequeiroz/node-_update-npm
Node-{arduino-firmata,cylon,hid,serialport}:  fix npm installation
2018-12-06 23:00:46 +02:00
Eneas U de Queiroz
99b049c8f3 wget: disable libpcre2
libpcre2 is picked over libpcre by wget's configure

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 21:52:54 +01:00
Eneas U de Queiroz
8e904792e9 netatalk: don't use bundled libevent
libevent2 bundled with netatalk is not compatible with openssl 1.1.x.
The binary that links to it, netatalk, is not included in the final
package, so there's no dependency to add.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 18:48:06 -02:00
Hannu Nyman
deaa3835c9
Merge pull request #7597 from cotequeiroz/nginx_rtmp-openssl-fix
nginx: fix rtmp module with openssl 1.1.1
2018-12-06 21:51:53 +02:00
Eneas U de Queiroz
015e30b5ea nginx: fix rtmp module with openssl 1.1.1
Patch that changes the order of some include files in ngx_rtp_cenc.c
that caused a compilation failure.  Patch submitted upstream (#13).

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-06 16:43:14 -02:00
Hannu Nyman
debc81a78e
Merge pull request #7453 from neheb/qir
quassel-irssi: Update to newer version to fix compilation
2018-12-06 19:51:32 +02:00
Hannu Nyman
1b4fe309fe
Merge pull request #7479 from neheb/tv
tvheadend: Fix compilation without OpenSSL deprecated APIs
2018-12-06 19:49:25 +02:00
Hannu Nyman
aa484cc734
Merge pull request #7491 from neheb/luasec
luasec: Update to 0.7
2018-12-06 19:48:49 +02:00
Hannu Nyman
fe50a38549
Merge pull request #7532 from neheb/uw
libuwsc: Fix compilation without deprecated OpenSSL APIs
2018-12-06 19:46:05 +02:00
Hannu Nyman
903c34e289
Merge pull request #7520 from neheb/patch-1
libgcrypt: Аdd PKC_CPE_ID for proper CVE tracking
2018-12-06 19:44:23 +02:00
Hannu Nyman
0c2c49a65a
Merge pull request #7562 from neheb/msmtp
msmtp: Fix compilation without deprecated OpenSSL APIs
2018-12-06 19:43:37 +02:00
Hannu Nyman
bb56ced8fc
Merge pull request #7563 from neheb/mutt
mutt: Update to 1.11.1
2018-12-06 19:42:38 +02:00
Hannu Nyman
679d8d8302
Merge pull request #7593 from sartura/netopeer2_libcurl
netopeer2: add libcurl dependency
2018-12-06 16:08:54 +02:00
Mislav Novakovic
36cd25beab netopeer2: add libcurl dependency
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-12-06 14:04:31 +01:00
Thomas Heil
c4e8ff98c0
Merge pull request #7571 from gladiac1337/feature-haproxy-v1.8.14-updates3
haproxy: Update all patches for HAProxy v1.8.14
2018-12-06 12:00:20 +01:00
Hannu Nyman
bb99808597
Merge pull request #7539 from neheb/patch-4
libyaml-cpp: Add PKD_CPE_ID for proper CVE tracking
2018-12-06 12:23:03 +02:00
Hannu Nyman
7488013df7
Merge pull request #7592 from cshoredaniel/pr-nut-serial-usb
nut: Optionally set serial USB to NUT user
2018-12-06 12:22:28 +02:00
Hannu Nyman
e5eda839b0
Merge pull request #7570 from sartura/netopeer2_callhome
netopeer2: enable callhome by default
2018-12-06 12:21:17 +02:00