aboutsummaryrefslogtreecommitdiffstats
path: root/french/kde4-l10n/distinfo
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-10-11 15:42:22 +0800
committeralane <alane@FreeBSD.org>2002-10-11 15:42:22 +0800
commit2fe647f202cbdff2b3a77ff49198bb92d3cd7e88 (patch)
tree39afee01c490e7419fec6d7bc627fa37709d95d6 /french/kde4-l10n/distinfo
parent9e862f39478bb9c0b234a0cc4500a6726631a1e1 (diff)
downloadfreebsd-ports-gnome-2fe647f202cbdff2b3a77ff49198bb92d3cd7e88.tar.gz
freebsd-ports-gnome-2fe647f202cbdff2b3a77ff49198bb92d3cd7e88.tar.zst
freebsd-ports-gnome-2fe647f202cbdff2b3a77ff49198bb92d3cd7e88.zip
1. Removed comments from pkg-plist files per will's request.
2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those cvsup servers (in about an hour or so)!
Diffstat (limited to 'french/kde4-l10n/distinfo')
-rw-r--r--french/kde4-l10n/distinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/french/kde4-l10n/distinfo b/french/kde4-l10n/distinfo
index 3a7cc73e91c5..973101b9cd9d 100644
--- a/french/kde4-l10n/distinfo
+++ b/french/kde4-l10n/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n-fr-3.0.3.tar.bz2) = 0efab94259eec556dbc90bf422c7287e
+MD5 (KDE/kde-i18n-fr-3.0.4.tar.bz2) = 3c55c61498fbab96311b7dd05ff46c2a
'>-207/+591 * Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-1271-234/+234 * p2p: implement AddNotaryPeer and RemoveNotaryPeerSonic2019-06-123-5/+184 * p2p/discover: bump failure counter only if no nodes were provided (#19362)Felix Lange2019-04-081-1/+1 * swarm/metrics: Send the accounting registry to InfluxDB (#18470)Jerzy Lasyk2019-02-202-35/+28 * p2p, swarm: fix node up races by granular locking (#18976)Ferenc Szabo2019-02-196-72/+290 * swarm: fix network/stream data races (#19051)Janoš Guljaš2019-02-191-1/+1 * p2p/testing, swarm: remove unused testing.T in protocol tester (#18500)Elad2019-02-192-8/+7 * swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498)Anton Evangelatov2019-02-191-0/+14 * p2p/simulations: fix data race on swarm/network/simulations (#18464)Elad2019-02-191-4/+15 * p2p/discover: improve table addition code (#18974)Felix Lange2019-01-314-62/+175 * p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963)Felix Lange2019-01-308-332/+595 * p2p/simulations: eliminate concept of pivot (#18426)Ferenc Szabo2019-01-114-106/+27 * swarm, p2p/protocols: Stream accounting (#18337)holisticode2019-01-081-74/+74 * A few minor code inspection fixes (#18393)Ferenc Szabo2019-01-066-13/+15 * vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-045-16/+16 * p2p/protocols: accounting metrics rpc (#18336)Jerzy Lasyk2018-12-221-0/+94 * p2p/simulation: Test snapshot correctness and minimal benchmark (#18287)lash2018-12-211-0/+327 * p2p/simulation: move connection methods from swarm/network/simulation (#18323)Elad2018-12-174-12/+571 * p2p/discv5: don't hash findnode target in lookup against table (#18309)yahtoo2018-12-141-1/+1 * swarm: snapshot load improvement (#18220)Janoš Guljaš2018-12-071-0/+75 * p2p: use errors.New instead of fmt.Errorf (#18193)needkane2018-12-011-5/+4 * p2p/discv5: gofmtPéter Szilágyi2018-11-271-1/+1 * p2p/discv5: minor code simplification (#18188)ANOTHEL2018-11-271-5/+4 * p2p/protocols: fix minor comments typo (#18185)Liang Ma2018-11-271-1/+1 * Accounting metrics reporter (#18136)holisticode2018-11-274-10/+267 * core: better side-chain importingMartin Holst Swende2018-11-201-1/+1 * p2p/simulations, swarm/network: Custom services in snapshot (#17991)lash2018-11-122-6/+93 * metrics, p2p: add ephemeral registry (#18067)Kurkó Mihály2018-11-091-2/+2 * eth, p2p: fix comment typos (#18014)Corey Lin2018-11-081-1/+1 * p2p: fix comment typo (#18027)Liang Ma2018-11-081-1/+1 * p2p: use enode.ID type in metered connection (#17933)Kurkó Mihály2018-11-081-6/+5 * p2p/protocols: use keyed fields for struct instantiation (#18017)Corey Lin2018-11-071-1/+1 * p2p accounting (#17951)holisticode2018-10-265-0/+937 * p2p: meter peer traffic, emit metered peer events (#17695)Kurkó Mihály2018-10-163-18/+187 * p2p, p2p/discover: add signed ENR generation (#17753)Felix Lange2018-10-1222-266/+966 * p2p/simulations: fix a deadlock and clean up adapters (#17891)Felix Lange2018-10-127-400/+151 * Fix retrieval tests and simulation backends (#17723)holisticode2018-10-091-0/+3 * p2p: add enode URL to PeerInfo (#17838)Felix Lange2018-10-041-3/+5 * all: fix various comment typos (#17748)Liang ZOU2018-09-252-2/+2 * all: new p2p node representation (#17643)Felix Lange2018-09-2544-2127/+2388 * all: simplify s[:] to s where s is a slice (#17673)Emil2018-09-152-2/+2 * p2p/discv5: make idx bounds checking more sound (#17571)HAOYUatHZ2018-09-031-1/+1 * all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-271-1/+1 * p2p: fix comment typo (#17491)Mymskmkt2018-08-231-1/+1 * p2p: fix typo (#17446)Wuxiang2018-08-201-1/+1 * p2p/discv5: add delay to refresh cycle when no seed nodes are found (#16994)Felföldi Zsolt2018-08-151-1/+1 * p2p/discv5: fix negative index after uint convert to int (#17274)libotony2018-08-091-1/+1 * p2p, swarm, trie: avoid copying slices in loops (#17265)Oleg Kovalov2018-08-073-9/+9 * p2p: use safe atomic operations when changing connFlags (#17325)Felföldi Zsolt2018-08-061-6/+11 * Merge pull request #16333 from shazow/addremovetrustedpeerFelföldi Zsolt2018-08-063-8/+166 |\ | * p2p: Wrap conn.flags ops with atomic.Load/StoreAndrey Petrov2018-06-223-20/+28 | * p2p: Test for peer.rw.flags race conditionsAndrey Petrov2018-06-221-11/+18 | * p2p: Cache inbound flag on Peer.isInbound to avoid a raceAndrey Petrov2018-06-221-12/+14 | * p2p: Attempt to race check peer.Inbound() in TestServerDialAndrey Petrov2018-06-221-0/+3 | * p2p: More tests for AddTrustedPeer/RemoveTrustedPeerAndrey Petrov2018-06-221-8/+52 | * p2p: Test for MaxPeers=0 and TrustedPeer overrideAndrey Petrov2018-06-221-0/+54 | * rpc: Add admin_addTrustedPeer and admin_removeTrustedPeer.Andrey Petrov2018-06-221-3/+43 * | p2p: fix rare deadlock in Stop (#17260)Janoš Guljaš2018-07-301-1/+2 * | all: simplify switches (#17267)Oleg Kovalov2018-07-303-9/+4 * | Merge pull request #17231 from ethersphere/developViktor Trón2018-07-241-0/+18 |\ \ | * | swarm: network simulation for swarm tests (#769)Janoš Guljaš2018-07-231-0/+18 * | | p2p: token is useless in xxxEncHandshake (#17230)Wenbiao Zheng2018-07-231-8/+7 |/ / * | p2p: correct comments typo (#17184)jkcomment2018-07-181-1/+1 * | swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-133-13/+101 * | p2p/discover: move bond logic from table to transport (#17048)Felix Lange2018-07-036-245/+147 * | swarm: network rewrite mergeethersphere2018-06-226-76/+53 |/ * all: library changes for swarm-network-rewrite (#16898)Elad2018-06-1416-102/+494 * crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932)Felix Lange2018-06-121-3/+3 * p2p/discv5: add egress/ingress traffic metrics to discv5 udp transport (#16369)Dmitry Shulyak2018-05-292-1/+12 * p2p/enr: updates for discovery v4 compatibility (#16679)Felix Lange2018-05-175-154/+277 * p2p: don't discard reason set by Disconnect (#16559)Guilherme Salgado2018-05-091-0/+1 * p2p/simulations/adapters: fix websocket log line parsing in exec adapter (#16...Ivan Daniluk2018-05-083-23/+75 * p2p: fix some golint warnings (#16577)kiel barry2018-05-0813-291/+292 * p2p: changed if-else blocks to conform with golint (#16660)GagziW2018-05-032-17/+15 * build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-188-42/+12 * ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374)David Huie2018-03-261-2/+2 * p2p: fix doEncHandshake documentation (#16184)JU HYEONG PARK2018-02-271-4/+4 * metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15...Anton Evangelatov2018-02-231-4/+4 * p2p: remove unused code (#16158)Ivan Daniluk2018-02-232-29/+1 * Merge pull request #15919 from ethersphere/p2p-protocols-prBalint Gabor2018-02-225-0/+1316 |\ | * p2p/protocols: gofmt -w -sFelix Lange2018-02-221-22/+22 | * p2p/testing: check for all expectations in TestExchangesJanos Guljas2018-02-182-57/+200 | * p2p/protocols, p2p/testing: protocol abstraction and testingzelig2018-01-185-0/+1173 * | p2p: don't send DiscReason when using net.Pipe (#16004)Anton Evangelatov2018-02-222-5/+43 * | p2p: when peer is removed remove it also from dial history (#16060)Dmitry Shulyak2018-02-212-0/+57 * | p2p/discover: s/lastPong/bondTime/, update TestUDP_findnodeFelix Lange2018-02-175-25/+26 * | p2p/discover: validate bond against lastpong, not db presencePéter Szilágyi2018-02-161-1/+1 * | all: update license information (#16089)Felix Lange2018-02-141-0/+1 * | p2p/discover: fix out-of-bounds issuePéter Szilágyi2018-02-141-1/+1 * | rpc: dns rebind protection (#15962)Martin Holst Swende2018-02-121-1/+1 * | p2p, p2p/discover: misc connectivity improvements (#16069)Felix Lange2018-02-129-276/+795 * | p2p/discv5: fix multiple discovery issues (#16036)Felföldi Zsolt2018-02-093-27/+37 * | p2p/discv5: fix removeTicketRef cached ticket removal (#15995)Felföldi Zsolt2018-01-311-4/+4 * | p2p/discv5: fix topic register panic at shutdown (#15946)Felföldi Zsolt2018-01-231-1/+1 * | p2p/discv5: logs info about discv5 node info at bind timeMartin Holst Swende2018-01-231-0/+1 * | p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-228-63/+114 |/ * all: update generated code (#15808)Felix Lange2018-01-081-3/+3 * core, p2p/discv5: use time.NewTicker instead of time.Tick (#15747)ferhat elmas2018-01-021-3/+3 * p2p/enr: initial implementation (#15585)Anton Evangelatov2017-12-303-0/+768 * p2p/discv5: fix reg lookup, polish code, use logger (#15737)Péter Szilágyi2017-12-284-142/+139 * p2p/discover: fix leaked goroutine in data expirationferhat elmas2017-12-181-3/+3 * p2p/simulations: fix gosimple nit (#15661)Felix Lange2017-12-131-1/+1 * p2p/simulations: add mocker functionality (#15207)holisticode2017-12-135-2/+480 * all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-134-15/+14 * p2p, swarm/network/kademlia: use IsZero to check for zero time (#15603)ferhat elmas2017-12-041-1/+1 * p2p/simulations: various stability fixes (#15198)Lewis Marshall2017-12-019-56/+148 * build: enable unconvert linter (#15456)ferhat elmas2017-11-111-1/+1 * p2p/nat: delete port mapping before adding (#15222)Darrel Herbst2017-10-061-0/+1 * p2p: snappy encoding for devp2p (version bump to 5) (#15106)Péter Szilágyi2017-09-262-1/+45 * p2p: add network simulation framework (#14982)Lewis Marshall2017-09-2522-14/+4513 * p2p: change ping ticker to timer (#15071)Martin Holst Swende2017-09-041-1/+2 * discover: Changed Logging from Debug to Info (#14485)Ali Hajimirza2017-05-201-1/+1 * cmd/geth: add --config file flag (#13875)Felix Lange2017-04-124-17/+70 * p2p: if no nodes are connected, attempt dialing bootnodes (#13874)Péter Szilágyi2017-04-113-9/+121 * p2p, p2p/discover, p2p/nat: rework logging using context keysFelix Lange2017-02-2811-151/+171 * all: disable log message colors outside of gethFelix Lange2017-02-271-1/+1 * all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-2314-140/+118 * p2p: remove trailing newlines from log messagesPéter Szilágyi2017-02-235-19/+19 * crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-184-35/+4 * all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-3/+3 * all: fix spelling errorsPéter Szilágyi2017-01-072-2/+2 * logger, pow/dagger, pow/ezp: delete dead codeFelix Lange2017-01-071-12/+0 * all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-074-10/+4 * all: gofmt -w -sFelix Lange2017-01-0610-38/+38 * p2p/nat: fix a bytes based net.IP comparisonPéter Szilágyi2016-12-151-2/+1 * p2p/discover, p2p/discv5: use flexible comparison for IPsPéter Szilágyi2016-12-154-5/+4 * p2p/discv5: search and lookup improvementZsolt Felfoldi2016-12-082-64/+99 * p2p, p2p/discover, p2p/discv5: add IP network restriction featureFelix Lange2016-11-239-34/+124 * p2p/discover, p2p/discv5: prevent relay of invalid IPs and low portsFelix Lange2016-11-236-28/+56 * p2p/discover, p2p/discv5: use netutil.IsTemporaryErrorFelix Lange2016-11-238-248/+2 * p2p/netutil: new package for network utilitiesFelix Lange2016-11-236-0/+503 * cmd, mobile, node, p2p: surface the discovery V5 bootnodesPéter Szilágyi2016-11-152-13/+13 * mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-142-3/+3