Commit Graph

56875 Commits

Author SHA1 Message Date
Leonardo Taccari 6f6f70a187 clic: Update to 1.1.3
Changes:
 - Add TLS suppoort
 - Misc bug fixes and improvements
2019-03-01 14:32:58 +01:00
ng0 80fa0f0d95 gnunet: Add more instructions to MESSAGE. 2019-03-01 12:47:33 +00:00
ng0 8071604fa2 gnunet: rc.d: gnunet_env. 2019-03-01 12:15:05 +00:00
ng0 5bbc859cdc gnunet: rc.d: move common command arguments into command_args 2019-03-01 12:11:48 +00:00
ng0 df1eb0c908 gnunet: rc.d: merge gnunet_env lines into one line. 2019-03-01 12:08:14 +00:00
ng0 522c64170e gnunet: rc.d script 2019-03-01 12:05:37 +00:00
ng0 b4e0ea6742 gnunet: rc.d changes 2019-03-01 11:48:37 +00:00
Leonardo Taccari 6be4692a5e clic: Downgrade to 1.01
clic-1.1.1 hardcodes source files into the binary and try to load
it at runtime. Downgrade to 1.01 to avoid this regression for the
moment.

This reverts commit e169286fbf.
2019-03-01 12:39:57 +01:00
ng0 4b4dc3ab09 gnunet: rc.d 2019-03-01 11:38:44 +00:00
Leonardo Taccari e169286fbf clic: Update to 1.1.1
Changes:
 - Add TLS suppoort
 - Misc bug fixes and improvements
2019-03-01 12:32:14 +01:00
andyb f0247f3048 Works, minizip 4 linux 2019-03-01 09:05:59 +01:00
Antonio Huete Jimenez 5c338a990d Update to gitea 1.7.3
Changes
-----------------------

BUGFIXES
 - Fix server 500 when trying to migrate to an already existing repository
   (#6188) (#6197)
 - Load Issue attributes for API /repos/{owner}/{repo}/issues/{index}
   (#6122) (#6185)
 - Fix bug whereby user could change private repository to public when
   force private enabled. (#6156) (#6165)
 - Fix bug when update owner team then visit team's repo return 404 (#6119)
   (#6166)
 - Fix heatmap and repository menu display in Internet Explorer 9+ (#6117)
   (#6137)
 - Fix prohibit login check on authorization (#6106) (#6115)
 - Fix LDAP protocol error regression by moving to ldap.v3 (#6105) (#6107)
 - Fix deadlock in webhook PullRequest (#6102) (#6104)
 - Fix redirect loop when password change is required and Gitea is
   installed as a suburl (#5965) (#6101)
 - Fix compare button regression (#5929) (#6098)
   Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) (#6097)
2019-03-01 01:03:21 +00:00
Antonio Huete Jimenez 71df873902 gitea: A couple fixes
- Fix config variable name
- Remove pam option until I figure out how to correctly
  do options.
2019-03-01 00:50:05 +00:00
ng0 c7bebabfb1 gnunet: rc.d file still unusable 2019-03-01 00:31:48 +00:00
ng0 4015477388 gnunet: fix rc.d service by adding HOME? 2019-02-28 22:04:13 +00:00
ng0 26221a94ea gnunet: more rc.d improvements 2019-02-28 21:14:33 +00:00
ng0 cff70cd9c6 gnunet: more work on rc.d service 2019-02-28 21:06:29 +00:00
ng0 dae7f0f850 gnunet: TODO: Add note about bluetooth support 2019-02-28 20:34:11 +00:00
ng0 2962d595d6 gnunet: special_perms: uncomment bluetooth helper. 2019-02-28 20:33:19 +00:00
ng0 808ae650e7 gnunet: cosmetic cleanup in Makefile. 2019-02-28 20:23:53 +00:00
ng0 d450802daa gnunet: Apply feedback by leot@ (fix typo, remove DESTDIR). 2019-02-28 20:09:44 +00:00
ng0 c30ee411a0 gnunet: Makefile tabs. 2019-02-28 19:24:09 +00:00
ng0 b160358138 gnunet: special_perms. 2019-02-28 19:17:56 +00:00
ng0 86aa09ad73 gnunet: Remove comment in Makefile. 2019-02-28 12:43:38 +00:00
ng0 6d688d9f69 gnunet: Fix trailing whitespace in options.mk 2019-02-28 12:36:28 +00:00
ng0 63e8c52430 gnunet: Remove configure argument for infodir, suggested by leot@. 2019-02-28 12:32:55 +00:00
ng0 438ee09e4c gnunet: Update to 0.11.0
* pkgsrc changes:

initial work in progress rc.d script
major changes towards finishing the package

* upstream ChangeLog (website):

Noteworthy changes in 0.11.0

    The Web site and manuals have undergone significant rework. You can find an archive of the old Web site at old.gnunet.org.
    The code now builds again on macOS. GNUnet on macOS is experimental. While it builds and seems to run fine, some tests are known to fail.
    Build process now works properly with libidn2
    Except for gnunet-qr, all Python code was migrated to Python 3.7.
    Fixed security issues in secret sharing cryptography logic
    Services running out of file descriptors on accept() no longer busy wait
    Fixed crash in gnunet-gns2dns proxy
    GNS responses are now padded to minimize information disclosure from the size
    Fixed API issues and (rare) crash bugs in CADET
    The experimental SecuShare code is not included in the release, you can now find it in the gnunet-secushare Git repository.
    The Ascension tool (separate download) now allows importing DNS zones into GNS via AXFR.
    GNUnet now includes a decentralised identity attribute sharing service: reclaimID. A ready-to-use client can be found in an external repo.
    The code now builds again on NetBSD. GNUnet on NetBSD is experimental. While it builds and seems to run fine, full support requires more changes in the core of GNUnet It will soon be available via pkgsrc.
    Many things changed on the build system side. If you package GNUnet for an operating system or otherwise package manager, make sure that you read the README.

The above is just the short list, our bugtracker lists over 100 individual issues that were resolved since 0.11.0pre66.
Known Issues

    There are known major design issues in the TRANSPORT, ATS and CORE subsystems which will need to be addressed in the future to achieve acceptable usability, performance and security.
    There are known moderate implementation limitations in CADET that negatively impact performance. Also CADET may unexpectedly deliver messages out-of-order.
    There are known moderate design issues in FS that also impact usability and performance.
    There are minor implementation limitations in SET that create unnecessary attack surface for availability.
    The RPS subsystem remains experimental.
    Some high-level tests in the test-suite fail non-deterministically due to the low-level TRANSPORT issues.

In addition to this list, you may also want to consult our bug tracker at bugs.gnunet.org which lists about 150 more specific issues.
2019-02-28 12:19:13 +00:00
andyb 36b8f3faa7 QSTAT 2.14 (for XQF), working on linux, needs some corrections 2019-02-28 03:30:21 +01:00
David Shao d20016d6db modular-xorg-server-dfbsd-meson: Import modular-xorg-server git meson as wip/modular-xorg-server-dfbsd
meson build of modular-xorg-server git
Only most used xf86 build after, xf86-video-intel,ati,nouveau,vesa,wsfg
Need to manually link X to Xorg.
2019-02-27 15:23:58 -08:00
David Shao 0c55526fe7 libdrm-dfbsd-meson: Import libdrm-2.4.97 git meson as wip/libdrm-dfbsd-meson
meson build version of libdrm latest git
Not sure what to do about libkms for FreeBSD and Dragonfly.
2019-02-27 15:19:13 -08:00
K.I.A.Derouiche 03aaac2536 new package 2019-02-27 23:23:56 +01:00
David Shao 2d54b97a4e MesaLib-dfbsd-meson: Import mesa3d 19.1.0 git meson build as wip/MesaLib-dfbsd-meson
Meson build version of latest mesa3d git, current 19.1.0-devel.
Recently added Intel iris driver.
Builds on latest amd64 NetBSD, DragonFly, and FreeBSD.
Links with meson build of latest modular-xorg-server.
Some initial success running radeonsi, r600. Intel integrated untested.
2019-02-27 13:46:39 -08:00
andyb 6965b680be TODO 2019-02-27 18:34:10 +01:00
andyb 148d8c2dc6 Works complete under Slackware-current, videothumbnails now compiled in. 2019-02-27 18:12:08 +01:00
andyb 565affac7e Works on linux only at the moment, read TODO, more fixes 2019-02-27 18:12:08 +01:00
Frederic Cambus 22c5176ed2 bdfresize: do not build embedded getopt. 2019-02-27 17:40:11 +01:00
ng0 6cb381a0d6 chromium: call ninja with ${MAKE_JOBS:U1} 2019-02-27 15:40:47 +00:00
Frederic Cambus 5b0f1ea50d Import bdf2psf 1.188 as wip/bdf2psf.
The program bdf2psf translates BDF fonts to PSF format. It accepts
fonts with arbitrary size of the font matrix. If the width of the glyph
matrix of the source font is 7 or 9 pixels then it generates fonts with
width of 8 pixels.
2019-02-27 16:03:54 +01:00
ng0 ab3a52f582 Makefile: Add forgotten subdirs for guile-commonmark, guile-haunt,
guile-reader, guile-syntax-highlight, guix, mes-nyacc, mescc-tools,
py-zbar
2019-02-27 14:53:21 +00:00
ng0 19368d7c72 chromium: it only builds with python2.7. 2019-02-27 14:47:53 +00:00
Frederic Cambus 853f215cdc Import p5-MaxMind-DB-Writer 0.300003 as wip/p5-MaxMind-DB-Writer.
This distribution contains the code necessary to write MaxMind DB database
files.
2019-02-27 15:22:43 +01:00
andyb 368881aa76 Works, tested with Slackware-current, read TODO, vidthumbnails must be fixed 2019-02-27 15:09:40 +01:00
andyb 0cff1fe4bd Works, tested with Slackware-current, read TODO, vidthumbnails must be fixed 2019-02-27 15:06:57 +01:00
ng0 2ea6359b1a mes-nyacc: Import mes-nyacc-0.80.43 as wip/mes-nyacc
Nyacc, for Not Yet Another Compiler Compiler, is a set of guile
modules for generating computer language parsers and lexical
analyzers. It is an LALR(1) parser generator implemented in
Guile.

It includes a decent C99 parser that outputs SXML trees.

It includes an application, called the FFI Helper, for automatic
generation of Scheme FFI code for C libraries, much like SWIG.
2019-02-27 12:39:06 +00:00
ng0 8ce1a3243d mescc-tools: Import mescc-tools-0.5.2 as wip/mescc-tools
Mescc-tools is a collection of tools for use in a full source
bootstrapping process.  It consists of the M1 macro assembler,
the hex2 linker, the blood-elf symbol table generator,
the kaem shell, exec_enable and get_machine.
2019-02-27 11:36:36 +00:00
ng0 b773b5c808 guix: Import guix-0.16.0 as wip/guix
* This package is not building at the moment

GNU Guix is a functional package manager for the GNU system,
and is also a distribution thereof. It includes a
virtual machine image. Besides the usual package management
features, it also supports transactional upgrades and
roll-backs, per-user profiles, and much more.
It is based on the Nix package manager.
2019-02-27 11:33:15 +00:00
ng0 8905637a12 guile-reader: Import guile-reader-0.6.2 as wip/guile-reader
* Does not build at the moment, hence the lack of a PLIST.

Guile-Reader is a simple framework for building readers for GNU Guile.

The idea is to make it easy to build procedures that extend Guile's
read procedure. Readers supporting various syntax variants can easily
be written, possibly by re-using existing "token readers" of a
standard Scheme readers. For example, it is used to implement
Skribilo's R5RS-derived document syntax.

Guile-Reader's approach is similar to Common Lisp's "read table", but
hopefully more powerful and flexible (for instance, one may
instantiate as many readers as needed).
2019-02-27 11:18:01 +00:00
ng0 f9307c2b9b guile-haunt: Add TODO file 2019-02-27 11:14:23 +00:00
ng0 071b852dac guile-haunt: Import guile-haunt-0.2.4 as wip/guile-haunt
Haunt is a static site generator written in Guile Scheme.
Haunt features a functional build system and an extensible
interface for reading articles in any format.
2019-02-27 11:12:10 +00:00
ng0 e6681dd51a guile-commonmark: Import guile-commonmark-0.1.2 as wip/guile-commonmark
Guile-commonmark is a library for parsing CommonMark (http://commonmark.org),
a fully specified variant of Markdown.
2019-02-27 11:09:02 +00:00